freebsd-skq/tools
Sean Farley 143d18cafc Remove a dereference. It was unintended and a no-op.
Use the correct value of errno.  Although the errno value passed into
printf() follows the *env() call, it is not guaranteed to be the errno
from that call.  When I wrote the regression tester, the environment I
used did pass the errno from the call.  Consolidate the print for the
return code and errno into a function in the process of fixing this.

Approved by:	wes (mentor)
2008-03-01 00:02:12 +00:00
..
build Add files to remove when MK_GCOV, MK_IPX or MK_NCP are defined. 2008-02-29 18:59:28 +00:00
debugscripts
diag
kerneldoc - Chase for crypto_if.m -> crytpodev_if.m rename in order to 2007-07-11 05:01:14 +00:00
KSE
LibraryReport
regression Remove a dereference. It was unintended and a no-op. 2008-03-01 00:02:12 +00:00
sched Update the timestamp regexps in syncstamp() and monostamp() for > 99999 2008-01-25 19:24:12 +00:00
test
tools Add missing includes and correct argument to sysctlbyname 2008-02-05 08:07:19 +00:00
install.sh
make_libdeps.sh - Add cddl/lib to the list of library directories. 2007-10-01 18:11:43 +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.