xref: /dragonfly/tools/tools/README (revision 984263bc)
1# $FreeBSD: src/tools/tools/README,v 1.18.2.2 2003/02/24 22:52:36 sam Exp $
2
3This directory is for tools.
4
5A tool is something which is sometimes useful, and doesn't fit any of the
6other categories.
7
8Please make a subdir per program, and add a brief description to this file.
9
10commitsdb	A tool for reconstructing commit history using md5
11		checksums of the commit logs.
12crypto		Exercise the crypto framework through /dev/crypto
13editing		Editor modes and the like to help editing FreeBSD code.
14epfe 		Extract printing filter examples from printing.sgml.
15html-mv         Rename HTML generated filenames to human readable filenames.
16ifinfo		Uses the interface MIB to print out all the information
17		an interface exports in an ugly form.
18kdrv		KernelDriver; add/list/remove third-party kernel driver
19		source to/in/from a kernel source tree.
20kernxref	Shellscript to cross reference symbols in the LINT kernel.
21kerninclude	Shellscript to find unused #includes in the kernel.
22mid	 	Create a Message-ID database for mailing lists.
23portsinfo 	Generate list of new ports for last two weeks.
24scsi-defects	Get at the primary or grown defect list of a SCSI disk.
25tcl_bmake	Generates a bmake Makefile for src/lib/libtcl.
26upgrade         Scripts used for upgrading an installed system.
27vop_table	Generates a HTML document that shows all the VOP's in
28		the kernel.
29diffburst	OBSOLETE: equivalent functionality is available via split -p.
30		For example: "cat patchfile | split -p ^diff". See split(1).
31
32