Deleted Added
full compact
README (221175) README (222900)
1# $FreeBSD: head/tools/tools/README 221175 2011-04-28 16:29:19Z gnn $
1# $FreeBSD: head/tools/tools/README 222900 2011-06-09 20:21:45Z np $
2
3This directory is for tools.
4
5A tool is something which is sometimes useful, and doesn't fit any of
6the other categories.
7
8Please make a subdir per program, and add a brief description to this
9file.
10
11ansify Convert K&R-style function definitions to ANSI style
12ath Tools specific to the Atheros 802.11 support
13backout_commit A tool for reading in a commit message and generating
14 a script that will backout the commit.
15cfi Common Flash Interface (CFI) tool
16commitsdb A tool for reconstructing commit history using md5
17 checksums of the commit logs.
18crypto Test and exercise tools related to the crypto framework
2
3This directory is for tools.
4
5A tool is something which is sometimes useful, and doesn't fit any of
6the other categories.
7
8Please make a subdir per program, and add a brief description to this
9file.
10
11ansify Convert K&R-style function definitions to ANSI style
12ath Tools specific to the Atheros 802.11 support
13backout_commit A tool for reading in a commit message and generating
14 a script that will backout the commit.
15cfi Common Flash Interface (CFI) tool
16commitsdb A tool for reconstructing commit history using md5
17 checksums of the commit logs.
18crypto Test and exercise tools related to the crypto framework
19cxgbetool A tool for the cxgbe(4) driver.
19diffburst OBSOLETE: equivalent functionality is available via split -p.
20 For example: "split -p ^diff < patchfile". See split(1).
21editing Editor modes and the like to help editing FreeBSD code.
22epfe Extract printing filter examples from printing.sgml.
23ether_reflect An Ethernet packet reflector for low level testing.
24find-sb Scan a disk for possible filesystem superblocks.
25gdb_regofs A simple tool that prints out a register offset table
26 for mapping gdb(1) register numbers to struct reg and

--- 44 unchanged lines hidden ---
20diffburst OBSOLETE: equivalent functionality is available via split -p.
21 For example: "split -p ^diff < patchfile". See split(1).
22editing Editor modes and the like to help editing FreeBSD code.
23epfe Extract printing filter examples from printing.sgml.
24ether_reflect An Ethernet packet reflector for low level testing.
25find-sb Scan a disk for possible filesystem superblocks.
26gdb_regofs A simple tool that prints out a register offset table
27 for mapping gdb(1) register numbers to struct reg and

--- 44 unchanged lines hidden ---