summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Kill a dead variableantoine2008-08-031-2/+0
* Remove broken code to replace st_mode value with ACCESSPERMS whenrwatson2008-08-031-5/+0
* Add "add pc, whatever" as a branch instruction, we use it in memcpy().cognet2008-08-032-2/+39
* Fill in a few sysctl descriptions.trhodes2008-08-034-7/+8
* Document a few sysctls.trhodes2008-08-032-5/+7
* Calling linker_load_dependencies() while holding the module'kib2008-08-032-0/+4
* Disconnect drivers that haven't been ported to MPSAFE TTY yet.ed2008-08-0314-181/+0
* Kernel config for the Linksys NSLU2. This is just a basic configuration,imp2008-08-032-0/+150
* Handle ldr pc, [reg] in branch_taken().cognet2008-08-031-1/+12
* Add blx as a branch instruction.cognet2008-08-031-1/+2
* Minor style nit.imp2008-08-021-1/+1
* Minor style tweaks.rwatson2008-08-023-24/+15
* Rename mac_partition_enabled to partition_enabled to synchronize withrwatson2008-08-021-3/+3
* Add an altnerative Siemens SpeedStream ID. This one is for a Prism 3imp2008-08-021-0/+1
* Report what kind of chip only under bootverbose since that's nowimp2008-08-021-1/+2
OpenPOWER on IntegriCloud