]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - tools/tools/README
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.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 cfi             Common Flash Interface (CFI) tool
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 cxgbetool       A tool for the cxgbe(4) driver.
18 cxgbtool        A tool for the cxgb(4) driver.
19 diffburst       OBSOLETE: equivalent functionality is available via split -p.
20                 For example: "split -p ^diff < patchfile". See split(1).
21 editing         Editor modes and the like to help editing FreeBSD code.
22 epfe            Extract printing filter examples from printing.sgml.
23 ether_reflect   An Ethernet packet reflector for low level testing.
24 find-sb         Scan a disk for possible filesystem superblocks.
25 gdb_regofs      A simple tool that prints out a register offset table
26                 for mapping gdb(1) register numbers to struct reg and
27                 struct fpreg offsets. The tool is useful on selected
28                 platforms only.
29 genericize      Turn a kernel config into something that can more easily
30                 be diffed against the appropriate GENERIC.
31 hcomp           Compress header files by removing comments and whitespace.
32 html-mv         Rename HTML generated filenames to human readable filenames.
33 ifinfo          Uses the interface MIB to print out all the information
34                 an interface exports in an ugly form.
35 iso             Tool to compare the iso3166 and iso639 files in
36                 /usr/share/misc with the data from the master sites.
37 iwi             Tools specific to the Intel PRO/Wireless 2200BG/2225BG/2915ABG
38                 support.
39 kdrv            KernelDriver; add/list/remove third-party kernel driver
40                 source to/in/from a kernel source tree.
41 kernelcruft     Shellscript to find orphaned *.c files in /sys
42 kerninclude     Shellscript to find unused #includes in the kernel.
43 kernxref        Shellscript to cross reference symbols in the LINT kernel.
44 kttcp           An in-kernel version of the ttcp network performance tool
45 mctest          A multicast test program
46 mid             Create a Message-ID database for mailing lists.
47 mwl             Tools specific to the Marvell 88W8363 support
48 ncpus           Count the number of processors
49 notescheck      Check for missing devices and options in NOTES files.
50 npe             Tools specific to the Intel IXP4XXX NPE device
51 nxge            A diagnostic tool for the nxge(4) driver
52 pciid           Generate src/share/misc/pci_vendors.
53 pciroms         A tool for dumping PCI ROM images. WARNING: alpha quality.
54 pirtool         A tool for dumping the $PIR table on i386 machines at runtime.
55 portsinfo       Generate list of new ports for last two weeks.
56 prstats         Generate statistics about the PR database.
57 recoverdisk     Copy as much data as possible from a defective disk.
58 scsi-defects    Get at the primary or grown defect list of a SCSI disk.
59 sysdoc          Build a manual page with available sysctls for a specific
60                 kernel configuration.
61 tinybsd         Script to build FreeBSD embedded systems.
62 track           Track the progress of a world / kernel build
63 vimage          An interim utility for managing the virtualized network
64                 stack infrastructure.
65 vop_table       Generates a HTML document that shows all the VOP's in
66                 the kernel.
67 vxge            A diagnostic tool for the vxge(4) driver
68 whereintheworld Summarizes "make world" output.