Name Date Size #Lines LOC

..--

auxinfo/H26-Jul-2015-7553

devrandom/H26-Jul-2015-11259

dtrace/H26-Jul-2015-391283

hwpmc/H26-Jul-2015-10336

iconv/H26-Jul-2015-1,417,7131,417,140

malloc/H26-Jul-2015-7660

netfibs/H26-Jul-2015-4,7133,345

posixshm/H26-Jul-2015-165133

ppsapi/H26-Jul-2015-253207

pthread_vfork/H26-Jul-2015-10058

ptrace/H26-Jul-2015-415342

sort/H26-Jul-2015-2,9632,473

testfloat/H26-Jul-2015-18,46514,859

upsdl/H26-Jul-2015-183114

READMEHD26-Jul-2015530 1611

README

1$FreeBSD$
2
3This directory is for test programs.
4
5A test program is one that will exercise a particular bit of the system
6and try to break it and/or measuring performance on it.
7
8Please make a subdir per program, and add a brief description to this file.
9
10devrandom	Programs to test /dev/*random.
11dtrace		DTrace test suite
12malloc		A program to test and benchmark malloc().
13netfibs		Programs to test multi-FIB network stacks.
14posixshm	A program to test POSIX shared memory.
15testfloat	Programs to test floating-point implementations
16