1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/tools/tools
2005-08-23 00:06:04 +00:00
..
aac
ath sigh, sizeof the correct variable so we can match ifname's > 4 bytes 2005-08-06 18:47:12 +00:00
backout_commit
bpfstat Add support for processing the "bd_locked" flag offered by the bpf 2005-08-23 00:06:04 +00:00
build_option_survey Update to latest version of this tool. 2005-08-09 09:27:11 +00:00
commitsdb
crypto
editing
epfe
find-sb
gdb_regofs
genericize
hcomp
html-mv
ifinfo
kdrv
kernelcruft
kerninclude
kernxref
kttcp
mfc
mid
ministat In 2003, a -s flag was added to ministat to separate the 2005-07-21 08:32:56 +00:00
mtxstat
nanobsd Increase flexibility in disk-layout 2005-08-16 05:49:17 +00:00
netrate Fix printf() format string errors with 64-bit architectures. 2005-04-21 19:28:22 +00:00
pciid
pirtool
portsinfo
prstats
recoverdisk
release
scsi-defects
syscall_timing Add a few more system call timing cases: 2005-08-03 17:33:46 +00:00
sysdoc Add sysdoc, a small set of scripts which will parse a kernel binary and 2005-03-01 05:48:37 +00:00
tinderbox In realpath(), make sure each path component consists only of safe 2005-07-29 11:28:03 +00:00
upgrade
usb
vop_table
whereintheworld
README Add a description for bpfstat 2005-07-26 21:44:40 +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.
bpfstat		A tool to retrieve bpf statistics
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.
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.
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.
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.