summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/shmopen.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-28cpukit/posix/src/[p-z]*.c: Change license to BSD-2Joel Sherrill1-3/+22
2020-04-16Canonicalize config.h includeSebastian Huber1-1/+1
2020-03-13libio: Robust file descriptor reference countingSebastian Huber1-2/+2
2019-03-14shmopen.c: Fix logically unreachable code (Coverity ID: 1399706, 1399714)Joel Sherrill1-2/+3
2018-12-14score: Static Objects_Information initializationSebastian Huber1-0/+12
2017-09-22posix shm: Add oflag to Shm_ControlJoel Sherrill1-0/+1
2017-09-15libio: Add hold/drop iop referenceSebastian Huber1-1/+1
2017-09-15libio: Add rtems_libio_iop_flags_initialize()Sebastian Huber1-6/+10
2017-09-15libio: Add iop set/clear flagsSebastian Huber1-3/+3
2017-07-14posix/mmap: Add support for file handler and MAP_ANONKevin Kirspel1-0/+30
2017-05-05posix/mman: add mmap support for shm objectsGedare Bloom1-22/+1
2017-05-05posix/shm: replace threadq with mutex (allocator lock)Gedare Bloom1-9/+5
2017-05-05posix/mman: update atime on shared memory read callGedare Bloom1-0/+1
2017-01-25posix: Fix use of uninitialized variableSebastian Huber1-0/+2
2017-01-13posix: shared memory supportGedare Bloom1-4/+279
2017-01-13posix: add stub implementations for mman functionsGedare Bloom1-0/+28