summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/shmwkspace.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* posix: shared memory supportGedare Bloom2017-01-131-0/+78
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.