Name Date Size #Lines LOC

..--

auxinfo/H10-Jan-2016-7553

devrandom/H10-Jan-2016-11259

hwpmc/H10-Jan-2016-10336

iconv/H10-Jan-2016-1,417,7131,417,140

malloc/H10-Jan-2016-7660

net/H10-Jan-2016-204114

netfibs/H10-Jan-2016-4,7133,345

ppsapi/H10-Jan-2016-253207

pthread_vfork/H10-Jan-2016-10058

ptrace/H10-Jan-2016-415342

sort/H10-Jan-2016-2,9632,473

testfloat/H10-Jan-2016-18,46514,859

upsdl/H10-Jan-2016-183114

READMEHD10-Jan-20161.1 KiB2520

README

1$FreeBSD$
2
3This directory is for standalone test programs.  For the FreeBSD
4Test Suite, which uses Kyua, please see /usr/src/tests/
5
6A test program is one that exercises a particular bit of the system
7and either tries to break it or measures its performance.
8
9Please make a subdir per program, and add a brief description to this file.
10
11auxinfo		Return information on page sizes, CPUs, and OS release date.
12devrandom	Programs to test /dev/*random.
13hwpmc		Automatically trigger every event in hwpmc(4).
14iconv		Character set conversion tests.
15malloc		A program to test and benchmark malloc().
16net		A set of generic test programs for networking.
17netfibs		Programs to test multi-FIB network stacks.
18posixshm	A program to test POSIX shared memory.
19ppsapi		Test 1 Pulse Per Second (1PPS) input for time control.
20pthread_vfork	Check that vfork and pthreads work together.
21ptrace		Verify that ptrace works with syscalls, vfork etc.
22sort		Tests for the sort command, including a full regression.
23testfloat	Programs to test floating-point implementations
24upsdl		Test of mmap functionality.
25