Date: Tue, 18 Jul 2000 23:24:06 -0700 (PDT) From: Kelly Yancey <kbyanc@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: 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: <200007190624.XAA92575@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
kbyanc 2000/07/18 23:24:06 PDT Modified files: (Branch: RELENG_4) 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: 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.20.2.4 +5 -5 src/sys/alpha/pci/pcibus.c 1.107.2.3 +9 -7 src/sys/kern/kern_exec.c 1.17.2.1 +2 -2 src/sys/kern/subr_devstat.c 1.42.2.2 +7 -10 src/sys/kern/vfs_cache.c 1.81.2.1 +14 -4 src/sys/sys/sysctl.h 1.34.2.1 +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?200007190624.XAA92575>