summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/mmap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cpukit/posix/src/[a-o]*.c: Change license to BSD-2Joel Sherrill2022-02-281-3/+22
* Canonicalize config.h includeSebastian Huber2020-04-161-1/+1
* posix: Fix unused result warningSebastian Huber2018-10-121-2/+2
* libio: Remove special-case reference countSebastian Huber2017-09-141-13/+11
* Include missing <string.h>Sebastian Huber2017-08-251-0/+1
* posix: replace mmap mappings lock with libio lockGedare Bloom2017-07-241-79/+3
* posix: Use unprotected chain operationsSebastian Huber2017-07-201-1/+1
* Fixed issue with searching mapped addressesKevin Kirspel2017-07-201-3/+4
* posix/mmap: Add support for file handler and MAP_ANONKevin Kirspel2017-07-141-110/+147
* posix: clarify expression with parenthesesGedare Bloom2017-05-161-1/+1
* posix/mman: add mmap support for shm objectsGedare Bloom2017-05-051-54/+165
* posix: Add mmap/unmap support for mapping files.Chris Johns2017-05-051-22/+216
* posix: fix typo in mmap argumentsGedare Bloom2017-01-131-2/+2
* basdefs.h: Add and use RTEMS_UNUSEDSebastian Huber2015-10-261-5/+11
* posix: Return error code if mmap is usedDaniel Cederman2015-03-121-1/+1
* posix: Move function to file with matching nameDaniel Cederman2015-03-121-3/+7
* sys/mman.h: New file. Clean up and add supporting stubsJoel Sherrill2014-11-201-0/+26