summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_mib.c
Commit message (Expand)AuthorAgeFilesLines
* $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