Name Date Size #Lines LOC

..--

auxinfo/H05-Sep-2024-7152

bsnmp/H05-Sep-2024-1912

callout_free/H05-Sep-2024-9244

devrandom/H05-Sep-2024-10859

gpioevents/H05-Sep-2024-688579

hwpmc/H05-Sep-2024-10436

iconv/H05-Sep-2024-1,417,4491,416,889

malloc/H05-Sep-2024-7359

net/H05-Sep-2024-198113

netfibs/H05-Sep-2024-4,7053,343

popss/H07-Feb-2025-182128

ppsapi/H05-Sep-2024-249205

pthread_vfork/H05-Sep-2024-9857

ptrace/H05-Sep-2024-464393

sort/H05-Sep-2024-2,9592,473

upsdl/H05-Sep-2024-181115

vm86/H07-Feb-2025-16880

READMEHD05-Sep-20241.1 KiB2520

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.
23testfloat	Programs to test floating-point implementations
24upsdl		Test of mmap functionality.
25