Rich Felker 7914ce9204 remove cruft from pre-posix_spawn version of the system function hace 12 años
..
i386 2bb75db611 support vfork on i386 hace 13 años
x86_64 4cf667c9c9 x86_64 vfork implementation hace 13 años
execl.c e6bac87d0e correct variadic prototypes for execl* family hace 14 años
execle.c e6bac87d0e correct variadic prototypes for execl* family hace 14 años
execlp.c e6bac87d0e correct variadic prototypes for execl* family hace 14 años
execv.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
execve.c aa398f56fa global cleanup to use the new syscall interface hace 14 años
execvp.c 23ccb80fcb consistently use the internal name __environ for environ hace 12 años
fdop.h fb6b159d9e overhaul posix_spawn to use CLONE_VM instead of vfork hace 12 años
fexecve.c 4b87736998 fix various bugs in path and error handling in execvp/fexecve hace 13 años
fork.c efd4d87aa4 clean up sloppy nested inclusion from pthread_impl.h hace 12 años
posix_spawn.c 4862864fc1 fix unsigned comparison bug in posix_spawn hace 12 años
posix_spawn_file_actions_addclose.c f48832ee15 fix backwards posix_spawn file action order hace 14 años
posix_spawn_file_actions_adddup2.c fb6b159d9e overhaul posix_spawn to use CLONE_VM instead of vfork hace 12 años
posix_spawn_file_actions_addopen.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 hace 12 años
posix_spawn_file_actions_destroy.c a0ae0b0936 add file actions support to posix_spawn hace 14 años
posix_spawn_file_actions_init.c c97f0d998c initial implementation of posix_spawn hace 14 años
posix_spawnattr_destroy.c 0f1ef81462 add missing posix_spawnattr_init/destroy functions hace 13 años
posix_spawnattr_getflags.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 hace 12 años
posix_spawnattr_getpgroup.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 hace 12 años
posix_spawnattr_getsigdefault.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 hace 12 años
posix_spawnattr_getsigmask.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 hace 12 años
posix_spawnattr_init.c 0f1ef81462 add missing posix_spawnattr_init/destroy functions hace 13 años
posix_spawnattr_sched.c 96fbcf7d80 fix up minor misplacement of restrict keyword in spawnattr sched stubs hace 12 años
posix_spawnattr_setflags.c c97f0d998c initial implementation of posix_spawn hace 14 años
posix_spawnattr_setpgroup.c c97f0d998c initial implementation of posix_spawn hace 14 años
posix_spawnattr_setsigdefault.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 hace 12 años
posix_spawnattr_setsigmask.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 hace 12 años
posix_spawnp.c 97c8bdd88a fix parent-memory-clobber in posix_spawn (environ) hace 12 años
system.c 7914ce9204 remove cruft from pre-posix_spawn version of the system function hace 12 años
vfork.c 768f39a535 make available a namespace-safe vfork, if supported hace 13 años
wait.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
waitid.c feee98903c overhaul pthread cancellation hace 14 años
waitpid.c feee98903c overhaul pthread cancellation hace 14 años