Date: Wed, 16 Jan 2008 15:51:24 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_shm.c src/tools/regression/posixshm Makefile posixshm.c posixshm.t test.c test.h Message-ID: <200801161551.m0GFpO9f059439@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801161551.m0GFpO9f059439>