|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| arc4random/ | H | - | - | 217 | 157 |
| auxinfo/ | H | - | - | 70 | 52 |
| bsnmp/ | H | - | - | 19 | 13 |
| buf_ring/ | H | - | - | 348 | 264 |
| callout_free/ | H | - | - | 91 | 44 |
| devrandom/ | H | - | - | 108 | 59 |
| gpioevents/ | H | - | - | 689 | 580 |
| hwpmc/ | H | - | - | 104 | 36 |
| iconv/ | H | - | - | 1,417,442 | 1,416,887 |
| malloc/ | H | - | - | 73 | 59 |
| net/ | H | - | - | 197 | 113 |
| netfibs/ | H | - | - | 4,704 | 3,343 |
| popss/ | H | - | - | 183 | 128 |
| ppsapi/ | H | - | - | 248 | 205 |
| pthread_vfork/ | H | - | - | 97 | 56 |
| ptrace/ | H | - | - | 462 | 392 |
| sort/ | H | - | - | 2,958 | 2,473 |
| stress2/ | H | - | - | 133,622 | 79,665 |
| upsdl/ | H | - | - | 180 | 115 |
| vm86/ | H | - | - | 169 | 80 |
| xregs_sig/ | H | - | - | 480 | 393 |
| README | H A D | 27-Nov-2024 | 1.2 KiB | 26 | 22 |
README
1This directory is for standalone test programs. For the FreeBSD
2Test Suite, which uses Kyua, please see /usr/src/tests/
3
4A test program is one that exercises a particular bit of the system
5and either tries to break it or measures its performance.
6
7Please make a subdir per program, and add a brief description to this file.
8
9arc4random Bias test for arc4random_uniform()
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