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)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"