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