Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-01-21 | ip4.allow -> ipip.allow | Angelos D. Keromytis | |
2000-01-17 | Document new ipx sysctl vars. | Federico G. Schwindt | |
2000-01-10 | Fix wrong type of variable. | Angelos D. Keromytis | |
2000-01-10 | Rename variable for consistency. | Angelos D. Keromytis | |
2000-01-10 | Some new sysctl variables. | Angelos D. Keromytis | |
2000-01-10 | Document ip.ipsec-invalid-timeout | Angelos D. Keromytis | |
2000-01-09 | ipsec-acl entry | Angelos D. Keromytis | |
2000-01-07 | gre.allow and mobileip.allow | Angelos D. Keromytis | |
2000-01-06 | add missing variables under net.inet6.ip6. | Jun-ichiro itojun Hagino | |
2000-01-02 | implement net.inet6.icmp6.nodeinfo sysctl, which disables | Jun-ichiro itojun Hagino | |
ICMPv6 node information query (and FQDN query - old variant). kame repository has the change as well. | |||
1999-12-30 | vm.swapencrypt | Niels Provos | |
1999-12-10 | add IPv6 support. net.inet6.{ip6,icmp6} will be printed. | Jun-ichiro itojun Hagino | |
1999-10-28 | net.inet.etherip.allow sysctl | Angelos D. Keromytis | |
1999-10-17 | Formatting fix. | Aaron Campbell | |
1999-10-07 | Mention machdep.allow_aparture and machdep.kbdreset -- OK aaron@ | Wim Vandeputte | |
1999-09-02 | Treat kern.hostid as a u_int, and clean up parsing of integers on the command | Paul Janzen | |
line. | |||
1999-06-29 | mention kern.arandom | Niels Provos | |
1999-05-21 | typo | Marc Espie | |
1999-05-19 | document tcp.sack and tcp.mssdflt for sysctl | Niels Provos | |
1999-04-11 | Introduce net.inet.{ah,esp}.enable sysctl controls that are off by default. | Niklas Hallqvist | |
If you are going to use either of AH or ESP or both, enable these in /etc/sysctl.conf. Also correct the IPSec debugging sysctl code, it is now named net.inet.ip.encdebug. Some corrected function signatures too. | |||
1999-04-09 | The userland parts of a sysctl that can switch on/off IP-in-IP (protocol 4) | Niklas Hallqvist | |
1999-02-25 | Document name change for sysctl encdebug. | Angelos D. Keromytis | |
1999-02-24 | New position for the encdebug variable. | Angelos D. Keromytis | |
1999-02-23 | add machdep.apmwarn to doc | Marco S Hyman | |
1998-06-15 | use Bx macro for BSD versions | Michael Shalayeff | |
1998-06-02 | add sysctl and sysconf support for sysvsem, sysvshm, sysvmsg, and fsync; ↵ | Theo de Raadt | |
mostly from kleink | |||
1998-03-18 | fix formatting of ddb.console and ddb.panic | Jason Wright | |
1998-03-15 | Add support for vfs.* from lite2 | Todd C. Miller | |
1998-02-05 | rename ddb.panic_ddb, and add ddb.console. Now you can stop console ddb entry | Theo de Raadt | |
with a sysctl. There will be architectures and drivers that lack function, and I trust the maintainers of those will forget to add the code.. | |||
1998-01-31 | Document what fs.posix.setuid means. | Todd C. Miller | |
1997-12-29 | sysctl ddb.panic_ddb; felix@mamba.pond.sub.org | Theo de Raadt | |
1997-08-19 | Add support for adding/subtracting ports from the current baddynamic | Todd C. Miller | |
mask. | |||
1997-08-09 | The list of tcp/udp ports not to allocate dynamically is now | Todd C. Miller | |
a bitmask configurable via sysctl([38]). The default values have not changed. If one wants to change the list it should be done early on in /etc/rc. | |||
1997-07-15 | sysctl for PF_ENCAP. | Angelos D. Keromytis | |
1997-06-14 | split the treatment of the random events | Michael Shalayeff | |
event_q by flipk@ spl fix by deraadt@ gother statistics about whole processing use 'sysctl kern.random' to view what had happened also fix wrong vm.psstrings description | |||
1997-06-13 | theo's recent patch | Michael Shalayeff | |
1997-06-04 | oops_strings | Michael Shalayeff | |
1997-06-04 | YAVA | Michael Shalayeff | |
move machdep in the place mention ipx headers | |||
1997-05-30 | for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \ | Theo de Raadt | |
grep '"' | cut -d':' -f1`; do sed -e '/^.Dd /s/"//g' -e '/^.Dd /s/\(^.Dd [A-Za-z]*\) \(.*\)$/\1, \2/' <$i >x cat x > $i done | |||
1997-02-08 | more names. | Michael Shalayeff | |
1997-02-07 | i hate tabs and spaces | Michael Shalayeff | |
1997-02-07 | add missed variables | Michael Shalayeff | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |