Lind-Project / native_client

native_client trusted code base
BSD 3-Clause "New" or "Revised" License
6 stars 4 forks source link

Shared Memory #109

Closed rennergade closed 2 years ago

rennergade commented 2 years ago

NaCl SysCommon functions and RPC for shm functions: shmget, shmctl, shmat, shmdt

Repurposes much of the mmap functionality for address space finding for shmat.

After this PR we still need to deal with SHM_RND and SHM_REMAP as well as munmap interactions.