cvs commit: src/tools/tools README src/tools/tools/sysdoc Makefile sysctl.sh sysdoc.sh tunables.mdoc

Tom Rhodes trhodes at FreeBSD.org
Tue Mar 1 05:48:38 GMT 2005


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)


More information about the cvs-all mailing list