Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move and deduplicate declarations of __procfdname to make it checkable | Rich Felker | 2018-09-12 | 1 | -2/+0 |
| | | | | | | syscall.h was chosen as the header to declare it, since its intended usage is alongside syscalls as a fallback for operations the direct syscall does not support. | ||||
* | implement fexecve in terms of execveat when it exists | Joseph C. Sible | 2018-09-04 | 1 | -0/+5 |
| | | | | This lets fexecve work even when /proc isn't mounted. | ||||
* | include cleanups: remove unused headers and add feature test macros | Szabolcs Nagy | 2013-12-12 | 1 | -1/+0 |
| | |||||
* | debloat code that depends on /proc/self/fd/%d with shared function | Rich Felker | 2013-08-02 | 1 | -3/+4 |
| | | | | | | | I intend to add more Linux workarounds that depend on using these pathnames, and some of them will be in "syscall" functions that, from an anti-bloat standpoint, should not depend on the whole snprintf framework. | ||||
* | fix various bugs in path and error handling in execvp/fexecve | Rich Felker | 2011-09-29 | 1 | -1/+4 |
| | |||||
* | implement fexecve | Rich Felker | 2011-02-27 | 1 | -0/+10 |