From owner-cvs-all Fri Feb 23 10:52:46 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 5105837B491; Fri, 23 Feb 2001 10:52:38 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1NIqcs45296; Fri, 23 Feb 2001 10:52:38 -0800 (PST) (envelope-from rwatson) Message-Id: <200102231852.f1NIqcs45296@freefall.freebsd.org> From: Robert Watson Date: Fri, 23 Feb 2001 10:52:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/top machine.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2001/02/23 10:52:38 PST Modified files: usr.bin/top machine.c Log: Adapt the top utility to not use kmem_read to retrieve variables now available via sysctl(). As a result, top should now be able to run without setgid kmem. Submitted by: Thomas Moestl Reviewed by: freebsd-audit Revision Changes Path 1.37 +44 -167 src/usr.bin/top/machine.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message