From ba77628250ae7158db363fc0d7886ebd43e9cb69 Mon Sep 17 00:00:00 2001 From: Gedare Bloom Date: Fri, 12 Aug 2016 15:25:10 -0400 Subject: posix: shared memory support Add POSIX shared memory manager (Shm). Includes a hook-based approach for the backing memory storage that defaults to the Workspace, and a test is provided using the heap. A test is also provided for the basic use of mmap'ing a shared memory object. This test currently fails at the mmap stage due to no support for mmap. --- testsuites/psxtests/configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuites/psxtests/configure.ac') diff --git a/testsuites/psxtests/configure.ac b/testsuites/psxtests/configure.ac index 7401258871..77af14ed47 100644 --- a/testsuites/psxtests/configure.ac +++ b/testsuites/psxtests/configure.ac @@ -188,6 +188,8 @@ psxreaddir/Makefile psxrdwrv/Makefile psxrwlock01/Makefile psxsem01/Makefile +psxshm01/Makefile +psxshm02/Makefile psxsignal01/Makefile psxsignal02/Makefile psxsignal03/Makefile -- cgit v1.2.3