freebsd-nq/tools/tools
2009-04-18 15:59:09 +00:00
..
aac
ansify
ath add more register bit defs 2009-03-12 00:03:55 +00:00
backout_commit
build_option_survey
cd2dvd
cfi add cfi test tool 2009-02-05 18:15:20 +00:00
commitsdb
crypto
editing
epfe
ether_reflect Add a new program, ether_reflect, which is useful in testing ethernet 2008-12-23 20:25:04 +00:00
find-sb
gdb_regofs
genericize
hcomp
html-mv
ifinfo Make ifinfo build. The struct if_data members ifi_recvquota and 2009-03-04 01:31:09 +00:00
ipw
iwi
kdrv
kernelcruft
kerninclude
kernxref
kttcp
mctest Fix a bug in the man page where we were not showing the correct flags 2008-12-23 20:07:51 +00:00
mfc
mfi
mid
mtxstat
nanobsd allow NANO_CFGDIR to be overridden 2009-04-18 15:59:09 +00:00
ncpus
net80211 no more need for -p option to wlanwds; it knows how to find the parent now 2009-04-15 22:11:04 +00:00
netrate Add tcpp -- TCP parallelism microbenchmark. 2009-03-10 14:52:17 +00:00
nxge
pciid
pciroms
pirtool
portsinfo
prstats
release
scsi-defects
sysbuild Remember to clear the ports list before generation for prefetch 2009-04-05 20:59:26 +00:00
syscall_timing
sysdoc
tinybsd
tionxcl Add new tool tionxcl to bring ttys out of exclusive mode when 2008-12-18 15:12:04 +00:00
track
umastat
usb Vi got me in trouble in r187102 - fix typo of duplicate output filename. 2009-01-12 17:26:52 +00:00
vop_table
whereintheworld
README add cfi test tool 2009-02-05 18:15:20 +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.

ansify		Convert K&R-style function definitions to ANSI style
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.
cfi		Common Flash Interface (CFI) tool
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.
ether_reflect	An Ethernet packet reflector for low level testing.
find-sb		Scan a disk for possible filesystem superblocks.
gdb_regofs	A simple tool that prints out a register offset table
		for mapping gdb(1) register numbers to struct reg and
		struct fpreg offsets. The tool is useful on selected
		platforms only.
genericize	Turn a kernel config into something that can more easily
		be diffed against the appropriate GENERIC.
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.
iwi		Tools specific to the Intel PRO/Wireless 2200BG/2225BG/2915ABG
		support.
kdrv		KernelDriver; add/list/remove third-party kernel driver
		source to/in/from a kernel source tree.
kernelcruft	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.
kttcp		An in-kernel version of the ttcp network performance tool
mctest		A multicast test program
mfc		Merge a directory from HEAD to a branch where it does not
		already exist and other MFC related script(s).
mid	 	Create a Message-ID database for mailing lists.
ncpus		Count the number of processors
nxge		A diagnostic tool for the nxge(4) driver
pciid		Generate src/share/misc/pci_vendors.
pciroms		A tool for dumping PCI ROM images. WARNING: alpha quality.
pirtool		A tool for dumping the $PIR table on i386 machines at runtime.
portsinfo 	Generate list of new ports for last two weeks.
prstats		Generate statistics about the PR database.
recoverdisk	Copy as much data as possible from a defective disk.
scsi-defects	Get at the primary or grown defect list of a SCSI disk.
sysdoc		Build a manual page with available sysctls for a specific
		kernel configuration.
tinybsd		Script to build FreeBSD embedded systems.
track		Track the progress of a world / kernel build
vop_table	Generates a HTML document that shows all the VOP's in
		the kernel.
whereintheworld	Summarizes "make world" output.