summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/shmopen.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* posix/shm: replace threadq with mutex (allocator lock)Gedare Bloom2017-05-051-9/+5
* posix/mman: update atime on shared memory read callGedare Bloom2017-05-051-0/+1
* posix: Fix use of uninitialized variableSebastian Huber2017-01-251-0/+2
* posix: shared memory supportGedare Bloom2017-01-131-4/+279
* posix: add stub implementations for mman functionsGedare Bloom2017-01-131-0/+28