freebsd-skq/tools/tools
Nick Hibma e79fb5add3 Shorten the KERNCONF filename to the basename in the install target as
well as in the build target, although it is not used in this target.
2006-11-27 12:16:03 +00:00
..
aac
ansify
ath checkpoint new version 2006-08-10 19:01:16 +00:00
backout_commit
build_option_survey
commitsdb
crypto
editing
epfe
find-sb Add fs_unrefs field to the super block structure. 2006-10-31 22:18:33 +00:00
gdb_regofs
genericize
hcomp
html-mv
ifinfo
ipw Fix type warnings on 64-bit machines. 2006-06-21 09:52:37 +00:00
iwi
kdrv
kernelcruft
kerninclude
kernxref
kttcp
mfc
mid
ministat Improve input parsing: 2006-08-28 08:27:02 +00:00
mtxstat
nanobsd Shorten the KERNCONF filename to the basename in the install target as 2006-11-27 12:16:03 +00:00
ncpus
net80211 add rate knob for net80211 rate control modules 2006-11-26 19:56:25 +00:00
netrate Enforce the compile-time threads limit at run-time, so that a high thread 2006-09-02 08:25:40 +00:00
pciid
pirtool Update copyright date. 2006-11-09 11:45:44 +00:00
portsinfo
prstats
recoverdisk Revise markup. 2006-09-30 17:21:37 +00:00
release
scsi-defects
syscall_timing
sysdoc
tinybsd Remove references to mount_devfs, mount_fdescfs, mount_linprocfs, 2006-11-22 00:26:55 +00:00
umastat
usb
vop_table
whereintheworld
README In the spirit of nanoBSD and PicoBSD, add TinyBSD. 2006-09-20 22:24: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.
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
pciid		Generate src/share/misc/pci_vendors.
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 deffective 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.
vop_table	Generates a HTML document that shows all the VOP's in
		the kernel.
whereintheworld	Summarizes "make world" output.