| Commit message (Expand) | Author | Age | Files | Lines |
* | Increase UDBHASHSIZE from 16 to 128 items. | mav | 2008-07-26 | 1 | -1/+1 |
* | According to in_pcb.h protocol binding information has double locking. | mav | 2008-07-26 | 1 | -24/+22 |
* | 2020447 IPFilter's NAT can undo name server random port selection | darrenr | 2008-07-26 | 1 | -1/+3 |
* | Add a few clarifications to this man page. Also, add a table that | imp | 2008-07-26 | 1 | -0/+18 |
* | Add hash table lookup for a fully connected raw sockets. | mav | 2008-07-26 | 1 | -9/+80 |
* | - Fix mtree example so it works. | simon | 2008-07-26 | 1 | -0/+7 |
* | Register the interrupt handler at the end of wi_attach rather than at | imp | 2008-07-26 | 1 | -13/+11 |
* | Return arc4_i = arc4_j = 0; line from previous backing out since | ache | 2008-07-26 | 1 | -0/+1 |
* | Change arc4random to arc4random_uniform since modulo is not power of 2, | ache | 2008-07-26 | 1 | -1/+1 |
* | Change 2 arc4random modulo operations to arc4random_uniform() as | ache | 2008-07-26 | 1 | -2/+2 |
* | Note that snapshots may cause a panic on the full UFS filesystem. | kib | 2008-07-26 | 1 | -0/+3 |
* | Fill in a few sysctl descriptions. | trhodes | 2008-07-26 | 2 | -31/+39 |
* | Fill in sysctl descriptions. | trhodes | 2008-07-26 | 1 | -10/+18 |
* | Fill in BPF sysctl descriptions. | trhodes | 2008-07-25 | 1 | -2/+2 |
* | Begin the sysctl descriptions with a capital letter. | trhodes | 2008-07-25 | 2 | -6/+6 |
* | Add support for a new login capability, cpumask which allows login | brooks | 2008-07-25 | 4 | -1/+132 |
* | - Connect ds1339 to the build infrastructure. | stas | 2008-07-25 | 1 | -0/+1 |
* | - Add driver for Dallas Semiconductor DS1339 RTC sitting | stas | 2008-07-25 | 1 | -0/+232 |
* | Per rwatson's request: | ache | 2008-07-25 | 1 | -7/+4 |
* | Per rwatson's request: | ache | 2008-07-25 | 1 | -29/+17 |
* | Move ttyinfo() into its own C file. | ed | 2008-07-25 | 3 | -269/+318 |
* | Remove <sgtty.h> now it has no practical usage. | ed | 2008-07-25 | 3 | -4/+3 |
* | Call pargs_drop() unconditionally in do_execve(), the function correctly | kib | 2008-07-25 | 3 | -6/+4 |
* | s/alredy/already/ in the comments and the log message. | kib | 2008-07-25 | 1 | -5/+5 |
* | o Trim whitespaces. | maxim | 2008-07-25 | 1 | -9/+9 |
* | o Fix grammar: see -> See. | maxim | 2008-07-25 | 1 | -1/+1 |
* | - Provide kernelname as the name for process with P_KTHREAD set as | jeff | 2008-07-25 | 1 | -1/+5 |
* | Fix cut-n-paste-o | julian | 2008-07-25 | 1 | -1/+1 |
* | Add tweak for AMD Geode "companion" chip, AMD CS5536, which is apparently | ivoras | 2008-07-24 | 1 | -1/+10 |
* | Fix spelling error in comment | julian | 2008-07-24 | 1 | -1/+1 |
* | Note that setfib is not a terminal rule. | julian | 2008-07-24 | 1 | -1/+2 |
* | Switch to using the setfib syscall instead of a syscall(175,...) | julian | 2008-07-24 | 1 | -1/+1 |
* | Prefer the opt_global.h from KERNBUILDDIR if existent so we obtain all | marius | 2008-07-24 | 1 | -0/+5 |
* | Try again not to use a userspace pointer in the kernel when trying to record | dfr | 2008-07-24 | 1 | -1/+1 |
* | Don't use a userspace pointer in the kernel when trying to record the hostname | dfr | 2008-07-24 | 1 | -8/+12 |
* | 2020447 IPFilter's NAT can undo name server random port selection | darrenr | 2008-07-24 | 16 | -21/+91 |
* | Don't include <sys/tty.h> in non-TTY drivers. | ed | 2008-07-24 | 4 | -4/+6 |
* | Add TIOCPKT and TIOCSPTLCK to the Linuxolator. | ed | 2008-07-23 | 2 | -1/+9 |
* | Merge from p4: | imp | 2008-07-23 | 1 | -0/+205 |
* | Fix linux_alarm, the linux behaviour is to limit the | rdivacky | 2008-07-23 | 1 | -3/+6 |
* | Remove a bunch of files we don't need to build OpenSSH. They are still | des | 2008-07-23 | 80 | -11367/+0 |
* | Remove debugging cruft. | des | 2008-07-23 | 1 | -1/+0 |
* | pjd@'s r180759 was intended to revert r180755 due to ipfilter breakage, | des | 2008-07-23 | 1 | -1/+14 |
* | For unfathomable reasons, ipfilter abuses kernel data structures for its | des | 2008-07-23 | 1 | -4/+12 |
* | Further refine the probe order of devices to more closely match the previous | jhb | 2008-07-23 | 1 | -9/+4 |
* | Back out this change, as it breaks the build and I don't have time for | pjd | 2008-07-23 | 1 | -13/+1 |
* | The ffs_balloc_ufs{1,2} functions call bdwrite() while having several | kib | 2008-07-23 | 1 | -2/+22 |
* | o DragonFly BSD 2.0 added. | maxim | 2008-07-23 | 1 | -1/+2 |
* | Unbreak cc -pg support on i386. In gcc 4.2, %ecx is used as the arg pointer | luoqi | 2008-07-23 | 1 | -1/+10 |
* | Check for negative reference count. | pjd | 2008-07-23 | 1 | -1/+10 |