From owner-cvs-all Mon Feb 12 9:59:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1EA7E37B491; Mon, 12 Feb 2001 09:59:04 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1CHx3I12201; Mon, 12 Feb 2001 09:59:03 -0800 (PST) (envelope-from rwatson) Message-Id: <200102121759.f1CHx3I12201@freefall.freebsd.org> From: Robert Watson Date: Mon, 12 Feb 2001 09:59:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_fork.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2001/02/12 09:59:02 PST Modified files: sys/kern kern_fork.c Log: o Export the nextpid variable via SYSCTL as kern.lastpid, decreasing by one the number of variables needed for top and other setgid kmem utilities that could only be accessed via /dev/kmem previously. Submitted by: Thomas Moestl Reviewed by: freebsd-audit Revision Changes Path 1.98 +3 -1 src/sys/kern/kern_fork.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message