summaryrefslogtreecommitdiff
path: root/sbin/sysctl/sysctl.c
AgeCommit message (Expand)Author
2000-07-19Free storage allocated by fparseln.enami
2000-07-15Handle KERN_MSGBUF and KERN_CONSDEV gracefully.simonb
2000-07-15sync with sys/sysctl.h change (is it the right way to workaround this?)itojun
2000-06-26we now need <uvm/uvm_param.h>mrg
2000-06-07s/PIMCTL/PIM6CTL/ to avoid future confusion.itojun
2000-05-29LP64 format problems. u_int64_t on alpha != %llumatt
2000-05-29cp_time[] is an array of u_int64_t's now.simonb
2000-05-27Handle kern.proc_args as well.simonb
2000-05-27s/fprintf(stdout/printf(/simonb
2000-05-27Deal with new structure returning sysctl()s.simonb
2000-04-21Fix minor annoyance - when showing the boottime, the ctime() resultsimonb
2000-04-14Don't declare 'extern opt*' getopt variables.simonb
2000-04-08Update usage with -f.soren
2000-03-12Fix warning.tsarna
2000-03-12Add a "-f file" flag to process directives from a file.tsarna
2000-02-17List vfs.generic.usermount in manpage. Don't try to handle machdep.diskinfofvdl
2000-02-12Support vm.nkmempages.thorpej
2000-02-06fix include file path.itojun
2000-01-17Moved from usr.sbin/sysctl/sysctl.c,vitojun