summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Increase UDBHASHSIZE from 16 to 128 items.mav2008-07-261-1/+1
* According to in_pcb.h protocol binding information has double locking.mav2008-07-261-24/+22
* 2020447 IPFilter's NAT can undo name server random port selectiondarrenr2008-07-261-1/+3
* Add a few clarifications to this man page. Also, add a table thatimp2008-07-261-0/+18
* Add hash table lookup for a fully connected raw sockets.mav2008-07-261-9/+80
* - Fix mtree example so it works.simon2008-07-261-0/+7
* Register the interrupt handler at the end of wi_attach rather than atimp2008-07-261-13/+11
* Return arc4_i = arc4_j = 0; line from previous backing out sinceache2008-07-261-0/+1
* Change arc4random to arc4random_uniform since modulo is not power of 2,ache2008-07-261-1/+1
* Change 2 arc4random modulo operations to arc4random_uniform() asache2008-07-261-2/+2
* Note that snapshots may cause a panic on the full UFS filesystem.kib2008-07-261-0/+3
* Fill in a few sysctl descriptions.trhodes2008-07-262-31/+39
* Fill in sysctl descriptions.trhodes2008-07-261-10/+18
* Fill in BPF sysctl descriptions.trhodes2008-07-251-2/+2
* Begin the sysctl descriptions with a capital letter.trhodes2008-07-252-6/+6
* Add support for a new login capability, cpumask which allows loginbrooks2008-07-254-1/+132
* - Connect ds1339 to the build infrastructure.stas2008-07-251-0/+1
* - Add driver for Dallas Semiconductor DS1339 RTC sittingstas2008-07-251-0/+232
* Per rwatson's request:ache2008-07-251-7/+4
* Per rwatson's request:ache2008-07-251-29/+17
* Move ttyinfo() into its own C file.ed2008-07-253-269/+318
* Remove <sgtty.h> now it has no practical usage.ed2008-07-253-4/+3
* Call pargs_drop() unconditionally in do_execve(), the function correctlykib2008-07-253-6/+4
* s/alredy/already/ in the comments and the log message.kib2008-07-251-5/+5
* o Trim whitespaces.maxim2008-07-251-9/+9
* o Fix grammar: see -> See.maxim2008-07-251-1/+1
* - Provide kernelname as the name for process with P_KTHREAD set asjeff2008-07-251-1/+5
* Fix cut-n-paste-ojulian2008-07-251-1/+1
* Add tweak for AMD Geode "companion" chip, AMD CS5536, which is apparentlyivoras2008-07-241-1/+10
* Fix spelling error in commentjulian2008-07-241-1/+1
* Note that setfib is not a terminal rule.julian2008-07-241-1/+2
* Switch to using the setfib syscall instead of a syscall(175,...)julian2008-07-241-1/+1
* Prefer the opt_global.h from KERNBUILDDIR if existent so we obtain allmarius2008-07-241-0/+5
* Try again not to use a userspace pointer in the kernel when trying to recorddfr2008-07-241-1/+1
* Don't use a userspace pointer in the kernel when trying to record the hostnamedfr2008-07-241-8/+12
* 2020447 IPFilter's NAT can undo name server random port selectiondarrenr2008-07-2416-21/+91
* Don't include <sys/tty.h> in non-TTY drivers.ed2008-07-244-4/+6
* Add TIOCPKT and TIOCSPTLCK to the Linuxolator.ed2008-07-232-1/+9
* Merge from p4:imp2008-07-231-0/+205
* Fix linux_alarm, the linux behaviour is to limit therdivacky2008-07-231-3/+6
* Remove a bunch of files we don't need to build OpenSSH. They are stilldes2008-07-2380-11367/+0
* Remove debugging cruft.des2008-07-231-1/+0
* pjd@'s r180759 was intended to revert r180755 due to ipfilter breakage,des2008-07-231-1/+14
* For unfathomable reasons, ipfilter abuses kernel data structures for itsdes2008-07-231-4/+12
* Further refine the probe order of devices to more closely match the previousjhb2008-07-231-9/+4
* Back out this change, as it breaks the build and I don't have time forpjd2008-07-231-13/+1
* The ffs_balloc_ufs{1,2} functions call bdwrite() while having severalkib2008-07-231-2/+22
* o DragonFly BSD 2.0 added.maxim2008-07-231-1/+2
* Unbreak cc -pg support on i386. In gcc 4.2, %ecx is used as the arg pointerluoqi2008-07-231-1/+10
* Check for negative reference count.pjd2008-07-231-1/+10
OpenPOWER on IntegriCloud