cvs commit: src/sys/kern uipc_shm.c src/tools/regression/posixshm
Makefile posixshm.c posixshm.t test.c test.h
John Baldwin
jhb at FreeBSD.org
Wed Jan 16 07:51:24 PST 2008
jhb 2008-01-16 15:51:24 UTC
FreeBSD src repository
Modified files:
sys/kern uipc_shm.c
Added files:
tools/regression/posixshm Makefile posixshm.c posixshm.t
test.c test.h
Log:
Add a set of regression tests for the POSIX shm API (shm_open(2) and
shm_unlink(2)).
Revision Changes Path
1.2 +0 -3 src/sys/kern/uipc_shm.c
1.1 +9 -0 src/tools/regression/posixshm/Makefile (new)
1.1 +627 -0 src/tools/regression/posixshm/posixshm.c (new)
1.1 +5 -0 src/tools/regression/posixshm/posixshm.t (new)
1.1 +128 -0 src/tools/regression/posixshm/test.c (new)
1.1 +59 -0 src/tools/regression/posixshm/test.h (new)
More information about the cvs-src
mailing list