1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/tools/tools
Dag-Erling Smørgrav 48652808c4 Make char signed by default.
Submitted by:	grehan
2003-09-09 07:01:13 +00:00
..
ath bring in ath-specific test tool; more to follow 2003-06-28 18:26:23 +00:00
backout_commit Add a getopt-ified version of an old tool that I've been using for ages: 2003-01-31 22:08:14 +00:00
commitsdb
crypto add stat dumper for the safenet driver 2003-07-21 21:58:04 +00:00
editing
epfe
find-sb
hcomp A Perl script which tries to "compress" headers by removing comments and 2003-08-04 13:10:01 +00:00
html-mv
ifinfo
kdrv
kernelcruft
kerninclude
kernxref Add various command line options, most notably sort order. 2003-01-03 17:21:39 +00:00
mid
ministat In case of zero span data supress the histogram plot. 2003-08-18 11:13:19 +00:00
mtxstat
pciid
portsinfo
prstats
release A simple tool to sanity check the contents of release/*/dokern.sh 2003-07-28 18:18:20 +00:00
scsi-defects
tinderbox Make char signed by default. 2003-09-09 07:01:13 +00:00
upgrade
vop_table Make sure we find all vnode method vectors in /sys. 2003-01-15 19:19:28 +00:00
whereintheworld Avoid an undef warning. 2003-02-15 14:30:51 +00:00
README Add a comment about hcomp. 2003-08-05 19:35:41 +00:00

# $FreeBSD$

This directory is for tools.

A tool is something which is sometimes useful, and doesn't fit any of
the other categories.

Please make a subdir per program, and add a brief description to this
file.

ath		Tools specific to the Atheros 802.11 support
backout_commit	A tool for reading in a commit message and generating
		a script that will backout the commit.
commitsdb	A tool for reconstructing commit history using md5
		checksums of the commit logs.
crypto		Test and exercise tools related to the crypto framework
diffburst	OBSOLETE: equivalent functionality is available via split -p.
		For example: "split -p ^diff < patchfile". See split(1).
editing		Editor modes and the like to help editing FreeBSD code.
epfe 		Extract printing filter examples from printing.sgml.
find-sb		Scan a disk for possible filesystem superblocks.
hcomp		Compress header files by removing comments and whitespace.
html-mv         Rename HTML generated filenames to human readable filenames.
ifinfo		Uses the interface MIB to print out all the information
		an interface exports in an ugly form.
kdrv		KernelDriver; add/list/remove third-party kernel driver
		source to/in/from a kernel source tree.
kerncruft	Shellscript to find orphaned *.c files in /sys
kerninclude	Shellscript to find unused #includes in the kernel.
kernxref	Shellscript to cross reference symbols in the LINT kernel.
mid	 	Create a Message-ID database for mailing lists.
pciid		Generate src/share/misc/pci_vendors.
portsinfo 	Generate list of new ports for last two weeks.
prstats		Generate statistics about the PR database.
scsi-defects	Get at the primary or grown defect list of a SCSI disk.
tinderbox	Sample script for nightly test builds.
upgrade         Scripts used for upgrading an installed system.
vop_table	Generates a HTML document that shows all the VOP's in
		the kernel.
whereintheworld	Summarizes "make world" output.