Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-03-24 | os: Check for EINTR on ftruncate() | Derek Foreman | 1 | -1/+3 |
2017-03-24 | os: Check for EINTR on posix_fallocate() | Derek Foreman | 1 | -1/+3 |
2017-01-03 | shared: fix a typo in a comment | Abdur Rehman | 1 | -1/+1 |
2015-07-16 | log: Open log file CLOEXEC so child processes don't get the fd | Derek Foreman | 1 | -8/+14 |
2015-06-15 | shared: Update boilerplate from MIT X11 license to MIT Expat license | Bryce Harrington | 1 | -16/+19 |
2013-12-02 | os: use posix_fallocate in creating sharable buffers | Pekka Paalanen | 1 | -1/+18 |
2013-06-05 | configure.ac: Enable AC_USE_SYSTEM_EXTENSIONS | Daniel Stone | 1 | -1/+1 |
2012-06-12 | compositor: add fallback strchrnul() | Pekka Paalanen | 1 | -0/+10 |
2012-06-06 | Rewrite shm buffer file allocation v2 | Pekka Paalanen | 1 | -0/+75 |
2012-05-31 | window: add wrapper for EPOLL_CLOEXEC | Pekka Paalanen | 1 | -0/+17 |
2012-05-31 | compositor: work around missing SOCK_CLOEXEC | Pekka Paalanen | 1 | -0/+78 |