summaryrefslogtreecommitdiff
path: root/posixos.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes for enhanced GCC warnings.Paul Eggert2016-05-211-8/+8
* Allow compiling with an ISO C 1989/1990 compiler.Paul Smith2016-05-211-10/+13
* Preserve the real value of -jN in MAKEFLAGS using jobserver.Paul Smith2016-04-041-11/+15
* Change --jobserver-fds to more generic --jobserver-auth.Paul Smith2016-04-041-7/+7
* [SV 44555] Use vfork() instead of fork() where available.Paul Smith2016-03-131-16/+50
* [SV 46261] Use pselect() for jobserver where supported.Paul Smith2016-03-081-30/+100
* Extract jobserver implementation into OS-specific files.Paul Smith2016-03-081-0/+320