freebsd-src/tools
Robert Watson c6eea89879 Add a small regression test that opens a TCP socket, listens on it,
performs a non-blocking connect from another socket, and then closes
the listen socket rather than accepting.  This is intended to
exercise the close path in which connections are aborted due to a
close on the listen socket while the connection is in the listen
queue.
2004-11-02 17:59:12 +00:00
..
build Add a regression test for the alternate shell specification. 2004-10-23 21:38:58 +00:00
debugscripts add a set of scripts that I posted to -current last year. This makes 2004-08-04 18:03:43 +00:00
diag For variables that are only checked with defined(), don't provide 2004-10-24 15:33:08 +00:00
kerneldoc Experimental support for using doxygen to generate kernel documentation. 2004-07-11 16:13:57 +00:00
KSE Follow new upcall quantum code in kernel. 2003-03-21 08:21:39 +00:00
lib32 Don't leave noschg files laying around in /tmp 2004-10-11 22:14:47 +00:00
LibraryReport
regression Add a small regression test that opens a TCP socket, listens on it, 2004-11-02 17:59:12 +00:00
test For variables that are only checked with defined(), don't provide 2004-10-24 15:33:08 +00:00
tools Typo: s/Exampes/Examples 2004-10-25 20:56:24 +00:00
install.sh Arguments to options aren't necessarily separated with whitespace. 2004-07-07 09:38:14 +00:00
make_libdeps.sh Teach the script where libssl actually lives. 2004-04-13 11:06:20 +00:00
README

$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.