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
/
sys
/
kern
/
init_sysctl.c
Age
Commit message (
Expand
)
Author
2003-12-28
Sysctl functions called for "generic" nodes should forward "query"
atatat
2003-12-28
Adjust error returns in kern.cp_time when a specific processor is
atatat
2003-12-28
Rename sysctl_kern_hostname() to sysctl_setlen() and use it also for
atatat
2003-12-28
RCSid police
atatat
2003-12-28
After changing hostname, adjust hostnamelen.
martin
2003-12-26
Make kern.rtc_offset writable at securelevel <= 0.
martin
2003-12-20
update a comment to match with the previous change (rev.1.12).
yamt
2003-12-20
restore functionality to decrease kern.maxvnodes which
yamt
2003-12-12
In sysctl_kern_lwp adjust offsets into the mib entries so that
simonb
2003-12-10
Make kern.dump_on_panic writeable again, too
atatat
2003-12-09
Make kern.sbmax writeable again as well.
atatat
2003-12-09
Make kern.logsigexit writeable again.
atatat
2003-12-07
Add missing break.
martin
2003-12-07
Also make declaration of sysctl_kern_maxptys() depend on NPTY > 0.
he
2003-12-06
Fix kern.cp_time for MULTIPROCESSOR kernels: calculate size of result
martin
2003-12-06
Include opt_posix.h for the P1003_1B_SEMAPHORE define.
fvdl
2003-12-06
We can not count CPUs at sysctl initialization time - so don't make
martin
2003-12-06
#include "opt_multiprocessor.h"
atatat
2003-12-04
Dynamic sysctl.
atatat