freebsd-dev/tools/tools
Garrett Wollman 92d0f59903 Yesterday, FreeBSD-current ate my disklabel.
Today, I wrote a program to tell me where the partitions used to be.
Now I have my /media filesystem back.
2002-10-04 03:06:16 +00:00
..
commitsdb We might as well show the log message if we're going to produce the patch. 2002-04-01 17:51:27 +00:00
editing Add some emacs code to make cc-mode almost compatible to style(9). 1998-12-15 16:51:49 +00:00
epfe $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
find-sb Yesterday, FreeBSD-current ate my disklabel. 2002-10-04 03:06:16 +00:00
html-mv $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ifinfo The interface index space may be sparsely populated (e.g. when an 2001-10-17 04:12:29 +00:00
kdrv Fix typos; each file has at least one s/seperat/separat/ 2002-08-11 13:05:30 +00:00
kernelcruft This simple shell-script tries to find *.c files under /sys 2001-11-05 22:06:09 +00:00
kerninclude Update this to reflect changes in config(8) usage. 2001-04-23 17:31:16 +00:00
kernxref Initiate deorbit burn for the i386-only a.out related support. Moves are 2002-09-17 01:49:00 +00:00
mid $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
mtxstat Mutex statistics script. 2002-05-26 12:02:36 +00:00
pciid Correct misattribution of the Hart list, which I had mistakenly 2001-12-01 13:08:20 +00:00
portsinfo $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
prstats Long-forgotten patch: warn if a closed PR has no "closed by" 2002-04-15 06:36:22 +00:00
scsi-defects $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
upgrade test -h is deprecated; use -L instead. 2002-10-01 13:29:45 +00:00
vop_table Modernize 2002-05-02 20:09:14 +00:00
README Yesterday, FreeBSD-current ate my disklabel. 2002-10-04 03:06:16 +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.

commitsdb	A tool for reconstructing commit history using md5
		checksums of the commit logs.
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.
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.
kerncruft	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.
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.
upgrade         Scripts used for upgrading an installed system.
vop_table	Generates a HTML document that shows all the VOP's in
		the kernel.
diffburst	OBSOLETE: equivalent functionality is available via split -p.
		For example: "cat patchfile | split -p ^diff". See split(1).