freebsd-dev/tools/tools
1999-04-05 21:41:56 +00:00
..
diffburst Add the 'diffburst' tool, which does the following: 1999-01-07 19:28:57 +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 Revert $FreeBSD$ to $Id$ 1997-02-22 14:13:04 +00:00
html-mv Add html-mv script. Html-mv rename HTML generated filenames to 1997-11-09 11:23:54 +00:00
ifinfo Made this compile again (getopt moved to <unistd.h>). 1997-09-01 00:01:50 +00:00
kdrv Removed all `vector xxxintr' specifications. Interrupt handlers are now 1998-10-22 15:53:06 +00:00
kernxref Automatically detect a.out vs. elf kernel 1998-12-08 08:14:37 +00:00
mid Add mid scripts. Mid is a tool which create a Message-ID database 1998-05-20 09:20:02 +00:00
portsinfo Do not suppress the first 5 lines of updated ports. 1997-10-04 12:20:16 +00:00
scsi-defects Actually document my last addition. 1998-12-17 12:21:20 +00:00
tcl_bmake Install tclAppInit.c in the installhdrs step so that it isn't necessary 1998-03-23 13:15:41 +00:00
upgrade Move the proper set of libraries. 1999-04-05 21:41:56 +00:00
vop_table Update this little gadet to latest version. 1997-10-26 21:06:33 +00:00
README Add the 'diffburst' tool, which does the following: 1999-01-07 19:28:57 +00:00

#	$Id: README,v 1.14 1998/12/17 12:21:19 cracauer Exp $

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.
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	Reads the output of 'diff -r' and splits it into separate
		patch files, one per file. The files are named 'patch-XX'
		where XX is aa, ab, ac, ... Useful when creating ports.