Date: Sat, 9 Jan 1999 21:33:43 -0800 (PST) From: "Dag-Erling C. Sm\xf8rgrav" <des@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/conf options src/sys/i386/conf LINT src/sys/kern kern_sysctl.c src/sys/sys sysctl.h Message-ID: <199901100533.VAA23528@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
des 1999/01/09 21:33:43 PST Modified files: sys/conf options sys/i386/conf LINT sys/kern kern_sysctl.c sys/sys sysctl.h Log: Add kernel support for sysctl descriptions. The NO_SYSCTL_DESCRIPTIONS option disables them if they're not wanted; in that case, sysctl_sysctl_descr will always return an empty string. Apporved by: jkh Revision Changes Path 1.115 +2 -1 src/sys/conf/options 1.530 +4 -1 src/sys/i386/conf/LINT 1.82 +48 -3 src/sys/kern/kern_sysctl.c 1.69 +11 -1 src/sys/sys/sysctl.h 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?199901100533.VAA23528>