From owner-freebsd-commit Thu Dec 21 04:40:54 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA06703 for freebsd-commit-outgoing; Thu, 21 Dec 1995 04:40:54 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA06566 for cvs-all-outgoing; Thu, 21 Dec 1995 04:39:31 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA06556 for cvs-usrsbin-outgoing; Thu, 21 Dec 1995 04:39:29 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA06549 Thu, 21 Dec 1995 04:39:27 -0800 (PST) Date: Thu, 21 Dec 1995 04:39:27 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199512211239.EAA06549@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/sysctl sysctl.8 sysctl.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk phk 95/12/21 04:39:27 Modified: usr.sbin/sysctl sysctl.8 sysctl.c Log: The rewamped sysctl program that will find all the variables itself. Also a couple of handy new options. Revision Changes Path 1.7 +42 -10 src/usr.sbin/sysctl/sysctl.8 1.9 +334 -437 src/usr.sbin/sysctl/sysctl.c