freebsd-skq/tools
Jilles Tjoelker 4c244ed255 sh: Add UTF-8 support to ${#var}.
If the current locale uses UTF-8, ${#var} counts codepoints (more precisely,
bytes b with (b & 0xc0) != 0x80).
2011-05-07 14:32:16 +00:00
..
build MK_GPIO changed its default; reflect. 2011-05-06 19:14:06 +00:00
debugscripts
diag
kerneldoc
KSE
LibraryReport
regression sh: Add UTF-8 support to ${#var}. 2011-05-07 14:32:16 +00:00
sched
test
tools Give some sort of message when the program is not run as root. 2011-05-03 16:00:36 +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.