summaryrefslogtreecommitdiff
path: root/sys/kern/kern_mib.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't ever allow lowering the securelevel at all. Allowing it doesJoerg Wunsch1997-06-251-2/+2
| | | | | | | | | | | | nothing good except of opening a can of (potential or real) security holes. People maintaining a machine with higher security requirements need to be on the console anyway, so there's no point in not forcing them to reboot before starting maintenance. Agreed by: hackers, guido Notes: svn path=/head/; revision=26923
* Attach vfs_sysctl() one level lower so that only the levels belowBruce Evans1997-03-041-3/+2
| | | | | | | | VFS_GENERIC aren't done in the FreeBSD way. The previous commit broke the nfs sysctls. Notes: svn path=/head/; revision=23382
* Merged Lite2's vfs_sysctl(). It doesn't fit very well into FreeBSD'sBruce Evans1997-03-031-2/+3
| | | | | | | | | | | (phk's) sysctl framework, and I needed special code to disambiguate the VFS_GENERIC node from the VFS_VFSCONF leaf, so I only converted the leaves to the FreeBSD framework. The error handling isn't quite right. CSRGS's sysctls seem to return ENOTDIR too much and FreeBSD's sysctls don't agree with the man page. Notes: svn path=/head/; revision=23333
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
| | | | | | | ready for it yet. Notes: svn path=/head/; revision=22975
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Oops, read-only is spelled RD here.Bruce Evans1996-09-281-21/+21
| | | | Notes: svn path=/head/; revision=18540
* Fixed bitrot in the read-only attribute:Bruce Evans1996-09-281-26/+23
| | | | | | | | | | | | - kern.maxproc and kern.maxprocperuid were read-only (and thus essentially useless. Apparently no one uses them). - all the user sysctls were read-write (and thus it was possible for them to be inconsistent with the authoritative fixed values in the library). Removed unused #include. Notes: svn path=/head/; revision=18539
* Rename KERN_DOMAINNAME to KERN_NISDOMAINNAME so that it can't be confusedGarrett Wollman1996-07-251-2/+2
| | | | | | | | | with a real Domain Name. Suggested by: Keith Bostic Notes: svn path=/head/; revision=17281
* Move the "mib" variables out to their own file.Poul-Henning Kamp1996-04-071-0/+170
Notes: svn path=/head/; revision=15103