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