From owner-cvs-sys Sat Sep 28 08:44:16 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA04886 for cvs-sys-outgoing; Sat, 28 Sep 1996 08:44:16 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA04613; Sat, 28 Sep 1996 08:43:46 -0700 (PDT) Date: Sat, 28 Sep 1996 08:43:46 -0700 (PDT) From: Bruce Evans Message-Id: <199609281543.IAA04613@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern kern_mib.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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