README revision 86113
150477Speter# $FreeBSD: head/tools/tools/README 86113 2001-11-05 22:07:44Z phk $
220973Swosch
311496SphkThis directory is for tools.
411496Sphk
511496SphkA tool is something which is sometimes useful, and doesn't fit any of the
611496Sphkother categories.
711496Sphk
811496SphkPlease make a subdir per program, and add a brief description to this file.
911497Sphk
1041896Scracauerediting		Editor modes and the like to help editing FreeBSD code.
1141896Scracauerepfe 		Extract printing filter examples from printing.sgml.
1241896Scracauerhtml-mv         Rename HTML generated filenames to human readable filenames.
1318871Swollmanifinfo		Uses the interface MIB to print out all the information
1418871Swollman		an interface exports in an ugly form.
1521914Smsmithkdrv		KernelDriver; add/list/remove third-party kernel driver
1621914Smsmith		source to/in/from a kernel source tree.
1786113Sphkkerncruft	Shellscript to find orphaned *.c files in /sys
1886113Sphkkerninclude	Shellscript to find unused #includes in the kernel.
1941826Scracauerkernxref	Shellscript to cross reference symbols in the LINT kernel.
2041826Scracauermid	 	Create a Message-ID database for mailing lists.
2141826Scracauerportsinfo 	Generate list of new ports for last two weeks.
2222205Sjoergscsi-defects	Get at the primary or grown defect list of a SCSI disk.
2338973Sjbupgrade         Scripts used for upgrading an installed system.
2441896Scracauervop_table	Generates a HTML document that shows all the VOP's in
2541896Scracauer		the kernel.
2651579Sarchiediffburst	OBSOLETE: equivalent functionality is available via split -p.
2751579Sarchie		For example: "cat patchfile | split -p ^diff". See split(1).
2851579Sarchie
29