summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* o move IEEE80211_NONQOS_TID into a public locationsam2007-09-183-5/+10
* remove IFM_IEEE80211_HT40PLUS and IFM_IEEE80211_HT40MINUS; theysam2007-09-182-8/+0
* regen.dwmalone2007-09-183-3/+3
* The kernel version of Linux statfs64 is actually supposed to takedwmalone2007-09-187-15/+33
* Fix an incorrect PCI device id. The current value conflicts withambrisko2007-09-181-1/+1
* - The address lock is changed to a rwlock. Thisrrs2007-09-189-69/+87
* Reserve AF_ constants for vendors by giving them the odd numberedalfred2007-09-181-0/+53
* Recognize the Soekris NET5501 and configure the error led.phk2007-09-181-3/+84
* Fix an undefined symbol that as/ld neglected to flag as a problem. Itpeter2007-09-172-0/+2
* Update beacon handling to sync w/ vap code base:sam2007-09-1714-87/+236
* convert hardware rate codes to IEEE rate codes with a lookup tablesam2007-09-171-34/+18
* - Move all of the PS_ flags into either p_flag or td_flags.jeff2007-09-1724-161/+158
* bandaid Dynamic Turbo A operation with old hal's: HAL_MODE_108Asam2007-09-171-0/+4
* fix led blinking in RUN state: the addition of the CAC state movedsam2007-09-171-0/+3
* correct netband skip check in constructing a country iesam2007-09-171-1/+1
* - For the 1-to-1 model, fix an off by one error thatrrs2007-09-161-1/+1
* Allow additional packet filtering on the physical interface for locallythompsa2007-09-161-0/+20
* Make wi_set_channel() actually change the channel in hardware so that hostapthompsa2007-09-161-2/+15
* Kill bogus printf debugs.imp2007-09-161-7/+0
* Kill overly verbose messages about setting bus width.imp2007-09-161-5/+2
* Zyd needs be under Giant because USB is under Giant.imp2007-09-151-1/+2
* - Get rid of unsused constants for sysctl variables.rrs2007-09-158-151/+106
* It has been observed on the mailing lists that the different categoriesalc2007-09-157-24/+28
* Correct an assertion in vm_pageout_flush(). Specifically, if a page'salc2007-09-151-1/+2
* Add the PCI id for the Intel 7221's integrated graphics controller. It isalc2007-09-152-0/+4
* Fix typo which brokes VJ decompressionmav2007-09-151-1/+1
* Remove the definition and implementation of 'CALLOUT_NETGIANT', a now- (andrwatson2007-09-152-12/+2
* Remove DIAG code that discards oversized packets.julian2007-09-141-14/+0
* During boot(before setting IP address) PHY can generate link stateyongari2007-09-141-6/+6
* Fix typo.yongari2007-09-141-2/+2
* Currently the LO_NOPROFILE flag (which is masked on upper level code byattilio2007-09-143-5/+7
* Add support for a new device id (9). Mxge NICs with the newgallatin2007-09-132-1/+3
* - DF bit was on for COOKIE-ECHO chunks. This isrrs2007-09-139-40/+60
* - Incorrect error EAGAIN returned for invalid send on a lockedrrs2007-09-139-13/+36
* subr_sleepqueue.c presents a thread lock missing which leads to dangerousattilio2007-09-131-0/+2
* Make the type of the memory used by the BPF filter unsigned, so itdwmalone2007-09-131-1/+1
* Reject requests to start or ack a suspend sequence on platforms that do notnjl2007-09-131-0/+10
* It's probably time I learn C.cognet2007-09-121-2/+2
* When restoring the mount after umount failed, the MNTK_UNMOUNT flagkib2007-09-123-5/+15
* Update snd_emu10kx driver with recent perforce changes (and fewariff2007-09-127-532/+1252
* Fix for an infinite loop in processing ESP, IPv6 packets.gnn2007-09-121-4/+17
* Evidently setup_rss needs to happen whenever bind_qsets is done. This fixeskmacy2007-09-111-4/+0
* This is a follow-up, cleaning-up commit about recent changes involvingattilio2007-09-115-5/+5
* A number of small fixes:jfv2007-09-102-6/+5
* - Removed debug code and more C++ style comments in the mobilityrrs2007-09-101-14/+1
* Reduce the limit of vnodes on i386 when ZFS is loaded to 3/4 of the originalpjd2007-09-102-0/+82
* Add PCI IDs for Intel ICH9.simon2007-09-102-0/+8
* After dfr@ vnode leak fix, we can allow ARC to consume more memory.pjd2007-09-102-4/+4
* - Added some comments to tell where the htcprrs2007-09-103-11/+19
* Make sure that either inp is NULL or we have obtained a lock on it beforekensmith2007-09-101-13/+13
OpenPOWER on IntegriCloud