Date: Mon, 3 Mar 1997 04:58:23 -0800 (PST) From: Bruce Evans <bde> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern kern_mib.c vfs_subr.c Message-ID: <199703031258.EAA27870@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 97/03/03 04:58:22 Modified: sys/kern kern_mib.c vfs_subr.c Log: Merged Lite2's vfs_sysctl(). It doesn't fit very well into FreeBSD's (phk's) sysctl framework, and I needed special code to disambiguate the VFS_GENERIC node from the VFS_VFSCONF leaf, so I only converted the leaves to the FreeBSD framework. The error handling isn't quite right. CSRGS's sysctls seem to return ENOTDIR too much and FreeBSD's sysctls don't agree with the man page. Revision Changes Path 1.7 +3 -2 src/sys/kern/kern_mib.c 1.78 +49 -22 src/sys/kern/vfs_subr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703031258.EAA27870>