summaryrefslogtreecommitdiff
path: root/nuttx/mm/shm
Commit message (Expand)AuthorAgeFilesLines
* Move include/nuttx/shm.h to include/nuttx/mm/shm.hGregory Nutt2014-09-244-4/+4
* Move include/nuttx/gran.h to include/nuttx/mm/gran.hGregory Nutt2014-09-241-1/+1
* Completes the implemenation of the core shared memory logic: shmget(), shmct...Gregory Nutt2014-09-232-21/+223
* Remove executable modeGregory Nutt2014-09-233-0/+0
* Add support for a per-process virtual page allocator. This is a new member o...Gregory Nutt2014-09-231-0/+69
* Flesh out shmctl() logicGregory Nutt2014-09-233-21/+203
* Flesh out basic logic for shmget()Gregory Nutt2014-09-233-16/+339
* Add shared memory initializatin logicGregory Nutt2014-09-234-3/+225
* Add README files and configuration support for the shared memory logicGregory Nutt2014-09-234-411/+529
* Add the build framework and skeleton files for the shared memory feature (no ...Gregory Nutt2014-09-225-0/+511
* Add a home for forthcoming shared memory logicGregory Nutt2014-09-221-0/+44