Name Date Size #Lines LOC

..--

badcode/H--13891

creat/H--14192

dirnprename/H--177123

dirrename/H--149103

fts/H--10765

link/H--14999

lockf/H--189138

lockf2/H--13582

mkdir/H--14089

mkfifo/H--172120

mmap/H--15396

openat/H--881730

pty/H--11775

rename/H--13993

run/H--12276

rw/H--185133

shm/H--188139

socket/H--12177

swap/H--169118

symlink/H--14395

sysctl/H--6829

tcp/H--191133

thr1/H--8242

thr2/H--10056

udp/H--11778

MakefileH A D03-Mar-2021234 2927

Makefile.incH A D03-Mar-2021121 75

READMEH A D03-Mar-2021315 107

README

1All test programs must implement these three procedures:
2
3int setup(int nb)
4void cleanup(void)
5int test(void)
6
7The setup() procedure is called once before test() is called multiple times
8until timeout.  After timeout cleanup() is called.
9test() should periodically test the global variable done_testing and return.
10