README revision 110160
11590Srgrimes# $FreeBSD: head/tools/tools/README 110160 2003-01-31 22:08:14Z seanc $
21590Srgrimes
31590SrgrimesThis directory is for tools.
41590Srgrimes
51590SrgrimesA tool is something which is sometimes useful, and doesn't fit any of
61590Srgrimesthe other categories.
71590Srgrimes
81590SrgrimesPlease make a subdir per program, and add a brief description to this
91590Srgrimesfile.
101590Srgrimes
111590Srgrimesbackout_commit	A tool for reading in a commit message and generating
121590Srgrimes		a script that will backout the commit.
131590Srgrimescommitsdb	A tool for reconstructing commit history using md5
141590Srgrimes		checksums of the commit logs.
151590Srgrimescrypto		Exercise the crypto framework through /dev/crypto
161590Srgrimesdiffburst	OBSOLETE: equivalent functionality is available via split -p.
171590Srgrimes		For example: "split -p ^diff < patchfile". See split(1).
181590Srgrimesediting		Editor modes and the like to help editing FreeBSD code.
191590Srgrimesepfe 		Extract printing filter examples from printing.sgml.
201590Srgrimesfind-sb		Scan a disk for possible filesystem superblocks.
211590Srgrimeshtml-mv         Rename HTML generated filenames to human readable filenames.
221590Srgrimesifinfo		Uses the interface MIB to print out all the information
231590Srgrimes		an interface exports in an ugly form.
241590Srgrimeskdrv		KernelDriver; add/list/remove third-party kernel driver
251590Srgrimes		source to/in/from a kernel source tree.
261590Srgrimeskerncruft	Shellscript to find orphaned *.c files in /sys
271590Srgrimeskerninclude	Shellscript to find unused #includes in the kernel.
281590Srgrimeskernxref	Shellscript to cross reference symbols in the LINT kernel.
291590Srgrimesmid	 	Create a Message-ID database for mailing lists.
301590Srgrimespciid		Generate src/share/misc/pci_vendors.
311590Srgrimesportsinfo 	Generate list of new ports for last two weeks.
321590Srgrimesprstats		Generate statistics about the PR database.
331590Srgrimesscsi-defects	Get at the primary or grown defect list of a SCSI disk.
341590Srgrimestinderbox	Sample script for nightly test builds.
351590Srgrimesupgrade         Scripts used for upgrading an installed system.
361590Srgrimesvop_table	Generates a HTML document that shows all the VOP's in
371590Srgrimes		the kernel.
381590Srgrimeswhereintheworld	Summarizes "make world" output.
391590Srgrimes