Date: Tue, 1 Mar 2005 05:48:37 +0000 (UTC) From: Tom Rhodes <trhodes@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/tools README src/tools/tools/sysdoc Makefile sysctl.sh sysdoc.sh tunables.mdoc Message-ID: <200503010548.j215mb76008715@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
trhodes 2005-03-01 05:48:37 UTC FreeBSD src repository Modified files: tools/tools README Added files: tools/tools/sysdoc Makefile sysctl.sh sysdoc.sh tunables.mdoc Log: Add sysdoc, a small set of scripts which will parse a kernel binary and modules to rip out the available sysctls. It will then produce a manual page which may be installed with 'make install'. Currently typing 'make' in the directory uses the default /boot/kernel files. To use a specific directory, run sysdoc -k [location]. Revision Changes Path 1.38 +2 -0 src/tools/tools/README 1.1 +12 -0 src/tools/tools/sysdoc/Makefile (new) 1.1 +51 -0 src/tools/tools/sysdoc/sysctl.sh (new) 1.1 +247 -0 src/tools/tools/sysdoc/sysdoc.sh (new) 1.1 +2422 -0 src/tools/tools/sysdoc/tunables.mdoc (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503010548.j215mb76008715>