From owner-cvs-all Wed Sep 9 11:58:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA29784 for cvs-all-outgoing; Wed, 9 Sep 1998 11:58:49 -0700 (PDT) (envelope-from owner-cvs-all) Received: from mailhub.scl.ameslab.gov (mailhub.scl.ameslab.gov [147.155.137.127]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA29779; Wed, 9 Sep 1998 11:58:47 -0700 (PDT) (envelope-from ghelmer@scl.ameslab.gov) Received: from demios.ether.scl.ameslab.gov ([147.155.137.54] helo=demios.scl.ameslab.gov) by mailhub.scl.ameslab.gov with smtp (Exim 1.90 #1) id 0zGpRt-0006ky-00; Wed, 9 Sep 1998 13:58:37 -0500 Date: Wed, 9 Sep 1998 13:58:33 -0500 (CDT) From: Guy Helmer To: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libc/gen sysctl.3 In-Reply-To: <199809091836.LAA04731@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > ghelmer 1998/09/09 11:36:14 PDT > > Modified files: > lib/libc/gen sysctl.3 > Log: > Document a number of VM sysctl variables with help from old emails > written by John Dyson. > > Revision Changes Path > 1.20 +38 -1 src/lib/libc/gen/sysctl.3 This revision also included a minor change to the commentary about the KERN_SECURELVL variable to reflect the kernel change of long ago that disallows lowering the security level by any process. Guy Helmer