summaryrefslogtreecommitdiffstats
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
* Cleanup for WARNS 6.marcel2008-08-067-47/+50
* 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
* Add a script to perform simple analysis of a crash dump (either a fulljhb2008-08-054-0/+422
* 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
* Move functions which are only locally used into their C files andedwin2008-08-053-23/+23
* style(9)ify usr.bin/calendaredwin2008-08-056-290/+324
* Remove a comment about bridging wireless client, the new net80211 vap codethompsa2008-08-041-3/+0
* Fix build when WITHOUT_DYNAMICROOT is specified in src.conf(5).mlaier2008-08-041-0/+2
* Add EPERM to the ERRORS section.trhodes2008-08-041-1/+3
* 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
* Mark functions as __dead2 in order to help the LLVM static checkercperciva2008-08-041-2/+2
* Dereferencing uninitialized pointers considered harmful. Prior to thiscperciva2008-08-041-0/+4
* Initialize "nconv" to a reasonable value in all code paths. Prior tocperciva2008-08-041-1/+3
* Set "max" to a reasonable value if BLOCKSIZE has a bogus unit. Priorcperciva2008-08-041-0/+1
* Don't close file descriptor number <whatever random garbage was on thecperciva2008-08-041-0/+1
* Setting a variable to the same value twice doesn't actually make itcperciva2008-08-043-4/+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
* Mark functions as __dead2 in order to help the LLVM static checkercperciva2008-08-049-32/+33
* Make quota(1) to compile with WARNS=6:delphij2008-08-041-5/+2
* Restructure and use different variables in the tests that involvescf2008-08-031-13/+15
* Add EAGAIN to the ERRORS list, as found in kern_jail.c.trhodes2008-08-031-1/+3
OpenPOWER on IntegriCloud