]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/tools/README
dts: Import DTS for arm64
[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 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 editing         Editor modes and the like to help editing FreeBSD code.
20 epfe            Extract printing filter examples from printing.sgml.
21 ether_reflect   An Ethernet packet reflector for low level testing.
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 git             Tools to simplify the use of git by committers.
30 hcomp           Compress header files by removing comments and whitespace.
31 html-mv         Rename HTML generated filenames to human readable filenames.
32 ifinfo          Uses the interface MIB to print out all the information
33                 an interface exports in an ugly form.
34 indent_wrapper  Tool for style(9) checking SVN/GIT patches.
35 intel-ucode-split Tool to split Intel microcode into individual files.
36 iso             Tool to compare the iso3166 and iso639 files in
37                 /usr/share/misc with the data from the master sites.
38 iwi             Tools specific to the Intel PRO/Wireless 2200BG/2225BG/2915ABG
39                 support.
40 kdrv            KernelDriver; add/list/remove third-party kernel driver
41                 source to/in/from a kernel source tree.
42 kernelcruft     Shellscript to find orphaned *.c files in /sys
43 kerninclude     Shellscript to find unused #includes in the kernel.
44 kernxref        Shellscript to cross reference symbols in the LINT kernel.
45 kttcp           An in-kernel version of the ttcp network performance tool
46 mctest          A multicast test program
47 mid             Create a Message-ID database for mailing lists.
48 mwl             Tools specific to the Marvell 88W8363 support
49 ncpus           Count the number of processors
50 netmap          Test applications for netmap(4)
51 notescheck      Check for missing devices and options in NOTES files.
52 npe             Tools specific to the Intel IXP4XXX NPE device
53 pciid           Generate src/share/misc/pci_vendors.
54 pciroms         A tool for dumping PCI ROM images. WARNING: alpha quality.
55 pirtool         A tool for dumping the $PIR table on i386 machines at runtime.
56 portsinfo       Generate list of new ports for last two weeks.
57 scsi-defects    Get at the primary or grown defect list of a SCSI disk.
58 sysdoc          Build a manual page with available sysctls for a specific
59                 kernel configuration.
60 tinybsd         Script to build FreeBSD embedded systems.
61 track           Track the progress of a world / kernel build
62 vimage          An interim utility for managing the virtualized network
63                 stack infrastructure.
64 vop_table       Generates a HTML document that shows all the VOP's in
65                 the kernel.
66 whereintheworld Summarizes "make world" output.