aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add sbuf_new_auto as a shortcut for the very common case of creating aDag-Erling Smørgrav2008-08-0914-23/+25
* Switch to simplified BSD license (with phk's approval), plus whitespaceDag-Erling Smørgrav2008-08-092-45/+63
* After some intial testing, there are even slower cards than the onesWarner Losh2008-08-091-13/+24
* Intel describes the behavior of their processors as "undefined" if two orAlan Cox2008-08-091-2/+84
* Verify that the WPA flags set are actually compatible with theWarner Losh2008-08-091-4/+13
* Rather than waiting a fixed amount of time, which might not be enoughWarner Losh2008-08-091-12/+23
* Change -1 to 0xfffffffful since the interface returns uint32_t.Warner Losh2008-08-091-1/+1
* While most bridges can bring a card out of reset in 20ms, there areWarner Losh2008-08-091-3/+4
* Add prototype defination for setfib(2) to sys/socket.h.Xin LI2008-08-081-0/+1
* - Bump __FreeBSD_version for cpuctl(4) added.Stanislav Sedov2008-08-081-1/+1
* - Initialize the vm86 structure to a known-good state. Specifically, alwaysJohn Baldwin2008-08-084-4/+18
* Fix the hangs reported with the real mode BTX:John Baldwin2008-08-081-11/+22
* Add a "glimpse" target to the kernel Makefile.Philip Paeps2008-08-081-0/+7
* - Add cpuctl(4) pseudo-device driver to provide access to some low-levelStanislav Sedov2008-08-0815-1/+647
* Remove D_NEEDGIANT from io(4).Ed Schouten2008-08-081-1/+0
* Allow 53C1010 without NVRAM to negotiate Ultra-3.Marius Strobl2008-08-071-0/+2
* - Reimplement {d,i}tlb_enter() and {d,i}tlb_va_to_pa() in C. There'sMarius Strobl2008-08-074-123/+118
* Fix a small problem in the comment about departure from NetBSD.Warner Losh2008-08-071-1/+1
* Permit Giant to be passed as the explicit interlock either toJohn Baldwin2008-08-072-30/+56
* Convert to new style PC Card front end driver. Add support for theWarner Losh2008-08-071-19/+35
* Add NEC PC-9802N-J02 (confirmed) and NEC PC-9202N-J02R (speculative)Warner Losh2008-08-072-17/+5
* Add card_if.h and pccarddevs.hWarner Losh2008-08-071-1/+1
* Document the new return values for sleepq_abort(), sleepq_broadcast(), andJohn Baldwin2008-08-071-1/+5
* Update SCSI opcodes and ASCs from t10.org.Jung-uk Kim2008-08-072-1227/+2398
* Minor white space tweaks.Robert Watson2008-08-072-7/+6
* Correct comment typo.Robert Watson2008-08-071-2/+2
* Introduce pmap_change_attr_locked().Alan Cox2008-08-071-17/+18
* When the miibus for the AX88x90 or TC5299J cards fails to attach, weWarner Losh2008-08-062-8/+10
* add WPS ouiSam Leffler2008-08-061-0/+2
* User may do "mount -o snapshot ...", that causes new FFS mount to beKonstantin Belousov2008-08-061-1/+2
* Fix a copy/paste errorKevin Lo2008-08-061-1/+0
* Unify the initial card probe/attach procedure with the kldloadWarner Losh2008-08-062-63/+114
* Minor style tweaks.John Baldwin2008-08-051-6/+5
* Remove the second check for a 64-bit BAR value on a 32-bit system inJohn Baldwin2008-08-051-19/+1
* If a thread that is swapped out is made runnable, then the setrunnable()John Baldwin2008-08-0510-97/+150
* If the kernel fails to allocate resources for the initial value of a BARJohn Baldwin2008-08-051-13/+33
* - Consolidate module version for the pcf module into just pcf.c insteadJohn Baldwin2008-08-054-6/+6
* Add lifetime informations to generated SPD entries when SPDDUMPVANHULLEBUS Yvan2008-08-051-0/+17
* ufsmount.h uses "struct\tfoo *bar;", except where it doesn't.Dag-Erling Smørgrav2008-08-052-7/+7
* Whitespace, prototypesDag-Erling Smørgrav2008-08-051-88/+27
* - Reflect the iicbus infrastructure changes.Stanislav Sedov2008-08-051-1/+1
* - Reflect changes in iic infrastructure.Stanislav Sedov2008-08-051-1/+1
* Lock the consumers of the iicbus(4) infrastructure:John Baldwin2008-08-043-103/+105
* Add locking to the core iicbus(4) drivers:John Baldwin2008-08-045-106/+128
* Add locking to the various iicbus(4) bridge drivers:John Baldwin2008-08-0411-57/+142
* Do not modify td->td_intr_nesting_level, it is now done in the MI code.Olivier Houchard2008-08-041-3/+0
* Close two different races with concurrent opens of pty master devicesJohn Baldwin2008-08-041-5/+24
* - Close a race with concurrent open's of a pts master device which couldJohn Baldwin2008-08-041-7/+13
* Fix a typo.John Baldwin2008-08-041-1/+1
* Add locking to snc(4) so it is MPSAFE:John Baldwin2008-08-045-76/+130