From owner-cvs-all Sat Jan 9 23:45:40 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA14088 for cvs-all-outgoing; Sat, 9 Jan 1999 23:45:40 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA14082; Sat, 9 Jan 1999 23:45:38 -0800 (PST) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA29001; Sat, 9 Jan 1999 23:45:34 -0800 (PST) Date: Sat, 9 Jan 1999 23:45:34 -0800 (PST) Message-Id: <199901100745.XAA29001@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/conf options src/sys/sys sysctl.h src/sys/kern kern_sysctl.c src/sys/i386/conf LINT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/01/09 23:45:33 PST Modified files: sys/conf options sys/sys sysctl.h sys/kern kern_sysctl.c sys/i386/conf LINT Log: Back out last change to sysctl. It was nay'ed before committing on the grounds that this is not the way to do it, and has been decided as such several times in the past. There is not point in loading gobs of ascii into the kernel when the only use of that ascii is presentation to the user. Next thing we'd be adding all section 4 man pages to the loaded kernel as well. The argument about KLD's is bogus, klds can store a file in /usr/share/doc/sysctl/dev/foo/thisvar.txt with a description and sysctl or other facilities can pick it up there. Proper documentation will take several K worth of text for many sysctl variables, we don't want that in the kernel under any circumstances. I will welcome any well thought out attempt at improving the situation wrt. sysctl documentation, but this wasn't it. Revision Changes Path 1.116 +0 -1 src/sys/conf/options 1.70 +0 -10 src/sys/sys/sysctl.h 1.83 +2 -47 src/sys/kern/kern_sysctl.c 1.531 +0 -3 src/sys/i386/conf/LINT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message