summaryrefslogtreecommitdiff
path: root/sys/kern/kern_sysctl.c
AgeCommit message (Expand)Author
2003-12-29Avoid dereferencing l in sysctl_lookup(), because it can be NULL.atatat
2003-12-29Remove two uses of uvm_kernacc(), which wasn't quite getting the jobatatat
2003-12-28Sysctl functions called for "generic" nodes should forward "query"atatat
2003-12-05Resurrect include of opt_insecure.h to get the INSECURE definition.fvdl
2003-12-04Dynamic sysctl.atatat
2003-10-31Remove some assigned-to but otherwise unused variables.simonb
2003-10-21Cache the "adjusted" value of sb_max when sb_max is changed, in orderthorpej
2003-10-19Remove unreachable break after return and goto statements.simonb
2003-10-03If the user passes enough space, output the per cpu states instead ofchristos
2003-10-02Need opt_posix.h for P1003_1B_SEMAPHORE.kleink
2003-10-01make debug_sysctl() sysctl MIB check more strict. from smak.itojun
2003-09-28Simod has persuaded me to remove the 'sizeof (struct kinfo_drivers)' field.dsl
2003-09-27Add kern.root_partition (sysinst needs to know it)dsl
2003-09-03Use correct basic types when addresses are given in function calls.ragge
2003-08-24Use pfind() in proc_sysctl() to find the target process instead of aatatat
2003-08-24make proc.curproc.* check more strict. atatatitojun
2003-08-14avoid oldlenp mixup (in-kernel pointer and userland pointer). from atatatitojun
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-30maintain the list of namecaches attached to the vnode.yamt
2003-07-02Make somaxkva modifyable via sysctl (and compile-time) instead ofragge
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29Adjust !LKM case for proc * -> lwp * change.enami
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-06-23Make sure to include opt_foo.h if a defflag option FOO is used.martin
2003-03-27put back nmaxproc check mistakely changed in rev.1.132jdolecek
2003-03-19Alternative pid/proc allocater, removes all searches associated with piddsl
2003-03-06Based on the feedback on wasabisystems.com!bsd-api-discuss (sure wishthorpej
2003-03-05Report correct values for p_uutime_{u}sec, p_ustime_{u}sec and p_uctime_{u}secdsl
2003-03-01Cosmetic changes.enami
2003-03-01Add p_svuid and p_svgid to kinfo_proc2. Populate them in the kernelatatat
2003-02-27Add hw.physpages and hw.userpages, which return the physmem and usermemthorpej
2003-02-15Fix support for 16 character lognamesdsl
2003-02-10Add a kern.dump_on_panic sysctl variable (and documentation, and aatatat
2003-02-02Add sysconf(3) knobs for recent additions.kleink
2003-01-18Merge the nathanw_sa branch.thorpej
2002-12-16add support for optional arch-specific restriction of valid valuejdolecek
2002-12-12don't allow kern.maxproc bigger than PID_MAX - PID_SKIP; the pid allocationjdolecek
2002-12-11Add kern.forkfsleep sysctl - set/get time (in miliseconds) for whichjdolecek
2002-12-11Add two sysctls: kern.labelsector and kern.labeloffset.scw
2002-11-24Quell uninitialised variable warnings.scw
2002-11-20White-space nits.simonb
2002-11-09Added sysctl to change all IRIX kernel values reported by uname and systeminfo:manu
2002-11-07Added two sysctl-able flags: proc.curproc.stopfork and proc.curproc.stopexecmanu
2002-11-02/*CONTCOND*/ while (0)'ed macrosperry
2002-09-04Use the queue macros from <sys/queue.h> instead of referring to the queuematt
2002-08-26Get rid of sysctl for setting BCM2033 firmware path. It doesn't workaugustss
2002-08-25Fix signed/unsigned comparison warnings from GCC 3.3.thorpej
2002-08-24Add sysctl support for hw.dev.ubtbcmfw (so I can set the firmwareaugustss
2002-07-02provide KERN_URND, which extracts sizeof(int) random number from the kernelitojun
2002-05-14Eliminate more commons or redundant declarations.matt