From owner-cvs-all Wed Jul 5 0:46:48 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 8DEA437B686; Wed, 5 Jul 2000 00:46:42 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA98970; Wed, 5 Jul 2000 00:46:42 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200007050746.AAA98970@freefall.freebsd.org> From: John Baldwin Date: Wed, 5 Jul 2000 00:46:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/sysctl sysctl.c src/sys/alpha/pci pcibus.c src/sys/kern kern_exec.c subr_devstat.c vfs_cache.c src/sys/sys sysctl.h src/sys/vm vm_meter.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/07/05 00:46:41 PDT Modified files: sbin/sysctl sysctl.c sys/alpha/pci pcibus.c sys/kern kern_exec.c subr_devstat.c vfs_cache.c sys/sys sysctl.h sys/vm vm_meter.c Log: Support for unsigned integer and long sysctl variables. Update the SYSCTL_LONG macro to be consistent with other integer sysctl variables and require an initial value instead of assuming 0. Update several sysctl variables to use the unsigned types. PR: 15251 Submitted by: Kelly Yancey Revision Changes Path 1.27 +11 -3 src/sbin/sysctl/sysctl.c 1.24 +5 -5 src/sys/alpha/pci/pcibus.c 1.112 +9 -7 src/sys/kern/kern_exec.c 1.27 +2 -2 src/sys/kern/subr_devstat.c 1.47 +7 -10 src/sys/kern/vfs_cache.c 1.86 +13 -3 src/sys/sys/sysctl.h 1.39 +49 -49 src/sys/vm/vm_meter.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message