Age | Commit message (Expand) | Author |
---|---|---|
2020-09-25 | Meta+LibC through LibHTTP: Make clang-format-10 clean | Ben Wiederhake |
2020-06-20 | LibC: In posix_spawn(), use _exit instead of exit on child error | Nico Weber |
2020-06-20 | LibC: Add addchdir() / addfchdir() to posix_spawn file actions | Nico Weber |
2020-06-20 | LibC: Add POSIX_SPAWN_SETSIGMASK | Nico Weber |
2020-06-20 | LibC: Make sigprocmask error check more consistent with rest of this code | Nico Weber |
2020-06-19 | LibC: Implement file actions for posix_spawn | Nico Weber |
2020-06-19 | LibC: Add support for POSIX_SPAWN_RESETIDS | Nico Weber |
2020-06-17 | LibC: Add posix_spawn()! | Nico Weber |