summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Make ADAPTIVE_GIANT as the default in the kernel and remove the option.attilio2007-11-288-20/+0
* Add missing MCP65 id which was accidentally removed in previous commit.ariff2007-11-281-0/+1
* Restore member fields sigval_int and sigval_ptr, this unbreaks compilationdavidxu2007-11-281-0/+3
* In atomic_fetchadd_32(), do not blindly increase the value of %3.cognet2007-11-271-2/+3
* Remove the 'needbounce' variable from the _bus_dmamap_load_buffer()jhb2007-11-274-29/+12
* Fix up a race condition with the callout_stop method in newstate.benjsc2007-11-271-1/+4
* Handle missed beacons correctlybenjsc2007-11-272-1/+22
* MFP4(129048): Eliminating an unnecessary check on an_gone insideavatar2007-11-271-4/+0
* Define atomic_readandclear_ptr.jasone2007-11-272-0/+2
* Simplify the adaptive spinning algorithm in rwlock and mutex:attilio2007-11-262-141/+113
* Add a note to indicate that these files do borrow in part from mbr.s andjhb2007-11-262-0/+4
* Be more careful handling off-channel frames: if the driver (wrongly)sam2007-11-261-3/+4
* Add the Intel 82801FB (ICH6) SMBus controller and theremko2007-11-261-0/+8
* Fix for a reported panic in certain circumstances. Whenjfv2007-11-261-2/+17
* Use device_set_desc_copy in the generic ident as its used on a temp buffer.sos2007-11-261-1/+1
* Add the FNW3603TX Planex NIC.remko2007-11-262-0/+7
* Add the 845M GMCH controller.remko2007-11-261-0/+2
* Implement read_default_ldt in linux_modify_ldt(). It copies out zeroedkib2007-11-261-0/+9
* Fix 3 issues relating to the use of "auth" rules in IPFilter, from sourceforge:darrenr2007-11-263-18/+11
* Implement the _long functions using u_long rather than trying tojb2007-11-261-5/+43
* Add Dell's Photo AIO Printer 926.jb2007-11-261-0/+1
* Make contigmalloc(9)'s page laundering more robust. Specifically, usealc2007-11-253-4/+8
* pfil(9) locking take 3: Switch to rmlock(9)mlaier2007-11-252-11/+15
* Tidy up: Add comments. Eliminate the pointlessalc2007-11-251-19/+23
* Have the lagg interface generate link up/down events, the interface is markedthompsa2007-11-251-0/+20
* More carefully handle various cases in sysctl_drop(), such as unlockingrwatson2007-11-241-3/+7
* Respell 'Conatainer' as 'Container'.rwatson2007-11-241-11/+11
* Fix the spinlock static table adding missing spinlocks.attilio2007-11-241-0/+2
* transferlockers() is a very dangerous and hack-ish function as waitersattilio2007-11-242-29/+0
* Fix strict alias warnings.jb2007-11-231-2/+5
* Add preliminary SATA ATAPI support for sii 3132/3124 chips.sos2007-11-232-38/+81
* correct WMM packet classification:sam2007-11-231-40/+9
* o correct re-association indicator dispatched in node join eventsam2007-11-231-3/+3
* correct sta mode setup: adopt ap's ampdu density and max ampdu sizesam2007-11-231-2/+8
* parse htcap ie early so ampdu density and max rx size are availablesam2007-11-231-1/+3
* correct TID_TO_WME_AC handling of BEsam2007-11-231-1/+1
* use the DSPARMS ie to find the home channel for off-channel framessam2007-11-231-11/+12
* add ieee80211_find_channel_byieee to lookup a channel by ieee channel #sam2007-11-232-0/+28
* update default wme parameters to latest WiFi test planssam2007-11-231-24/+24
* - add the Planex GW-US54GXS adaptersam2007-11-232-0/+2
* MFP4: Add assembly language symbols used by hwpmc(4)'s callchain capture.jkoshy2007-11-232-0/+6
* Add a read/write sysctl for reconfiguring the maximum number of physicalalc2007-11-231-0/+2
* Move ASMC_FAN_FUNCS in the Macmini structure declaration one line uprpaulo2007-11-221-1/+1
* Remove remaining Giant acquisition around vn_fullpath1. This was missedkris2007-11-221-2/+0
* Remove an unnecessary call to pmap_remove_all() and the associated "XXX"alc2007-11-221-15/+1
* Cache the value of c_lock as it can change, in the struct,attilio2007-11-221-5/+7
* Fix comments.ru2007-11-221-3/+3
* Fix function prototype for device_shutdown method.yongari2007-11-2221-48/+80
* When reactivating a cached page, reset the page's pool to the defaultalc2007-11-211-0/+1
* Make TSO work with IPSEC compiled into the kernel.bz2007-11-211-3/+16
OpenPOWER on IntegriCloud