freebsd-nq/tools/tools
George V. Neville-Neil f734a0edc5 Update mctest and its associated script to have a base port to listen
on so that multiple copies can be run easily.

Update documentation with group and port arguments which are optional.
2008-06-03 20:54:46 +00:00
..
aac Eliminate warnings by adding headers. 2008-01-17 18:59:59 +00:00
ansify
ath use ATH environment variable (when set) as the default interface name 2007-12-13 02:01:01 +00:00
backout_commit
build_option_survey
commitsdb
crypto Add missing includes and correct argument to sysctlbyname 2008-02-05 08:07:19 +00:00
editing Vim function to style(9). 2008-03-13 18:52:46 +00:00
epfe
find-sb
gdb_regofs
genericize
hcomp
html-mv
ifinfo
ipw
iwi
kdrv
kernelcruft
kerninclude
kernxref
kttcp
mctest Update mctest and its associated script to have a base port to listen 2008-06-03 20:54:46 +00:00
mfc Enable autoflush of output to always show prompts. If piping the output 2008-04-30 23:27:02 +00:00
mfi
mid
mtxstat
nanobsd Add a small script that will examine all files which exist on /cfg and 2008-04-21 06:22:27 +00:00
ncpus
net80211 Flush stdout after each line to make piping to another command easier. 2008-05-19 17:51:00 +00:00
netrate
nxge Merge Neterion if_nxge driver version 2.0.9.11230 with the following 2007-10-29 14:19:32 +00:00
pciid
pciroms Make the PCI code aware of PCI domains (aka PCI segments) so we can 2007-09-30 11:05:18 +00:00
pirtool
portsinfo
prstats
release
scsi-defects
syscall_timing
sysdoc
tinybsd Alert properly when we have stale mounts left after interupting 2008-03-20 12:56:49 +00:00
track "track" is a script I've used for ages to track the progress of a build. 2008-03-20 10:15:45 +00:00
umastat
usb
vop_table
whereintheworld
README Correct typo. 2008-04-05 15:51:14 +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.
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.
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
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.