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