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