summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Alphabetize pts before pty.rwatson2007-11-211-1/+1
* Bring back pf_if.c revs 1.8 and 1.6 also lost during last import:mlaier2007-11-211-0/+23
* Instead of manually freeing the packet options structure (and not even doingmtm2007-11-211-6/+1
* Cleanup pf interface mangement - esp. remove EVENTHANDLER before unloadingmlaier2007-11-212-1/+31
* Take out em_poll() prototype from under EM_FAST_IRQ control.ru2007-11-211-3/+4
* * Fix support for followings:ariff2007-11-211-12/+40
* Reloop OpenBSD rev. 1.563:mlaier2007-11-211-3/+11
* Fix NULL dereference in rum_txeof()kevlo2007-11-211-3/+2
* Use the safer callout_init_rw() to allow the softclock to grab thethompsa2007-11-211-5/+2
* Add function UMTX_OP_WAIT_UINT, the function causes thread to wait fordavidxu2007-11-212-3/+26
* Extend critical section coverage in the low-level interrupt handlers toscottl2007-11-215-5/+5
* Add MSI support for 88E8058(Yukon EC Ultra). Unlike other Yukon IIyongari2007-11-211-8/+27
* One nit, FAST handling is now in #ifdef's for compatibilityjfv2007-11-202-4/+6
* Driver version 6.7.3jfv2007-11-2030-2657/+3220
* Annotate two possible bugs in a comment: (1) we allocate and explicitlyrwatson2007-11-201-0/+8
* Add additional robustness to at_aarpinput() by testing for broadcastrwatson2007-11-201-0/+7
* Check battery presence first before trying to get battery information.jkim2007-11-201-3/+4
* Test that p_textvp is non-NULL be dereferencing, as no executable vnode isrwatson2007-11-201-0/+5
OpenPOWER on IntegriCloud