summaryrefslogtreecommitdiff
path: root/sbin/sysctl
AgeCommit message (Expand)Author
2000-01-06add missing variables under net.inet6.ip6.Jun-ichiro itojun Hagino
2000-01-02implement net.inet6.icmp6.nodeinfo sysctl, which disablesJun-ichiro itojun Hagino
2000-01-01move sysctl(8) to /sbin, with a relative symbolic link remaining in the old l...Theo de Raadt
1999-12-30vm.swapencryptNiels Provos
1999-12-30vm.swapencrypt for UVMNiels Provos
1999-12-10add IPv6 support. net.inet6.{ip6,icmp6} will be printed.Jun-ichiro itojun Hagino
1999-10-28net.inet.etherip.allow sysctlAngelos D. Keromytis
1999-10-17Formatting fix.Aaron Campbell
1999-10-07Mention machdep.allow_aparture and machdep.kbdreset -- OK aaron@Wim Vandeputte
1999-09-02Treat kern.hostid as a u_int, and clean up parsing of integers on the commandPaul Janzen
1999-07-01print kern.arandom unsignedTheo de Raadt
1999-06-29mention kern.arandomNiels Provos
1999-05-21typoMarc Espie
1999-05-19document tcp.sack and tcp.mssdflt for sysctlNiels Provos
1999-04-11Introduce net.inet.{ah,esp}.enable sysctl controls that are off by default.Niklas Hallqvist
1999-04-09The userland parts of a sysctl that can switch on/off IP-in-IP (protocol 4)Niklas Hallqvist
1999-02-25mib for pf_key is PF_KEY not PF_KEY_V2Theo de Raadt
1999-02-25Document name change for sysctl encdebug.Angelos D. Keromytis
1999-02-24New position for the encdebug variable.Angelos D. Keromytis
1999-02-23add machdep.apmwarn to docMarco S Hyman
1998-06-15use Bx macro for BSD versionsMichael Shalayeff
1998-06-02add sysctl and sysconf support for sysvsem, sysvshm, sysvmsg, and fsync; most...Theo de Raadt
1998-03-19fix type botchesTheo de Raadt
1998-03-18fix formatting of ddb.console and ddb.panicJason Wright
1998-03-15Add support for vfs.* from lite2Todd C. Miller
1998-02-17use warn() instead of warnx() to print error messageMatthieu Herrb
1998-02-05rename ddb.panic_ddb, and add ddb.console. Now you can stop console ddb entryTheo de Raadt
1998-01-31Document what fs.posix.setuid means.Todd C. Miller
1997-12-29sysctl ddb.panic_ddb; felix@mamba.pond.sub.orgTheo de Raadt
1997-10-25fix diskinfo listing, support blk2chr,chr2blkMichael Shalayeff
1997-10-25make diskinfo working; fix one bug and one exploitMichael Shalayeff
1997-10-22newer bios stuffMichael Shalayeff
1997-10-15s/xntpd/xntpdc/kstailey
1997-10-03put real geo field in ()Theo de Raadt
1997-10-03avoid sign extension on bios geometry!Theo de Raadt
1997-09-21new machdep.bios subtreeMichael Shalayeff
1997-09-21$OpenBSD$Theo de Raadt
1997-09-12Add parens to shut up -Wall.Todd C. Miller
1997-08-29fix case we have no CPU_BIOS* definedMichael Shalayeff
1997-08-28symbolic bios bootdev, s/hpc/tpc/ for bios geonetryMichael Shalayeff
1997-08-28grok bios geometryMichael Shalayeff
1997-08-19Some KNF, check a few return values and use err/warn.Todd C. Miller
1997-08-19Move bad dynamic port parsing into parse_baddynamic().Todd C. Miller
1997-08-19Add support for adding/subtracting ports from the current baddynamicTodd C. Miller
1997-08-19typoTodd C. Miller
1997-08-19Make net.inet.tcp.baddynamic and net.inet.udp.baddynamicTodd C. Miller
1997-08-19Only print bad dynamic ports list for udp and tcp since that's allTodd C. Miller
1997-08-09The list of tcp/udp ports not to allocate dynamically is nowTodd C. Miller
1997-07-22tabify, use NULL for ptr ops, not 0kstailey
1997-07-22re-tabify (angelos!)kstailey