]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/tools/README
This commit was generated by cvs2svn to compensate for changes in r150765,
[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
6 the other categories.
7
8 Please make a subdir per program, and add a brief description to this
9 file.
10
11 ath             Tools specific to the Atheros 802.11 support
12 backout_commit  A tool for reading in a commit message and generating
13                 a script that will backout the commit.
14 commitsdb       A tool for reconstructing commit history using md5
15                 checksums of the commit logs.
16 crypto          Test and exercise tools related to the crypto framework
17 diffburst       OBSOLETE: equivalent functionality is available via split -p.
18                 For example: "split -p ^diff < patchfile". See split(1).
19 editing         Editor modes and the like to help editing FreeBSD code.
20 epfe            Extract printing filter examples from printing.sgml.
21 find-sb         Scan a disk for possible filesystem superblocks.
22 gdb_regofs      A simple tool that prints out a register offset table
23                 for mapping gdb(1) register numbers to struct reg and
24                 struct fpreg offsets. The tool is useful on selected
25                 platforms only.
26 genericize      Turn a kernel config into something that can more easily
27                 be diffed against the appropriate GENERIC.
28 hcomp           Compress header files by removing comments and whitespace.
29 html-mv         Rename HTML generated filenames to human readable filenames.
30 ifinfo          Uses the interface MIB to print out all the information
31                 an interface exports in an ugly form.
32 kdrv            KernelDriver; add/list/remove third-party kernel driver
33                 source to/in/from a kernel source tree.
34 kernelcruft     Shellscript to find orphaned *.c files in /sys
35 kerninclude     Shellscript to find unused #includes in the kernel.
36 kernxref        Shellscript to cross reference symbols in the LINT kernel.
37 kttcp           An in-kernel version of the ttcp network performance tool
38 mfc             Merge a directory from HEAD to a branch where it does not
39                 already exist and other MFC related script(s).
40 mid             Create a Message-ID database for mailing lists.
41 pciid           Generate src/share/misc/pci_vendors.
42 pirtool         A tool for dumping the $PIR table on i386 machines at runtime.
43 portsinfo       Generate list of new ports for last two weeks.
44 prstats         Generate statistics about the PR database.
45 recoverdisk     Copy as much data as possible from a deffective disk.
46 scsi-defects    Get at the primary or grown defect list of a SCSI disk.
47 sysdoc          Build a manual page with available sysctls for a specific
48                 kernel configuration.
49 tinderbox       Sample script for nightly test builds.
50 upgrade         Scripts used for upgrading an installed system.
51 vop_table       Generates a HTML document that shows all the VOP's in
52                 the kernel.
53 whereintheworld Summarizes "make world" output.