musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/process/fexecve.c
AgeCommit message (Collapse)AuthorLines
2018年09月12日move and deduplicate declarations of __procfdname to make it checkable Rich Felker-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.
2018年09月04日implement fexecve in terms of execveat when it exists Joseph C. Sible-0/+5
This lets fexecve work even when /proc isn't mounted.
2013年12月12日include cleanups: remove unused headers and add feature test macros Szabolcs Nagy-1/+0
2013年08月02日debloat code that depends on /proc/self/fd/%d with shared function Rich Felker-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.
2011年09月29日fix various bugs in path and error handling in execvp/fexecve Rich Felker-1/+4
2011年02月27日implement fexecve Rich Felker-0/+10
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月06日 23:25:34 +0000

AltStyle によって変換されたページ (->オリジナル) /