summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/shmopen.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cpukit/posix/src/[p-z]*.c: Change license to BSD-2Joel Sherrill2022-02-281-3/+22
* Canonicalize config.h includeSebastian Huber2020-04-161-1/+1
* libio: Robust file descriptor reference countingSebastian Huber2020-03-131-2/+2
* shmopen.c: Fix logically unreachable code (Coverity ID: 1399706, 1399714)Joel Sherrill2019-03-141-2/+3
* score: Static Objects_Information initializationSebastian Huber2018-12-141-0/+12
* posix shm: Add oflag to Shm_ControlJoel Sherrill2017-09-221-0/+1
* libio: Add hold/drop iop referenceSebastian Huber2017-09-151-1/+1
* libio: Add rtems_libio_iop_flags_initialize()Sebastian Huber2017-09-151-6/+10
* libio: Add iop set/clear flagsSebastian Huber2017-09-151-3/+3
* posix/mmap: Add support for file handler and MAP_ANONKevin Kirspel2017-07-141-0/+30
* posix/mman: add mmap support for shm objectsGedare Bloom2017-05-051-22/+1
* 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