musl/src/process/fexecve.c, branch master musl - an implementation of the standard library for Linux-based systems move and deduplicate declarations of __procfdname to make it checkable 2018年09月12日T18:34:27+00:00 Rich Felker dalias@aerifal.cx 2018年09月06日T17:39:08+00:00 6fcd60ddd903df13402704fe6026cb1f8e780fd7 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.
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 2018年09月04日T23:26:52+00:00 Joseph C. Sible josephcsible@gmail.com 2018年09月02日T17:42:26+00:00 e36f80cba6d5eefcc1ee664f16c2c72054b83134 This lets fexecve work even when /proc isn't mounted.
This lets fexecve work even when /proc isn't mounted.
include cleanups: remove unused headers and add feature test macros 2013年12月12日T05:09:18+00:00 Szabolcs Nagy nsz@port70.net 2013年12月12日T05:09:18+00:00 571744447c23f91feb6439948f3a619aca850dfb
debloat code that depends on /proc/self/fd/%d with shared function 2013年08月02日T16:59:45+00:00 Rich Felker dalias@aerifal.cx 2013年08月02日T16:59:45+00:00 c8c0844f7fbcb955848ca84432e5ffcf71f1cef1 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.
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 2011年09月29日T04:48:04+00:00 Rich Felker dalias@aerifal.cx 2011年09月29日T04:48:04+00:00 4b87736998e8d8c0610c3c31b6862c77248a98df
implement fexecve 2011年02月27日T07:59:23+00:00 Rich Felker dalias@aerifal.cx 2011年02月27日T07:59:23+00:00 f2374ed852654ca13404986d8c04f82bf58812cb

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