freebsd-dev/tools/regression/p1003_1b
Craig Rodrigues 60caf0c9c2 - Replace N(a)/N(i)/N(T)/LEN(a)/ARRAY_SIZE(a) with nitems()
- Add missing <err.h> for err() and <sys/sysctl.h> for sysctlbyname()
- NULL -> 0 for 5th parameter of sysctlbyname()

Submitted by: Andriy Voskoboinyk <s3erios@gmail com>
Differential Revision: https://reviews.freebsd.org/D3442
2015-08-29 19:47:20 +00:00
..
fifo.c
main.c - Replace N(a)/N(i)/N(T)/LEN(a)/ARRAY_SIZE(a) with nitems() 2015-08-29 19:47:20 +00:00
Makefile
memlock.c
p26.c
prutil.c Fix more warnings related to missing headers 2015-05-16 22:53:26 +00:00
prutil.h
README
sched.c
yield.c

$FreeBSD$

p1003_1b: Regression tests for the scheduling facilities.
The following should always work as of the release of 4.0:

p1003_1b fifo : Check that the FIFO scheduler seems to work.
p1003_1b p26 :  Check that we support the expected features.
p1003_1b sched: Check that schedule switching seems to work.
p1003_1b yield: Check that yielding runs the expected process.

As of today "p1003_1b yield" doesn't work.  I have a minimal set
of patches I'm waiting for approval to commit.

Peter dufault@freebsd.org