Date: Sat, 28 Sep 1996 08:43:46 -0700 (PDT) From: Bruce Evans <bde> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern kern_mib.c Message-ID: <199609281543.IAA04613@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 96/09/28 08:43:43
Modified: sys/kern kern_mib.c
Log:
Fixed bitrot in the read-only attribute:
- 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.
Revision Changes Path
1.3 +23 -26 src/sys/kern/kern_mib.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609281543.IAA04613>
