freebsd-dev/tools
Sam Leffler 8b9f78baa4 Merge from private version:
o add hash operations
o make AES operations useful: split into 3 ops based on key length (specify
  aes for AES w/ 128 bit keys, aes192 for 192-bit keys, and aes256 for
  256-bit keys
o add -c option to force encrypt->decrypt result to be compared against the
  original plaintext (need to compare it against a known good implementation
  like openssl)
o change multi-threaded test output to be more meaningingful
o fix default block size selection to consider algorithm's blocking needs
2003-06-02 23:45:32 +00:00
..
build A version of <sys/endian.h> in RELENG_4 doesn't have 64-bit functions. 2003-04-15 06:51:04 +00:00
diag Make it works with POSIX sort (POS arg) 2002-09-24 20:05:01 +00:00
KSE Follow new upcall quantum code in kernel. 2003-03-21 08:21:39 +00:00
LibraryReport $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
regression write pattern to /dev/ccd3 not /dev/ccd3c 2003-06-02 19:49:09 +00:00
test Remove broken attempt to compile libc's malloc source directly; this 2002-01-02 06:42:34 +00:00
tools Merge from private version: 2003-06-02 23:45:32 +00:00
install.sh Fix typo in the BSD copyright: s/withough/without/ 2002-06-02 20:05:59 +00:00
make_libdeps.sh -lbsdxml lives in lib/libexpat. *Blush* 2003-05-18 00:40:22 +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.