d61fae8409
backout_commit.rb. Tool can be used to automate the process of backing out either small or large commits based off of one or more commit messages. The result of the script is a shell script which can be edited or run as needed. New and dead files are taken into consideration. See the program's usage statement for more configuration details. Here's an example usage: <programlisting> $ mutt [find commit message, save to disk as cvsmsg.txt] $ backout_commit.rb ~/cvsmsg.txt Backout directory: /usr Backout script: backout-2003-01-31-14-04.sh Scanning through cvsmsg.txt...done. Change to /usr and run this script. Please look through this script and make changes as necessary. There are commented out commands available in the script. Example script usage: mv backout-2003-01-31-14-04.sh /usr cd /usr less backout-2003-01-31-14-04.sh /bin/sh backout-2003-01-31-14-04.sh rm -f backout-2003-01-31-14-04.sh </programlisting>
39 lines
1.7 KiB
Plaintext
39 lines
1.7 KiB
Plaintext
# $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.
|
|
|
|
backout_commit A tool for reading in a commit message and generating
|
|
a script that will backout the commit.
|
|
commitsdb A tool for reconstructing commit history using md5
|
|
checksums of the commit logs.
|
|
crypto Exercise the crypto framework through /dev/crypto
|
|
diffburst OBSOLETE: equivalent functionality is available via split -p.
|
|
For example: "split -p ^diff < patchfile". See split(1).
|
|
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.
|
|
tinderbox Sample script for nightly test builds.
|
|
upgrade Scripts used for upgrading an installed system.
|
|
vop_table Generates a HTML document that shows all the VOP's in
|
|
the kernel.
|
|
whereintheworld Summarizes "make world" output.
|