| Age | Commit message (Expand) | Author |
| 2004-01-08 | Used to say "type=", but now says "size=" since that's what it's | atatat |
| 2004-01-05 | Homogenize usage messages: make the 'usage' word all lowercase, as this seems | jmmv |
| 2003-12-31 | Simplify Oo/Oc to Op, since it has only one simple short argument. | wiz |
| 2003-12-30 | Update sysctl.8 man page to cover all the new stuff. | atatat |
| 2003-12-04 | sysctlnametomib() is a private function for the moment. | atatat |
| 2003-12-04 | New sysctl(8) binary. Performs auto-discovery and can add/remove | atatat |
| 2003-11-10 | Make per-protocol network input queue stats visible to userland via | jonathan |
| 2003-10-15 | Slight option ordering change. | wiz |
| 2003-09-27 | Forgot the date.... | dsl |
| 2003-09-27 | Add kern.drivers and kern.root_partition to match recent kern_sysctl.c | dsl |
| 2003-09-21 | Combine multiple single-letter options. | wiz |
| 2003-09-20 | add -e flag to set the separator to '=' where the default is ' = '. | grant |
| 2003-09-17 | put flags in a list with descriptions. add proper description of -w. | grant |
| 2003-08-07 | Mention /etc/sysctl.conf. Bump date. Closes PR 22213. | wiz |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-04 | Bump date for last, and replace some \*[Lt]/\*[Gt] with .Aq. | wiz |
| 2003-07-03 | Add somaxkva. | ragge |
| 2003-06-17 | Remove the KERN_DRIVERS case handler (prototype code?). | simonb |
| 2003-06-16 | Print hw.cnmagic as escaped hex bytes (unless -n given). | dsl |
| 2003-05-31 | Avoid a strict-alias warning in gcc 3.3. | thorpej |
| 2003-05-18 | simplify more | itojun |
| 2003-05-18 | simplify by strlcpy/cat | itojun |
| 2003-04-19 | add tcp.ident. | christos |
| 2003-04-12 | add checkinterface | christos |
| 2003-04-06 | Tweak behaviour introduced in rev 1.50; | lukem |
| 2003-03-17 | Consistent tab usage. | wiz |
| 2003-03-15 | Use "its" instead of "it's" where appropriate. | wiz |
| 2003-03-07 | Quell formwat warning for LP64 for the diskinfo printf. | fvdl |
| 2003-03-06 | hw.physpages -> hw.physmem64, hw.userpages -> hw.usermem64 | thorpej |
| 2003-03-01 | Document net.inet.tcp.init_win_local. | thorpej |
| 2003-02-27 | Document hw.physpages and hw.userpages. | thorpej |
| 2003-02-02 | Add sysconf(3) knobs for recent additions. | kleink |
| 2003-02-01 | Add several missing items, and be less rageous about memory locking. | kleink |
| 2003-01-22 | display machdep.diskinfo for i386 and x86_84 | dsl |
| 2002-12-24 | On Darwin, mach_init is the system bootstrap process. It is responsible | manu |
| 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-30 | tweaks for fparseln(3) move from libutil to libc: | lukem |
| 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-03 | When printing out nodes of type "string", don't print anything if | simonb |
| 2002-10-03 | New sentence, new line. From Robert Elz. | wiz |
| 2002-10-01 | Replace some \*[Lt]...\*[Gt] with .Aq ... | wiz |
| 2002-08-19 | Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path | lukem |
| 2002-05-29 | document vfs.nfs.iothreads | msaitoh |
| 2002-05-28 | document net.inet6.ip6.maxfrags | itojun |
| 2002-05-19 | document net.key.* sysctl. provide sysctl MIB for controlling | itojun |
| 2002-05-14 | rename: net.inet6.ip6.bindv6only -> net.inet6.ip6.v6only | itojun |
| 2002-03-24 | Add -q flag, for use with -w and -f, which suppresses output after a set. | sommerfeld |
| 2002-03-20 | remove debugging line. | christos |