| Age | Commit message (Expand) | Author |
| 2003-12-29 | Avoid dereferencing l in sysctl_lookup(), because it can be NULL. | atatat |
| 2003-12-29 | Remove two uses of uvm_kernacc(), which wasn't quite getting the job | atatat |
| 2003-12-28 | Sysctl functions called for "generic" nodes should forward "query" | atatat |
| 2003-12-05 | Resurrect include of opt_insecure.h to get the INSECURE definition. | fvdl |
| 2003-12-04 | Dynamic sysctl. | atatat |
| 2003-10-31 | Remove some assigned-to but otherwise unused variables. | simonb |
| 2003-10-21 | Cache the "adjusted" value of sb_max when sb_max is changed, in order | thorpej |
| 2003-10-19 | Remove unreachable break after return and goto statements. | simonb |
| 2003-10-03 | If the user passes enough space, output the per cpu states instead of | christos |
| 2003-10-02 | Need opt_posix.h for P1003_1B_SEMAPHORE. | kleink |
| 2003-10-01 | make debug_sysctl() sysctl MIB check more strict. from smak. | itojun |
| 2003-09-28 | Simod has persuaded me to remove the 'sizeof (struct kinfo_drivers)' field. | dsl |
| 2003-09-27 | Add kern.root_partition (sysinst needs to know it) | dsl |
| 2003-09-03 | Use correct basic types when addresses are given in function calls. | ragge |
| 2003-08-24 | Use pfind() in proc_sysctl() to find the target process instead of a | atatat |
| 2003-08-24 | make proc.curproc.* check more strict. atatat | itojun |
| 2003-08-14 | avoid oldlenp mixup (in-kernel pointer and userland pointer). from atatat | itojun |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-30 | maintain the list of namecaches attached to the vnode. | yamt |
| 2003-07-02 | Make somaxkva modifyable via sysctl (and compile-time) instead of | ragge |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-29 | Adjust !LKM case for proc * -> lwp * change. | enami |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-06-23 | Make sure to include opt_foo.h if a defflag option FOO is used. | martin |
| 2003-03-27 | put back nmaxproc check mistakely changed in rev.1.132 | jdolecek |
| 2003-03-19 | Alternative pid/proc allocater, removes all searches associated with pid | dsl |
| 2003-03-06 | Based on the feedback on wasabisystems.com!bsd-api-discuss (sure wish | thorpej |
| 2003-03-05 | Report correct values for p_uutime_{u}sec, p_ustime_{u}sec and p_uctime_{u}sec | dsl |
| 2003-03-01 | Cosmetic changes. | enami |
| 2003-03-01 | Add p_svuid and p_svgid to kinfo_proc2. Populate them in the kernel | atatat |
| 2003-02-27 | Add hw.physpages and hw.userpages, which return the physmem and usermem | thorpej |
| 2003-02-15 | Fix support for 16 character lognames | dsl |
| 2003-02-10 | Add a kern.dump_on_panic sysctl variable (and documentation, and a | atatat |
| 2003-02-02 | Add sysconf(3) knobs for recent additions. | kleink |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-12-16 | add support for optional arch-specific restriction of valid value | jdolecek |
| 2002-12-12 | don't allow kern.maxproc bigger than PID_MAX - PID_SKIP; the pid allocation | jdolecek |
| 2002-12-11 | Add kern.forkfsleep sysctl - set/get time (in miliseconds) for which | jdolecek |
| 2002-12-11 | Add two sysctls: kern.labelsector and kern.labeloffset. | scw |
| 2002-11-24 | Quell uninitialised variable warnings. | scw |
| 2002-11-20 | White-space nits. | simonb |
| 2002-11-09 | Added sysctl to change all IRIX kernel values reported by uname and systeminfo: | manu |
| 2002-11-07 | Added two sysctl-able flags: proc.curproc.stopfork and proc.curproc.stopexec | manu |
| 2002-11-02 | /*CONTCOND*/ while (0)'ed macros | perry |
| 2002-09-04 | Use the queue macros from <sys/queue.h> instead of referring to the queue | matt |
| 2002-08-26 | Get rid of sysctl for setting BCM2033 firmware path. It doesn't work | augustss |
| 2002-08-25 | Fix signed/unsigned comparison warnings from GCC 3.3. | thorpej |
| 2002-08-24 | Add sysctl support for hw.dev.ubtbcmfw (so I can set the firmware | augustss |
| 2002-07-02 | provide KERN_URND, which extracts sizeof(int) random number from the kernel | itojun |
| 2002-05-14 | Eliminate more commons or redundant declarations. | matt |