Date: Wed, 5 Jul 2000 00:46:42 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> 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 Message-ID: <200007050746.AAA98970@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <kbyanc@posi.net>
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007050746.AAA98970>
