Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clean up, bugfixes, and general improvement for shm_open/shm_unlink | Rich Felker | 2012-09-30 | 1 | -21/+0 |
| | | | | | | | 1. don't make non-cloexec file descriptors 2. cancellation safety (cleanup handlers were missing, now unneeded) 3. share name validation/mapping code between open/unlink functions 4. avoid wasteful/slow syscalls | ||||
* | implement POSIX shared memory | Rich Felker | 2011-03-03 | 1 | -0/+21 |