index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
sysctl
/
sysctl.c
Age
Commit message (
Expand
)
Author
2002-01-31
fix inconsistencies with USEAPP; centralize the flags check so that we
christos
2002-01-28
Descend into kern.tkstat.
simonb
2002-01-28
ANSIfy.
simonb
2002-01-27
Fix a tyop in a comment.
simonb
2002-01-27
Teach sysctl(8) that hw.diskstats is a structure.
simonb
2001-12-24
change a lot of the "error" messages to display to stdout instead of
lukem
2001-07-27
show net.inet6.tcp6.* as mirror image of net.inet.tcp. better for future
itojun
2001-07-02
pipe sysctl stuff is now in <sys/pipe.h>
jdolecek
2001-06-16
Add port of high performance pipe implementation written by John S. Dyson
jdolecek
2001-03-09
add UBC memory-usage balancing. we track the number of pages in use for
chs
2001-02-19
convert to use getprogname()
cgd
2001-02-04
fix nested extern.
christos
2001-01-09
Number of toplevel names grew by one, account for it.
fvdl
2001-01-05
use %ll_ instead of the less standard %q_
lukem
2000-07-19
Free storage allocated by fparseln.
enami
2000-07-15
Handle KERN_MSGBUF and KERN_CONSDEV gracefully.
simonb
2000-07-15
sync with sys/sysctl.h change (is it the right way to workaround this?)
itojun
2000-06-26
we now need <uvm/uvm_param.h>
mrg
2000-06-07
s/PIMCTL/PIM6CTL/ to avoid future confusion.
itojun
2000-05-29
LP64 format problems. u_int64_t on alpha != %llu
matt
2000-05-29
cp_time[] is an array of u_int64_t's now.
simonb
2000-05-27
Handle kern.proc_args as well.
simonb
2000-05-27
s/fprintf(stdout/printf(/
simonb
2000-05-27
Deal with new structure returning sysctl()s.
simonb
2000-04-21
Fix minor annoyance - when showing the boottime, the ctime() result
simonb
2000-04-14
Don't declare 'extern opt*' getopt variables.
simonb
2000-04-08
Update usage with -f.
soren
2000-03-12
Fix warning.
tsarna
2000-03-12
Add a "-f file" flag to process directives from a file.
tsarna
2000-02-17
List vfs.generic.usermount in manpage. Don't try to handle machdep.diskinfo
fvdl
2000-02-12
Support vm.nkmempages.
thorpej
2000-02-06
fix include file path.
itojun
2000-01-17
Moved from usr.sbin/sysctl/sysctl.c,v
itojun