Age | Commit message (Expand) | Author |
2001-06-22 | Fix more printf formats. | Artur Grabowski |
2001-06-22 | Fix a bunch of u_int64_t formats. | Artur Grabowski |
2001-06-22 | more arguments than format | Artur Grabowski |
2001-06-22 | block on msgbuf | Michael Shalayeff |
2001-06-22 | unused variable | Artur Grabowski |
2001-06-22 | Nicer printing of kmem buckets. | Artur Grabowski |
2001-06-04 | return from main() don't exit | Michael Shalayeff |
2001-06-03 | kern.nprocs | Angelos D. Keromytis |
2001-06-03 | Add kern.fscale and kern.ccpu | Angelos D. Keromytis |
2001-06-01 | make listall immune to supuh long names; after deraadtification | Michael Shalayeff |
2001-06-01 | duh, main returns | Michael Shalayeff |
2001-06-01 | do not use strlen after strlcpy | Michael Shalayeff |
2001-05-14 | Ignore empty strings in kern.malloc.kmemstat.<foo>, add tty stats. | Angelos D. Keromytis |
2001-05-14 | Update. | Angelos D. Keromytis |
2001-05-12 | Better argument checking for kmemstats. | Angelos D. Keromytis |
2001-05-11 | Put the flag options in a list. (ok deraadt@) | Hakan Olsson |
2001-05-11 | Print the new sysctls (nchstats, kmemstats, nselcoll, forkstat) | Angelos D. Keromytis |
2001-05-11 | Update with new sysctl's | Angelos D. Keromytis |
2001-02-23 | give cp_time a proper treatment | Michael Shalayeff |
2001-02-07 | by default, don't bark on inbound ND messages, as outsider may be able to | Jun-ichiro itojun Hagino |
2001-01-28 | $OpenBSD$ | Niklas Hallqvist |
2001-01-22 | attempting to sysctl clear a string was failing; checked by millert and aaron | Theo de Raadt |
2001-01-05 | Add i386 specific sysctl to modify halt -p processing, required to make | Marco S Hyman |
2001-01-04 | Sync. | Angelos D. Keromytis |
2001-01-04 | Read a struct kmembuckets, rather than individual values. | Angelos D. Keromytis |
2001-01-04 | Print the kern.malloc.* branch | Angelos D. Keromytis |
2000-12-22 | strlcpy is great | Theo de Raadt |
2000-12-21 | document net.inet6.icmp6.mtudisc_{hi,lo}wat | Jun-ichiro itojun Hagino |
2000-11-21 | Fix an int * that should be a size_t * when calling sysctl(3). | Todd C. Miller |
2000-10-14 | document net.inet.tcp.rstppslimit. | Jun-ichiro itojun Hagino |
2000-10-10 | mention icmp{,6}.errppslimit | Jun-ichiro itojun Hagino |
2000-09-25 | docutment path mtu discovery | Niels Provos |
2000-09-19 | Update. | Angelos D. Keromytis |
2000-09-03 | Boring... Add :L modifier to all tweakable variables tests. | Marc Espie |
2000-07-09 | add description for net.inet6.icmp6.{errppslimit,nd6_maxnudhint} | Jun-ichiro itojun Hagino |
2000-06-30 | warnx?/errx? paranoia (use "%s" not a bare string unless it is a | Todd C. Miller |
2000-06-14 | document swapencrypt ctl level | Niels Provos |
2000-06-14 | add swapencrypt ctl level. | Niels Provos |
2000-06-07 | s/PIMCTL/PIM6CTL/ for less confusion. | Jun-ichiro itojun Hagino |
2000-05-25 | synchronize net.inet{,6} with reality. | Jun-ichiro itojun Hagino |
2000-05-25 | remove net.inet6.ip6.gif_hlim | Jun-ichiro itojun Hagino |
2000-05-23 | add vfs.nfs.iothreads short description, add more files and xref | Michael Shalayeff |
2000-05-23 | refer netinet/icmp6.h for ICMPv6 sysctl mib decl | Jun-ichiro itojun Hagino |
2000-05-22 | modify vfs subtree to accomodate for fs-specific variables. | Michael Shalayeff |
2000-05-18 | add machdep.vsyncblank sysctl for controlling whether vsync is disabled | Jason Wright |
2000-04-25 | mention tcp identifiers; miodrag@ifrance.com | Theo de Raadt |
2000-04-10 | this is how rnd stats are printed out now | Michael Shalayeff |
2000-03-21 | more random stats | Michael Shalayeff |
2000-03-18 | Remove hard sentence breaks, and some other cleanup along the way. | Aaron Campbell |
2000-02-06 | do not directly include netinet6/{ip6,icmp6}.h | Jun-ichiro itojun Hagino |