freebsd-dev/tools
Jilles Tjoelker 6e0f89a4b4 sh: Don't modify exit status when break/continue/return passes !.
This matches what would happen if  ! P  were to be replaced with
if P; then false; else true; fi.

Example:
  f() { ! return 0; }; f
2013-04-12 15:19:35 +00:00
..
bsdbox
build
debugscripts
diag
kerneldoc
KSE
LibraryReport
regression sh: Don't modify exit status when break/continue/return passes !. 2013-04-12 15:19:35 +00:00
sched
test fix this script so we don't expand the second $FreeBSD since svn thinks 2013-02-27 19:59:58 +00:00
tools Set and display the IP fragment bit correctly when dealing with 2013-04-11 16:50:58 +00:00
install.sh
make_libdeps.sh Import libyaml as libbsdyml (private brand name) 2013-03-04 11:27:41 +00:00
README
tinder.sh

$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.