summaryrefslogtreecommitdiff
path: root/lib/util/tfork.c
Commit message (Expand)AuthorAgeFilesLines
* lib/tfork: Don't overwrite 'ret' in cleanup phaseJoseph Sutton2023-01-101-5/+6
* lib/util: use process_set_title() in tfork()Ralph Boehme2022-12-141-4/+3
* lib: Fix a typoVolker Lendecke2021-04-191-1/+1
* lib/tfork: Improve process titles for the tfork waiter processAndrew Bartlett2020-02-271-0/+4
* lib/util: Fix Value stored to 'ret' is never read warningNoel Power2019-07-011-1/+1
* tfork: TFORK_ANNOTATE_BENIGN_RACERalph Boehme2018-11-281-0/+41
* tfork: set waiter process titleGary Lockyer2017-09-261-0/+1
* lib/util: only close the event_fd in tfork if the caller didn't call tfork_ev...Ralph Boehme2017-09-161-3/+11
* util/tfork: Write to the status pipeGary Lockyer2017-09-161-1/+12
* lib/util: enhanced tfork()Ralph Boehme2017-07-031-205/+745
* lib/util: fix a Coverity finding in tforkRalph Boehme2017-04-251-5/+18
* lib/util: add tfork()Stefan Metzmacher2017-04-201-0/+326