summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_mib.c
Commit message (Expand)AuthorAgeFilesLines
* Overhaul of the SMP code. Several portions of the SMP kernel support havejhb2001-04-271-1/+1
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectrwatson2001-02-211-3/+3
* Implement a unified run queue and adjust priority levels accordingly.jake2001-02-121-0/+4
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-041-2/+2
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-031-2/+2
* Dammit.rwatson2000-06-071-0/+3
* o bde suggested moving the SYSCTL from kern_mib to the more appropriaterwatson2000-06-051-27/+0
* o Introduce kern.suser_permitted, a sysctl that disables the suser_xxx()rwatson2000-06-051-0/+24
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Draw the outline of "struct bio".phk2000-04-021-0/+6
* The SMP cleanup commit broke UP compiles. Make UP compiles work again.dillon2000-03-281-3/+0
* Yet-another-update: rename ``kern.prison'' to a new sysctl root entry,rwatson2000-02-121-9/+1
* Fix sysctl namespace for jail: move the kern.jailcansethostname torwatson2000-02-101-5/+5
* Introduce a new sysctl, kern.jailcansethostname, which determines whetherrwatson2000-02-101-2/+9
* Trim unused options (or #ifdef for undoc options).peter1999-10-111-1/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add sysctl variables for the Linuxulator. These reside under `compat.linux' asmarcel1999-08-271-2/+4
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-081-2/+2
* add debug.sizeof.specinfophk1999-07-201-1/+5
* Add sysctl tree debug.sizeof to tell us how big things are. First twophk1999-07-191-1/+10
* Add sysctl descriptions to many SYSCTL_XXXsbillf1999-05-031-45/+81
* This Implements the mumbled about "Jail" feature.phk1999-04-281-3/+23
* Ok, people didn't like kern.conf_dir. Poof, backed out.dillon1999-01-261-6/+1
* Add kern.conf_dir sysctl. This is a R+W string used to specify thedillon1999-01-251-1/+6
* - hw.machine_arch returns cpu architecture type.kato1998-08-311-2/+1
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B anddufault1998-03-281-8/+4
* Reviewed by: msmith, bde long agodufault1998-03-041-1/+8
* Make kern.ncpu reports the number of detected processors when runninggpalmer1997-12-251-1/+8
* kern.maxproc is not writable since there are tables that are staticallydg1997-10-191-2/+2
* Move MACHINE_ARCH definition from <machine/param.h> to <machine/cpu.h>.kato1997-08-301-1/+3
* Added a sysctl arg, hw.machine_arch. The hw.machine_arch is "ibm-pc"kato1997-08-291-1/+5
* Don't ever allow lowering the securelevel at all. Allowing it doesjoerg1997-06-251-2/+2
* Attach vfs_sysctl() one level lower so that only the levels belowbde1997-03-041-3/+2
* Merged Lite2's vfs_sysctl(). It doesn't fit very well into FreeBSD'sbde1997-03-031-2/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Oops, read-only is spelled RD here.bde1996-09-281-21/+21
* Fixed bitrot in the read-only attribute:bde1996-09-281-26/+23
* Rename KERN_DOMAINNAME to KERN_NISDOMAINNAME so that it can't be confusedwollman1996-07-251-2/+2
* Move the "mib" variables out to their own file.phk1996-04-071-0/+170
OpenPOWER on IntegriCloud