summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/mmap.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* posix: Add mmap/unmap support for mapping files.Chris Johns2017-05-051-22/+216
| | | | | | | This version of mmap comes from early work done on the RTL code base circa 2012. Update #2859.
* 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
| | | | mmap was previously in munmap.c and munmap was in mmap.c.
* sys/mman.h: New file. Clean up and add supporting stubsJoel Sherrill2014-11-201-0/+26
* Makefile.am updated and preinstall.am regenerated. * mprotect.c had a prototype removed now that we have mman.h * mmap.c, munmap.c: New stub files.