From owner-cvs-all Tue Jul 18 23:22:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3863037BD3F; Tue, 18 Jul 2000 23:22:21 -0700 (PDT) (envelope-from kbyanc@FreeBSD.org) Received: (from kbyanc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA92150; Tue, 18 Jul 2000 23:22:21 -0700 (PDT) (envelope-from kbyanc@FreeBSD.org) Message-Id: <200007190622.XAA92150@freefall.freebsd.org> From: Kelly Yancey Date: Tue, 18 Jul 2000 23:22:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/sysctl sysctl.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kbyanc 2000/07/18 23:22:21 PDT Modified files: (Branch: RELENG_4) sbin/sysctl sysctl.c Log: MFC: merge in various cosmetic cleanups: Add unsigned sysctl types; change certain existing sysctl oids to utilize the new types. Teach sysctl(8) about these types. Convert SYSCTL_LONG to accept a val parameter like all of the other SYSCTL_XXX macros. Add support to sysctl(8) for arrays of longs. Make sysctl(8) display dev_t's the same way as ls(1). Revision Changes Path 1.25.2.1 +25 -5 src/sbin/sysctl/sysctl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message