Merge from vendor branch TCPDUMP:
[dragonfly.git] / tools / tools / README
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.6 2006/07/01 09:10:35 swildner Exp $
3
4 This directory is for tools.
5
6 A tool is something which is sometimes useful, and doesn't fit any of the
7 other categories.
8
9 Please make a subdir per program, and add a brief description to this file.
10
11 commitsdb       A tool for reconstructing commit history using md5
12                 checksums of the commit logs.
13 crypto          Exercise the crypto framework through /dev/crypto
14 editing         Editor modes and the like to help editing FreeBSD code.
15 epfe            Extract printing filter examples from printing.sgml.
16 genreadmedeleted  Create a README.DELETED suitable for the new contrib system.
17 html-mv         Rename HTML generated filenames to human readable filenames.
18 ifinfo          Uses the interface MIB to print out all the information
19                 an interface exports in an ugly form.
20 kdrv            KernelDriver; add/list/remove third-party kernel driver
21                 source to/in/from a kernel source tree.
22 kernxref        Shellscript to cross reference symbols in the LINT kernel.
23 kerninclude     Shellscript to find unused #includes in the kernel.
24 local_syms      Shellscript to find symbols not referenced by other files.
25 mid             Create a Message-ID database for mailing lists.
26 scsi-defects    Get at the primary or grown defect list of a SCSI disk.
27 splitpatch      Python script to split a large patch file into independent
28                 patches.  Default name convention is compatible with
29                 the patch framework.
30 tcl_bmake       Generates a bmake Makefile for src/lib/libtcl.
31 upgrade         Scripts used for upgrading an installed system.
32 vop_table       Generates a HTML document that shows all the VOP's in
33                 the kernel.
34 diffburst       OBSOLETE: equivalent functionality is available via split -p.
35                 For example: "cat patchfile | split -p ^diff". See split(1).
36