summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Allow 53C1010 without NVRAM to negotiate Ultra-3.marius2008-08-071-0/+2
* - Reimplement {d,i}tlb_enter() and {d,i}tlb_va_to_pa() in C. There'smarius2008-08-074-123/+118
* Fix a small problem in the comment about departure from NetBSD.imp2008-08-071-1/+1
* Permit Giant to be passed as the explicit interlock either tojhb2008-08-072-30/+56
* Convert to new style PC Card front end driver. Add support for theimp2008-08-071-19/+35
* Add NEC PC-9802N-J02 (confirmed) and NEC PC-9202N-J02R (speculative)imp2008-08-072-17/+5
* Add card_if.h and pccarddevs.himp2008-08-071-1/+1
* Document the new return values for sleepq_abort(), sleepq_broadcast(), andjhb2008-08-071-1/+5
* Update SCSI opcodes and ASCs from t10.org.jkim2008-08-072-1227/+2398
* Minor white space tweaks.rwatson2008-08-072-7/+6
* Correct comment typo.rwatson2008-08-071-2/+2
* Introduce pmap_change_attr_locked().alc2008-08-071-17/+18
* When the miibus for the AX88x90 or TC5299J cards fails to attach, weimp2008-08-062-8/+10
* add WPS ouisam2008-08-061-0/+2
* User may do "mount -o snapshot ...", that causes new FFS mount to bekib2008-08-061-1/+2
* Fix a copy/paste errorkevlo2008-08-061-1/+0
* Unify the initial card probe/attach procedure with the kldloadimp2008-08-062-63/+114
* Minor style tweaks.jhb2008-08-051-6/+5
* Remove the second check for a 64-bit BAR value on a 32-bit system injhb2008-08-051-19/+1
* If a thread that is swapped out is made runnable, then the setrunnable()jhb2008-08-0510-97/+150
* If the kernel fails to allocate resources for the initial value of a BARjhb2008-08-051-13/+33
* - Consolidate module version for the pcf module into just pcf.c insteadjhb2008-08-054-6/+6
* Add lifetime informations to generated SPD entries when SPDDUMPvanhu2008-08-051-0/+17
* ufsmount.h uses "struct\tfoo *bar;", except where it doesn't.des2008-08-052-7/+7
* Whitespace, prototypesdes2008-08-051-88/+27
* - Reflect the iicbus infrastructure changes.stas2008-08-051-1/+1
* - Reflect changes in iic infrastructure.stas2008-08-051-1/+1
* Lock the consumers of the iicbus(4) infrastructure:jhb2008-08-043-103/+105
* Add locking to the core iicbus(4) drivers:jhb2008-08-045-106/+128
* Add locking to the various iicbus(4) bridge drivers:jhb2008-08-0411-57/+142
* Do not modify td->td_intr_nesting_level, it is now done in the MI code.cognet2008-08-041-3/+0
* Close two different races with concurrent opens of pty master devicesjhb2008-08-041-5/+24
* - Close a race with concurrent open's of a pts master device which couldjhb2008-08-041-7/+13
* Fix a typo.jhb2008-08-041-1/+1
* Add locking to snc(4) so it is MPSAFE:jhb2008-08-045-76/+130
* Add coretemp(4) and k8temp(4).rpaulo2008-08-041-0/+2
* Fix ARM nocache allocator:raj2008-08-041-5/+4
* Merge state reuse for tcp.mlaier2008-08-041-0/+17
* We need -I$S to compile the elf trampoline.cognet2008-08-041-5/+7
* Remove unneeded #include <stdlib.h> (?)cognet2008-08-041-2/+0
* Lower the priority of the sleep in the syscons for "waitvt" wchan tokib2008-08-041-1/+1
* Make pmap_kenter_attr() static.alc2008-08-044-4/+4
* Dereferencing uninitialized pointers considered harmful. Prior to thiscperciva2008-08-041-0/+4
* Setting a variable to the same value twice doesn't actually make itcperciva2008-08-041-1/+1
* Rearrange conditional compilation directives. This makes syntaxyongari2008-08-041-2/+3
* Remove return keyword at the end of functions that return void.yongari2008-08-041-14/+0
* Remove register keyword.yongari2008-08-041-4/+4
* Use ANSI C declarations for all functions.yongari2008-08-041-104/+41
* Don't enable TSO by default. Users of RTL8169/8110 reportedyongari2008-08-041-0/+7
* The number of bits reserved for MSS in RealTek controllers isyongari2008-08-042-0/+26
OpenPOWER on IntegriCloud