summaryrefslogtreecommitdiff
path: root/src/posixos.c
Commit message (Expand)AuthorAgeFilesLines
* Use MK_OS_OS2 macro instead of __EMX__Paul Smith2023-01-161-1/+1
* Allow jobserver style to be forced to "pipe"Paul Smith2023-02-191-2/+2
* Update support for OS/2Paul Smith2023-01-081-0/+3
* [SV 62654] Support GNU Make on z/OSPaul Smith2023-01-081-1/+5
* Update the copyright year on all filesPaul Smith2023-01-011-1/+1
* [SV 63333] Be more lenient when failing to create temporary filesDmitry Goncharov2022-11-131-2/+5
* Keep going if we can't connect to the jobserverPaul Smith2022-11-131-9/+14
* Fix issues found by ASAN and CoverityPaul Smith2022-10-311-0/+1
* * src/posixos.c (os_anontmp): [SV 63287] Only fail O_TMPFILE oncePaul Smith2022-10-291-5/+11
* * src/posixos.c (os_anontmp): If O_TMPFILE fails try dup() method.Dmitry Goncharov2022-10-231-8/+13
* [SV 63248] Ignore SIGPIPEDmitry Goncharov2022-10-221-0/+1
* Update URLs to use https rather than httpPaul Smith2022-10-181-1/+1
* Rework temp file handling to avoid GNU libc warningsPaul Smith2022-10-181-6/+45
* * src/posixos.c (job_root): Remember root jobserver instancesPaul Smith2022-10-151-10/+30
* * src/main.c (main): Add debug output for jobserver and osync.Paul Smith2022-10-021-7/+0
* [SV 63111] Ensure output-sync is cleaned on re-exec and recursionAndreas Schwab2022-10-021-2/+7
* * src/posixos.c (osync_clear): Don't close invalid FDs.Paul Smith2022-09-251-1/+1
* Ensure debug output ends in newlinePaul Smith2022-09-081-6/+4
* Rework output sync to lock a temp file on POSIXPaul Smith2022-08-301-4/+170
* [SV 62908] Don't free fifo_name twice during error handlingDmitry Goncharov2022-08-221-0/+1
* Support implementing the jobserver using named pipesPaul Smith2022-08-021-37/+155
* Disable the jobserver in non-recursive childrenPaul Smith2022-07-301-1/+12
* Run autoupdate and clean up autoconf usagePaul Smith2022-07-091-1/+1
* * <all>: Update copyright notices.Paul Smith2022-02-101-1/+1
* [SV 58232] Disable inheritance of jobserver FDs for recursive makeKevin Buettner2020-05-021-0/+5
* Update copyright statements for 2020Paul Smith2020-01-031-1/+1
* Update copyright statements for 2019Paul Smith2019-05-191-1/+1
* * src/read.c(unescape_char): Use C comments not C++ comments.Paul Smith2018-08-021-1/+1
* * all: Update Copyright statements for 2018Paul Smith2018-07-011-1/+1
* Rework directory structure to use GNU-recommended "src" directory.Paul Smith2017-11-191-0/+512