summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/shmunlink.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-28cpukit/posix/src/[p-z]*.c: Change license to BSD-2Joel Sherrill1-3/+22
2020-08-11posix: Only check shm_unlink obj_err if necessaryKinsey Moore1-22/+23
2020-04-16Canonicalize config.h includeSebastian Huber1-1/+1
2018-12-11posix: Fix shm_unlink()Sebastian Huber1-1/+10
2017-05-05posix/mman: add mmap support for shm objectsGedare Bloom1-2/+2
2017-01-13posix: shared memory supportGedare Bloom1-2/+28
2017-01-13posix: add stub implementations for mman functionsGedare Bloom1-0/+26