freebsd-dev/tools/tools
Poul-Henning Kamp 456b2f8063 Add the machine that goes "BINGO" every time an potentially
unused #include is spotted in the kernel sources.

(This commit message celebrates Monty Pythons 30year aniversary)
1999-10-11 19:43:44 +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
html-mv $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ifinfo $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
kdrv $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
kerninclude Add the machine that goes "BINGO" every time an potentially 1999-10-11 19:43:44 +00:00
kernxref $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
mid $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
portsinfo $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
scsi-defects $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
tcl_bmake $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
upgrade $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
vop_table Update this little gadet to latest version. 1997-10-26 21:06:33 +00:00
README Add the machine that goes "BINGO" every time an potentially 1999-10-11 19:43:44 +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.

editing		Editor modes and the like to help editing FreeBSD code.
epfe 		Extract printing filter examples from printing.sgml.
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.
kernxref	Shellscript to cross reference symbols in the LINT kernel.
kerninclude	Shellscript to find unused #includes in the kernel.
mid	 	Create a Message-ID database for mailing lists.
portsinfo 	Generate list of new ports for last two weeks.
scsi-defects	Get at the primary or grown defect list of a SCSI disk.
tcl_bmake	Generates a bmake Makefile for src/lib/libtcl.
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).