| Commit | Line | Data |
|---|---|---|
| 984263bc MD |
1 | # $FreeBSD: src/tools/tools/README,v 1.18.2.2 2003/02/24 22:52:36 sam Exp $ |
| 2 | ||
| 3 | This directory is for tools. | |
| 4 | ||
| 5 | A tool is something which is sometimes useful, and doesn't fit any of the | |
| 6 | other categories. | |
| 7 | ||
| 8 | Please make a subdir per program, and add a brief description to this file. | |
| 9 | ||
| 10 | commitsdb A tool for reconstructing commit history using md5 | |
| 11 | checksums of the commit logs. | |
| d4680f3d | 12 | convert_usb_ids Convert FreeBSD USB device IDs to DragonFly device IDs. |
| 984263bc MD |
13 | crypto Exercise the crypto framework through /dev/crypto |
| 14 | editing Editor modes and the like to help editing FreeBSD code. | |
| a428ab6c | 15 | genreadmedeleted Create a README.DELETED suitable for the new contrib system. |
| 984263bc MD |
16 | ifinfo Uses the interface MIB to print out all the information |
| 17 | an interface exports in an ugly form. | |
| 984263bc | 18 | kerninclude Shellscript to find unused #includes in the kernel. |
| 5daef1c6 | 19 | kernxref Shellscript to cross reference symbols in the LINT kernel. |
| 4c71e833 | 20 | local_syms Shellscript to find symbols not referenced by other files. |
| ea5b7101 | 21 | netrate Generate network packets. |
| 984263bc | 22 | scsi-defects Get at the primary or grown defect list of a SCSI disk. |
| 685e27c0 JS |
23 | splitpatch Python script to split a large patch file into independent |
| 24 | patches. Default name convention is compatible with | |
| 25 | the patch framework. | |
| 984263bc MD |
26 | vop_table Generates a HTML document that shows all the VOP's in |
| 27 | the kernel. | |
| bfc2521f | 28 | wlandebug Manipulate netproto/802_11 debug flags symbolically. |