xref: /dragonfly/tools/tools/README (revision dc6f5bdf)
1# $FreeBSD: src/tools/tools/README,v 1.18.2.2 2003/02/24 22:52:36 sam Exp $
2
3This directory is for tools.
4
5A tool is something which is sometimes useful, and doesn't fit any of the
6other categories.
7
8Please make a subdir per program, and add a brief description to this file.
9
10chkldd		Helper awk(1) script to check ldd(1) output for dependants
11		of particular library, used by "make upgrade".
12crypto		Exercise the crypto framework through /dev/crypto
13genreadmedeleted  Create a README.DELETED suitable for the new contrib system.
14ifinfo		Uses the interface MIB to print out all the information
15		an interface exports in an ugly form.
16kerninclude	Shell script to find unused #includes in the kernel.
17kernxref	Shell script to cross reference symbols in the LINT64 kernel.
18local_syms	Shell script to find symbols not referenced by other files.
19netrate		Generate network packets.
20scsi-defects	Get at the primary or grown defect list of a SCSI disk.
21splitpatch	Python script to split a large patch file into independent
22		patches.  Default name convention is compatible with
23		the patch framework.
24unpriv_base	Creates symlinks for private base libraries and headers.
25vop_table	Generates a HTML document that shows all the VOP's in
26		the kernel.
27