aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* o add IEEE80211_RATE_MCS to use instead of naked constant (for marking MCS)Sam Leffler2007-09-183-3/+8
* o move IEEE80211_NONQOS_TID into a public locationSam Leffler2007-09-183-5/+10
* remove IFM_IEEE80211_HT40PLUS and IFM_IEEE80211_HT40MINUS; theySam Leffler2007-09-182-8/+0
* regen.David Malone2007-09-183-3/+3
* The kernel version of Linux statfs64 is actually supposed to takeDavid Malone2007-09-187-15/+33
* Fix an incorrect PCI device id. The current value conflicts withDoug Ambrisko2007-09-181-1/+1
* - The address lock is changed to a rwlock. ThisRandall Stewart2007-09-189-69/+87
* Reserve AF_ constants for vendors by giving them the odd numberedAlfred Perlstein2007-09-181-0/+53
* Recognize the Soekris NET5501 and configure the error led.Poul-Henning Kamp2007-09-181-3/+84
* Fix an undefined symbol that as/ld neglected to flag as a problem. ItPeter Wemm2007-09-172-0/+2
* Update beacon handling to sync w/ vap code base:Sam Leffler2007-09-1714-87/+236
* convert hardware rate codes to IEEE rate codes with a lookup tableSam Leffler2007-09-171-34/+18
* - Move all of the PS_ flags into either p_flag or td_flags.Jeff Roberson2007-09-1724-161/+158
* bandaid Dynamic Turbo A operation with old hal's: HAL_MODE_108ASam Leffler2007-09-171-0/+4
* fix led blinking in RUN state: the addition of the CAC state movedSam Leffler2007-09-171-0/+3
* correct netband skip check in constructing a country ieSam Leffler2007-09-171-1/+1
* - For the 1-to-1 model, fix an off by one error thatRandall Stewart2007-09-161-1/+1
* Allow additional packet filtering on the physical interface for locallyAndrew Thompson2007-09-161-0/+20
* Make wi_set_channel() actually change the channel in hardware so that hostapAndrew Thompson2007-09-161-2/+15
* Kill bogus printf debugs.Warner Losh2007-09-161-7/+0
* Kill overly verbose messages about setting bus width.Warner Losh2007-09-161-5/+2
* Zyd needs be under Giant because USB is under Giant.Warner Losh2007-09-151-1/+2
* - Get rid of unsused constants for sysctl variables.Randall Stewart2007-09-158-151/+106
* It has been observed on the mailing lists that the different categoriesAlan Cox2007-09-157-24/+28
* Correct an assertion in vm_pageout_flush(). Specifically, if a page'sAlan Cox2007-09-151-1/+2
* Add the PCI id for the Intel 7221's integrated graphics controller. It isAlan Cox2007-09-152-0/+4
* Fix typo which brokes VJ decompressionAlexander Motin2007-09-151-1/+1
* Remove the definition and implementation of 'CALLOUT_NETGIANT', a now- (andRobert Watson2007-09-152-12/+2
* Remove DIAG code that discards oversized packets.Julian Elischer2007-09-141-14/+0
* During boot(before setting IP address) PHY can generate link statePyun YongHyeon2007-09-141-6/+6
* Fix typo.Pyun YongHyeon2007-09-141-2/+2
* Currently the LO_NOPROFILE flag (which is masked on upper level code byAttilio Rao2007-09-143-5/+7
* Add support for a new device id (9). Mxge NICs with the newAndrew Gallatin2007-09-132-1/+3
* - DF bit was on for COOKIE-ECHO chunks. This isRandall Stewart2007-09-139-40/+60
* - Incorrect error EAGAIN returned for invalid send on a lockedRandall Stewart2007-09-139-13/+36
* subr_sleepqueue.c presents a thread lock missing which leads to dangerousAttilio Rao2007-09-131-0/+2
* Make the type of the memory used by the BPF filter unsigned, so itDavid Malone2007-09-131-1/+1
* Reject requests to start or ack a suspend sequence on platforms that do notNate Lawson2007-09-131-0/+10
* It's probably time I learn C.Olivier Houchard2007-09-121-2/+2
* When restoring the mount after umount failed, the MNTK_UNMOUNT flagKonstantin Belousov2007-09-123-5/+15
* Update snd_emu10kx driver with recent perforce changes (and fewAriff Abdullah2007-09-127-532/+1252
* Fix for an infinite loop in processing ESP, IPv6 packets.George V. Neville-Neil2007-09-121-4/+17
* Evidently setup_rss needs to happen whenever bind_qsets is done. This fixesKip Macy2007-09-111-4/+0
* This is a follow-up, cleaning-up commit about recent changes involvingAttilio Rao2007-09-115-5/+5
* A number of small fixes:Jack F Vogel2007-09-102-6/+5
* - Removed debug code and more C++ style comments in the mobilityRandall Stewart2007-09-101-14/+1
* Reduce the limit of vnodes on i386 when ZFS is loaded to 3/4 of the originalPawel Jakub Dawidek2007-09-102-0/+82
* Add PCI IDs for Intel ICH9.Simon L. B. Nielsen2007-09-102-0/+8
* After dfr@ vnode leak fix, we can allow ARC to consume more memory.Pawel Jakub Dawidek2007-09-102-4/+4
* - Added some comments to tell where the htcpRandall Stewart2007-09-103-11/+19