]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - tools/tools/README
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.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 ansify          Convert K&R-style function definitions to ANSI style
12 ath             Tools specific to the Atheros 802.11 support
13 backout_commit  A tool for reading in a commit message and generating
14                 a script that will backout the commit.
15 commitsdb       A tool for reconstructing commit history using md5
16                 checksums of the commit logs.
17 crypto          Test and exercise tools related to the crypto framework
18 diffburst       OBSOLETE: equivalent functionality is available via split -p.
19                 For example: "split -p ^diff < patchfile". See split(1).
20 editing         Editor modes and the like to help editing FreeBSD code.
21 epfe            Extract printing filter examples from printing.sgml.
22 find-sb         Scan a disk for possible filesystem superblocks.
23 gdb_regofs      A simple tool that prints out a register offset table
24                 for mapping gdb(1) register numbers to struct reg and
25                 struct fpreg offsets. The tool is useful on selected
26                 platforms only.
27 genericize      Turn a kernel config into something that can more easily
28                 be diffed against the appropriate GENERIC.
29 hcomp           Compress header files by removing comments and whitespace.
30 html-mv         Rename HTML generated filenames to human readable filenames.
31 ifinfo          Uses the interface MIB to print out all the information
32                 an interface exports in an ugly form.
33 iwi             Tools specific to the Intel PRO/Wireless 2200BG/2225BG/2915ABG
34                 support.
35 kdrv            KernelDriver; add/list/remove third-party kernel driver
36                 source to/in/from a kernel source tree.
37 kernelcruft     Shellscript to find orphaned *.c files in /sys
38 kerninclude     Shellscript to find unused #includes in the kernel.
39 kernxref        Shellscript to cross reference symbols in the LINT kernel.
40 kttcp           An in-kernel version of the ttcp network performance tool
41 mfc             Merge a directory from HEAD to a branch where it does not
42                 already exist and other MFC related script(s).
43 mid             Create a Message-ID database for mailing lists.
44 ncpus           Count the number of processors
45 nxge            A diagnostic tool for the nxge(4) driver
46 pciid           Generate src/share/misc/pci_vendors.
47 pciroms         A tool for dumping PCI ROM images. WARNING: alpha quality.
48 pirtool         A tool for dumping the $PIR table on i386 machines at runtime.
49 portsinfo       Generate list of new ports for last two weeks.
50 prstats         Generate statistics about the PR database.
51 recoverdisk     Copy as much data as possible from a deffective disk.
52 scsi-defects    Get at the primary or grown defect list of a SCSI disk.
53 sysdoc          Build a manual page with available sysctls for a specific
54                 kernel configuration.
55 tinybsd         Script to build FreeBSD embedded systems.
56 vop_table       Generates a HTML document that shows all the VOP's in
57                 the kernel.
58 whereintheworld Summarizes "make world" output.