summaryrefslogtreecommitdiff
path: root/usr.sbin/sysctl/sysctl.c
AgeCommit message (Collapse)Author
1997-08-09The list of tcp/udp ports not to allocate dynamically is nowTodd 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-22tabify, use NULL for ptr ops, not 0kstailey
1997-07-22re-tabify (angelos!)kstailey
1997-07-15sysctl for PF_ENCAP.Angelos D. Keromytis
1997-06-28fix the rnd typesTheo de Raadt
1997-06-24more accounting!Michael Shalayeff
1997-06-17count slow queue low entropy dropsMichael Shalayeff
bigger queue use queue overflows for arc4_stir()
1997-06-14split the treatment of the random eventsMichael 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-04-06Use a size_t as arg 4 to sysctl(3).Todd C. Miller
1997-01-16Support VM_PSSTRINGS. Man, this has been sitting in my tree for a while...Todd C. Miller
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-11-25ipx sysctl.Michael Shalayeff
cleanup (protyping, printf formats and so) 1 (one) bug fix in printf's arg (struct instead of field)
1996-08-08Make {,f}chown(2) behaviour POSIX.1 compliant with SUID / SGID filesThorsten Lockert
Enable CTL_FS processing by sysctl(3) Add CTL_FS request to disable clearing SUID / SGID bit when a files owner or group is changed by root Make sysctl(8) understand CTL_FS requests
1996-03-30DDB support added.Michael Shalayeff
1995-10-18initial import of NetBSD treeTheo de Raadt