Re: [PATCH 2/5] posix: shared memory support

2016-08-24 Thread Gedare Bloom
On Tue, Aug 23, 2016 at 9:49 PM, Chris Johns wrote: > On 18/08/2016 6:02 AM, Gedare Bloom wrote: >> >> Add POSIX shared memory manager (Shm). >> --- >> cpukit/posix/Makefile.am | 3 + >> cpukit/posix/include/rtems/posix/config.h | 5 + >> cpukit/posix/include/rtems/po

Re: [PATCH 2/5] posix: shared memory support

2016-08-23 Thread Chris Johns
On 18/08/2016 6:02 AM, Gedare Bloom wrote: Add POSIX shared memory manager (Shm). --- cpukit/posix/Makefile.am | 3 + cpukit/posix/include/rtems/posix/config.h | 5 + cpukit/posix/include/rtems/posix/shm.h| 61 cpukit/posix/include/rtems/posix/shmim

[PATCH 2/5] posix: shared memory support

2016-08-20 Thread Gedare Bloom
Add POSIX shared memory manager (Shm). --- cpukit/posix/Makefile.am | 3 + cpukit/posix/include/rtems/posix/config.h | 5 + cpukit/posix/include/rtems/posix/shm.h| 61 cpukit/posix/include/rtems/posix/shmimpl.h| 90 cpukit/posix/prei