1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/tools/tools
Tom Rhodes 085eeed760 Add sysdoc, a small set of scripts which will parse a kernel binary and
modules to rip out the available sysctls.  It will then produce a manual
page which may be installed with 'make install'.  Currently typing 'make'
in the directory uses the default /boot/kernel files.  To use a specific
directory, run sysdoc -k [location].
2005-03-01 05:48:37 +00:00
..
aac Start the dreaded NOFOO -> NO_FOO conversion. 2004-12-21 08:47:35 +00:00
ath new stat 2004-12-31 22:06:19 +00:00
backout_commit
commitsdb
crypto ioctl(2) commands are u_long not int. 2005-01-18 07:42:17 +00:00
editing
epfe
find-sb Start the dreaded NOFOO -> NO_FOO conversion. 2004-12-21 08:47:35 +00:00
gdb_regofs Start the dreaded NOFOO -> NO_FOO conversion. 2004-12-21 08:47:35 +00:00
genericize Install in /usr/local/bin. 2004-11-07 11:09:44 +00:00
hcomp
html-mv
ifinfo Start the dreaded NOFOO -> NO_FOO conversion. 2004-12-21 08:47:35 +00:00
kdrv
kernelcruft
kerninclude
kernxref Update a little bit. 2005-02-10 12:47:55 +00:00
kttcp Make kttcp work in -stable (and -current) 2004-12-13 20:40:16 +00:00
mfc add my script that helps me handle MFC's. It takes in a commit message 2004-09-24 20:06:49 +00:00
mid
ministat Start the dreaded NOFOO -> NO_FOO conversion. 2004-12-21 08:47:35 +00:00
mtxstat add a command to calculate the ratios of cnt_hold and cnt_lock to locks 2004-07-27 00:36:53 +00:00
nanobsd Use awk to correctly calculate partioning, round things off to cylinders 2005-01-30 13:12:13 +00:00
netrate Also build the netblast sub-directory, not just netreceive and netsend. 2005-02-12 20:04:23 +00:00
pciid Update the location of the Hart's database as well. 2004-06-28 11:46:48 +00:00
pirtool Braino. Revert previous commit, NO_MAN was already corrected. 2005-01-21 18:12:47 +00:00
portsinfo
prstats
recoverdisk Fix "to a file" example so it works (one must touch(1) the file first). 2005-02-07 11:26:53 +00:00
release
scsi-defects
syscall_timing Start the dreaded NOFOO -> NO_FOO conversion. 2004-12-21 08:47:35 +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 Sort branches in correct numeric order. 2005-02-07 07:55:00 +00:00
upgrade
usb Script for downloading and printing in hex, the offical vendor ID's from 2004-04-18 05:37:34 +00:00
vop_table - Initial revamp of vop_table.tcl. This scripting is ugly and will be 2005-01-05 06:53:03 +00:00
whereintheworld
README Add sysdoc, a small set of scripts which will parse a kernel binary and 2005-03-01 05:48:37 +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.
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.
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.
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.