summaryrefslogtreecommitdiff
path: root/cpukit/posix/src/shmopen.c (follow)
AgeCommit message (Expand)Author
2020-04-16Canonicalize config.h includeSebastian Huber
2020-03-13libio: Robust file descriptor reference countingSebastian Huber
2019-03-14shmopen.c: Fix logically unreachable code (Coverity ID: 1399706, 1399714)Joel Sherrill
2018-12-14score: Static Objects_Information initializationSebastian Huber
2017-09-22posix shm: Add oflag to Shm_ControlJoel Sherrill
2017-09-15libio: Add hold/drop iop referenceSebastian Huber
2017-09-15libio: Add rtems_libio_iop_flags_initialize()Sebastian Huber
2017-09-15libio: Add iop set/clear flagsSebastian Huber
2017-07-14posix/mmap: Add support for file handler and MAP_ANONKevin Kirspel
2017-05-05posix/mman: add mmap support for shm objectsGedare Bloom
2017-05-05posix/shm: replace threadq with mutex (allocator lock)Gedare Bloom
2017-05-05posix/mman: update atime on shared memory read callGedare Bloom
2017-01-25posix: Fix use of uninitialized variableSebastian Huber
2017-01-13posix: shared memory supportGedare Bloom
2017-01-13posix: add stub implementations for mman functionsGedare Bloom