summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge 1.127 from OpenBSD, that closes a regression from 1.125 (mergedglebius2012-12-111-3/+6
* Cleanup more of the kassert_panic.alfred2012-12-111-9/+30
* Fix WITNESS when INVARIANT_SUPPORT is defined.alfred2012-12-111-0/+1
* There's no need to use a TXQ pointer here; we specifically need theadrian2012-12-112-30/+14
* Allow sysctl to filter boot and runtime tunables.alfred2012-12-112-6/+30
* Switch the hardwired WITNESS panics to kassert_panic.alfred2012-12-113-42/+58
* In parse():delphij2012-12-111-6/+5
* back out half of 244098.alfred2012-12-111-1/+1
* Add CTLFLAG_STATS to sysctl flagsalfred2012-12-101-0/+1
* Add constant missed in r244099alfred2012-12-101-0/+1
* allow KASSERT to enter KDB.alfred2012-12-101-0/+14
* make sysctls kern.{bootfile,conftxt} read-onlyalfred2012-12-101-10/+3
* Sync pf.os with OpenBSD:delphij2012-12-101-2/+10
* Do not yield while owning a mutex. The Giant reacquire in thekib2012-12-101-16/+18
* libc: Make various internal file descriptors close-on-exec.jilles2012-12-107-12/+12
* Improve style(9) compliance of function declarations.brooks2012-12-101-4/+12
* Changes to resolve races in bpfread() and catchpacket() that, at worst,ghelmer2012-12-104-12/+38
* Add support for comma-separated values (whitespace-separated still supported).dteske2012-12-101-6/+6
* NGM_NETFLOW_SHOW reports IPv6 flows as well.glebius2012-12-101-5/+1
* Prevent long type overflow of realmem calculation on ILP32 by forcingandre2012-12-101-2/+2
* Adjust the channel to correctly setup the HT flags when transitioningadrian2012-12-101-1/+3
* Add amd64-specific ddb command "show pte". The command displays thekib2012-12-101-0/+43
* Do not ignore zero address, possibly returned by the vm_map_find()kib2012-12-101-14/+14
* Give users a hint when their locate database is too small.eadler2012-12-101-1/+3
* Update the aggressive mode logic to also enable aggressive modeadrian2012-12-101-8/+50
* Undo the previous adhoc commit - doing the WME IE handling hereadrian2012-12-091-10/+0
* Handle ath-specific and WME IE's in adhoc mode.adrian2012-12-093-1/+19
* Add missed BETA* to list.gjb2012-12-091-1/+1
* Fix bandwidth reporting when doing a restarted download with "-r".andre2012-12-091-1/+1
* Get 'uname -r' earlier, so it can be used to determine what branch isgjb2012-12-091-1/+12
* Add "nfsstat -m" support for the two new NFS mount optionsrmacklem2012-12-091-0/+6
* Document the new NFS mount options added by r244042.rmacklem2012-12-091-1/+13
* Remove useless comment.kib2012-12-091-2/+0
* Fix typo.kib2012-12-091-1/+1
* Fix a couple of CTL locking issues and clean up some duplicated code.ken2012-12-092-37/+31
* Atheros SuperG bug fixes, as part of hunting down kern/174283.adrian2012-12-092-11/+12
* Use ASCII characters for box/line characters in frames.4thdteske2012-12-092-0/+56
* Add new USB ID.hselasky2012-12-092-0/+5
* Add a comment on why inlining critical_enter() may not be a good ideaattilio2012-12-091-0/+6
* Don't panic if the stageq here is empty; just fall through with NULLadrian2012-12-092-0/+18
* In the past four years, we've added two new vm object types. Each time,alc2012-12-097-30/+47
* Move the NFSv4.1 client patches over from projects/nfsv4.1-clientrmacklem2012-12-0822-376/+3968
* A number of places in the source tree still reference cuad.* aftereadler2012-12-0819-50/+50
* Remove outdated reference to tcp inflight limiting. It was removedandre2012-12-081-47/+1
* libc: Add a missing header to a test program.jilles2012-12-081-0/+1
* Add check for failure of mkstemp and setenv.eadler2012-12-081-2/+6
* time: Use close-on-exec instead of fclose() in the child process.jilles2012-12-081-3/+1
* Get it compiling without INET and INET6 support (mainly userland stack).tuexen2012-12-081-0/+4
* More warnings for zones that depend on the kern.ipc.maxsockets limit.pjd2012-12-083-0/+4
* Add support for various Yamaha keyboards.hselasky2012-12-081-1/+125
OpenPOWER on IntegriCloud