freebsd-dev/tools
Robert Watson aa1cb3e183 Improve netsend timing logic in various ways:
- Centralize time comparison.
- Check clock resolution to make sure it has enough granularity to
  implement the desired wait interval.
- Keep track of how many times the timing loop has to spin waiting
  for the next send time; report statistics.
- Add commented out warning about deadlines being missed when
  spinning.
- Improve statistics reporting generally to provide a more useful
  summary of sender condition after a run.
2004-09-21 20:21:40 +00:00
..
build Now that make more correctly handles variable assignments 2004-08-12 19:14:10 +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
kerneldoc
KSE
lib32 Update path to c++ internals includes for the 3.4 location. 2004-09-16 01:41:11 +00:00
LibraryReport
regression Modify accept_fd_leak regression test to generate "PASS" output, not 2004-09-18 13:06:00 +00:00
test
tools Improve netsend timing logic in various ways: 2004-09-21 20:21:40 +00:00
install.sh
make_libdeps.sh
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.