freebsd-dev/tools
Kelly Yancey adeb92a24c Remove broken attempt to compile libc's malloc source directly; this
allows this tool to compile again. Albeit, now to test a new malloc
implementation one has to install the new libc which may have bad
consequences (i.e. if the new malloc implementation were buggy).

Add logic to workaround malloc's current behaviour of returning an
invalid non-NULL pointer for 0 byte allocation requests; this prevents the
tool from coring during the NOPS loop.

Add $FreeBSD$ tags.
2002-01-02 06:42:34 +00:00
..
3.0-upgrade $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
diag Include definition for struct namecache (it isn't exported via any header) 2002-01-02 06:25:39 +00:00
LibraryReport $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
regression Add Apple's filesystem exercising tool. 2001-12-20 04:15:57 +00:00
test Remove broken attempt to compile libc's malloc source directly; this 2002-01-02 06:42:34 +00:00
tools Correct misattribution of the Hart list, which I had mistakenly 2001-12-01 13:08:20 +00:00
install.sh Added support for all new install(1) options. 2001-05-28 16:53:01 +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.