summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Kill a dead variableantoine2008-08-031-2/+0
* ctime() expects a time_t, but qup->dqblk.dqb_btime is an int32_t, so forcognet2008-08-031-6/+9
* Restored from previous backing out (because that is OpenBSD way, soache2008-08-031-12/+16
* - back out my last commit as it seems to be wrong.danger2008-08-031-2/+0
* Fix some style bogosity from fdlibm.das2008-08-032-12/+12
* Minor improvements:das2008-08-033-20/+20
* 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
* DDB scripting, textdumps, output capture, etc, all will appear inrwatson2008-08-031-1/+1
* Fill in a few sysctl descriptions.trhodes2008-08-034-7/+8
* DDB scripting, textdumps, output capture, etc, all will appear inrwatson2008-08-032-1/+6
* 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
* calendar.holiday: Buinea-bissau should be Guinea-Bissauedwin2008-08-031-1/+1
* Kernel config for the Linksys NSLU2. This is just a basic configuration,imp2008-08-032-0/+150
OpenPOWER on IntegriCloud