freebsd-dev/tools
Robert Watson 57c4583f70 Add a short regression test to try to exercise races in the non-atomic
nature of implied connect via sendto().  Oddly, uipc_usrreq.c implements
this for stream sockets, but doesn't set the flag in its protocol
definition so that it can actually be used.  As such, the stream test is
implemented but doesn't run for now.
2006-11-15 12:43:45 +00:00
..
build Add a build option to support WITH_CDDL and WITHOUT_CDDL, defaulting 2006-11-01 09:02:11 +00:00
debugscripts o Correct comments: remove a reference to non-existent gdbinit.9 man page; 2006-05-22 07:12:25 +00:00
diag
kerneldoc Fix build when .CURDIR != .OBJDIR. 2006-08-02 15:24:59 +00:00
KSE
LibraryReport
regression Add a short regression test to try to exercise races in the non-atomic 2006-11-15 12:43:45 +00:00
sched Teach schedgraph how to parse KTR_CRITICAL records. critical_enter/exit 2005-11-21 21:27:40 +00:00
test
tools Update copyright date. 2006-11-09 11:45:44 +00:00
install.sh
make_libdeps.sh Send the pcvt(4) driver off to retirement. 2006-05-17 09:33:15 +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.