Age | Commit message (Expand) | Author |
---|---|---|
2018-08-10 | Fix shm_open posix compliance error code | Christophe Lyon |
2009-09-18 | convert // comments to /**/; remove empty #if/#endif pairs. no code changes | Denys Vlasenko |
2009-09-05 | do not save/restore errno around free() calls | Denys Vlasenko |
2009-09-05 | CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failure | Denys Vlasenko |
2009-07-05 | Add a few missing includes | Ron |
2009-07-03 | add testcases for shm_{open,unlink} | Bernhard Reutner-Fischer |
2009-06-02 | include errno.h unconditionally | Bernhard Reutner-Fischer |
2009-06-02 | add stub for shm_open() and shm_unlink | Bernhard Reutner-Fischer |