Name Date Size #Lines LOC

..--

MakefileHD10-Jan-2016161 1912

READMEHD10-Jan-2016515 1510

fifo.cHD10-Jan-20165.3 KiB228132

main.cHD10-Jan-20161.6 KiB8168

memlock.cHD10-Jan-20162.7 KiB9242

p26.cHD10-Jan-20162.5 KiB6628

prutil.cHD10-Jan-2016970 6345

prutil.hHD10-Jan-2016205 157

sched.cHD10-Jan-20167.3 KiB293170

yield.cHD10-Jan-20165 KiB198109

README

1$FreeBSD$
2
3p1003_1b: Regression tests for the scheduling facilities.
4The following should always work as of the release of 4.0:
5
6p1003_1b fifo : Check that the FIFO scheduler seems to work.
7p1003_1b p26 :  Check that we support the expected features.
8p1003_1b sched: Check that schedule switching seems to work.
9p1003_1b yield: Check that yielding runs the expected process.
10
11As of today "p1003_1b yield" doesn't work.  I have a minimal set
12of patches I'm waiting for approval to commit.
13
14Peter dufault@freebsd.org
15