summaryrefslogtreecommitdiff
path: root/sbin/sysctl/sysctl.c
AgeCommit message (Expand)Author
1998-03-19fix type botchesTheo de Raadt
1998-03-15Add support for vfs.* from lite2Todd C. Miller
1998-02-17use warn() instead of warnx() to print error messageMatthieu Herrb
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-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
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
1997-06-14split the treatment of the random eventsMichael Shalayeff
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
1996-08-08Make {,f}chown(2) behaviour POSIX.1 compliant with SUID / SGID filesThorsten Lockert
1996-03-30DDB support added.Michael Shalayeff
1995-10-18initial import of NetBSD treeTheo de Raadt