freebsd-skq/tools
Greg Lehey 747ca5f521 Add comments to deter people from using this file directly. That's
not the intention.

Rearrange "you may want to change these values" values to the top, and
reduce their number as much as possible.

tr macro: Require a parameter (because gdb is too stupid to understand
optional parameters), and create macros tr0, tr1 and trf which call it
to connect to /dev/cuaa0, /dev/cuaa1 and firewire connections
respectively.

Split kld symbol load into two separate macros: revision 1.5
simplified things for the /dev/mem case, but broke it for anything
else.  Now the simple /dev/mem version is called kldsyms, and the
version for serial debugging and processor dumps is called getsyms,
and still requires this irritating cut and paste.

Change comments on startup to make life easier for the poor
(de)bugger.
2003-12-29 06:35:14 +00:00
..
build Fix a bug that prevented exists() from finding "foo/", "foo/." 2003-10-02 21:30:30 +00:00
debugscripts Add comments to deter people from using this file directly. That's 2003-12-29 06:35:14 +00:00
diag Learn about new world order 2003-11-26 10:43:05 +00:00
KSE Follow new upcall quantum code in kernel. 2003-03-21 08:21:39 +00:00
LibraryReport
regression Add regression tests for sgetrune() and sputrune(). 2003-10-30 11:51:36 +00:00
test Add a small program to test/measure with the RFC 2783 API for timing 2003-12-08 20:49:40 +00:00
tools Revert the last two commits. It seems that compat mode is actually faster 2003-12-12 12:03:59 +00:00
install.sh Fix typo in the BSD copyright: s/withough/without/ 2002-06-02 20:05:59 +00:00
make_libdeps.sh -lbsdxml lives in lib/libexpat. *Blush* 2003-05-18 00:40:22 +00:00
README - Add $FreeBSD$ 2000-08-13 14:46:31 +00:00

$FreeBSD$

This directory tree contains tools used for the maintenance and
testing of FreeBSD.  There is no toplevel Makefile structure since
these tools are not meant to be built as part of the standard system,
though there may be individual Makefiles in some of the subdirs.

Please read the README files in the subdirs for further information.