NameDateSize

..17-Aug-202323

auxinfo/H17-Aug-20234

bsnmp/H17-Aug-20233

callout_free/H17-Aug-20234

devrandom/H17-Aug-20236

gpioevents/H03-Mar-20244

hwpmc/H17-Aug-20233

iconv/H27-Nov-20239

malloc/H17-Aug-20234

net/H17-Aug-20235

netfibs/H17-Aug-20238

popss/H17-Aug-20233

ppsapi/H17-Aug-20235

pthread_vfork/H27-Nov-20233

ptrace/H27-Nov-20234

READMEH A D17-Aug-20231.1 KiB

sort/H22-Jun-20214

stress2/H29-Jun-202333

upsdl/H17-Aug-20234

vm86/H17-Aug-20235

xregs_sig/H17-Aug-20236

README

1
2This directory is for standalone test programs.  For the FreeBSD
3Test Suite, which uses Kyua, please see /usr/src/tests/
4
5A test program is one that exercises a particular bit of the system
6and either tries to break it or measures its performance.
7
8Please make a subdir per program, and add a brief description to this file.
9
10auxinfo		Return information on page sizes, CPUs, and OS release date.
11devrandom	Programs to test /dev/*random.
12gpioevents	Test delivery of gpio pin-change events to userland.
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.
23stress2		Kernel stress tool.
24testfloat	Programs to test floating-point implementations
25upsdl		Test of mmap functionality.
26