summaryrefslogtreecommitdiff
path: root/src/missing.cc
Commit message (Expand)AuthorAgeFilesLines
* all: Use defined values for definesChristian Persch2023-03-081-3/+3
* all: Use __has_includeChristian Persch2023-03-081-1/+2
* missing: Add better fdwalk implementation for darawinMatthew Rose2022-11-161-0/+35
* lib: Fix spawning on netbsdChristian Persch2022-08-191-1/+1
* lib: Check for close_range function and use it when availableChristian Persch2021-11-071-20/+9
* all: Fix underalignment warningsChristian Persch2021-02-241-1/+1
* spawn: Use close_range to set CLOEXEC on all FDsChristian Persch2021-02-011-1/+35
* all: Clean up licence headersChristian Persch2021-01-311-8/+8
* lib: Fix unused variable warning when not using getrlimitChristian Persch2020-11-161-2/+8
* lib: Use sysconf on macos to get the upper limit of number of FDsMatt Rose2020-11-161-1/+1
* spawn: Error out when it is impossible to close all file descriptorsChristian Persch2020-07-181-9/+15
* spawn: Async-signal-safety fixesChristian Persch2020-07-181-14/+55
* lib: Move impl for missing libc function to missing.ccChristian Persch2020-04-271-0/+14
* lib: Move fdwalk fallback implementation to its own fileChristian Persch2020-04-271-0/+148