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