History log of /seL4-refos-master/libs/libmuslc/src/process/fexecve.c
Revision Date Author Comments
# 57174444 11-Dec-2013 Szabolcs Nagy <nsz@port70.net>

include cleanups: remove unused headers and add feature test macros


# c8c0844f 01-Aug-2013 Rich Felker <dalias@aerifal.cx>

debloat code that depends on /proc/self/fd/%d with shared function

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.


# 4b877369 28-Sep-2011 Rich Felker <dalias@aerifal.cx>

fix various bugs in path and error handling in execvp/fexecve


# f2374ed8 27-Feb-2011 Rich Felker <dalias@aerifal.cx>

implement fexecve