Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
14/ | H | - | - | 23 | 22 | |
4/ | H | - | - | 44 | 42 | |
7/ | H | - | - | 44 | 42 | |
l/ | H | - | - | 67 | 64 | |
m/ | H | - | - | 44 | 42 | |
n/ | H | - | - | 44 | 42 | |
Makefile | H A D | 16-Aug-2023 | 688 | 36 | 26 | |
Readme | H A D | 16-Aug-2023 | 743 | 18 | 13 | |
pipepoll.c | H A D | 16-Aug-2023 | 6.3 KiB | 321 | 263 | |
pipeselect.c | H A D | 16-Aug-2023 | 7 KiB | 318 | 251 | |
sockpoll.c | H A D | 16-Aug-2023 | 6 KiB | 245 | 208 |
Readme
1 2The directory contains poll(2) and select(2) compliance (and more) tests 3from Bruce Evans, together with canned test results from several systems 4for reference. 5 6Citing Bruce Evans: 7The subdirectories contain results of old runs: 8 9{4,7}: FreeBSD-{4,7} with old tests (only state 0 and 6b have different 10expectations; state 0 fails in FreeBSD-4 so the above is wrong 11about at least when it was broken. I thought that I fixed it 12completely for select() in FreeBSD-1. One or both of these states 13were very broken in Net/2 and maybe in 4.4BSD-Lite*). 14 15l: Linux-2.6.10 with old tests (only state 0 has different expectations) 16m: my current version of FreeBSD with old tests (0 and 6b) 17n: my previous version of FreeBSD with old tests (0 and 6b) 18