freebsd-dev/tools
Robert Watson 6e2c1ff23b Merge r206972 from head to stable/8:
Merge @176820, @176822, @177156 to tcpp from P4 to HEAD:

   Improve accuracy of connection data transfer math.

   Disable Nagle's algorithm to avoid delaying transfers of data --
   will want to refine this to combine payload with header transfer,
   however.

   Now that we're running w/o Nagle, try to send the initial data
   burst with the header in a single TCP segment.

   Prefer %zu to %ju for size_t.

   Sponsored by:	Juniper, Inc.

Approved by:	re (bz)
2010-06-01 14:26:27 +00:00
..
build MFC: r208322 2010-05-25 20:19:31 +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 Start the dreaded NOFOO -> NO_FOO conversion. 2004-12-21 08:47:35 +00:00
kerneldoc MFC r196511: 2009-11-05 08:31:42 +00:00
KSE Use, in uncovered part, the END() macro in order to improve debugging. 2009-05-25 14:37:10 +00:00
LibraryReport
regression MFC: r201490 2010-05-21 19:47:52 +00:00
sched - Update my copyright. 2009-01-22 06:21:30 +00:00
test MFC: r207151 2010-05-02 16:55:10 +00:00
tools Merge r206972 from head to stable/8: 2010-06-01 14:26:27 +00:00
install.sh Arguments to options aren't necessarily separated with whitespace. 2004-07-07 09:38:14 +00:00
make_libdeps.sh MFC: r202969: Actualize. 2010-02-15 11:29:27 +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.