Historial de Commits

Autor SHA1 Mensaje Fecha
  Rich Felker b7bc966522 fix posix_spawn interaction with fork and abort by taking lock hace 4 años
  Rich Felker 74244e5b3e add posix_spawn [f]chdir file actions hace 5 años
  Rich Felker 759900403d prevent dup2 action for posix_spawn internal pipe fd hace 5 años
  Rich Felker 5ce3737931 reduce spurious inclusion of libc.h hace 6 años
  Rich Felker 13d1afa46f overhaul internally-public declarations using wrapper headers hace 6 años
  Rich Felker fe61a7aa53 rework mechanism for posix_spawnp calling posix_spawn hace 6 años
  Rich Felker 6fc6ca1a32 adjust posix_spawn dup2 action behavior to match future requirements hace 7 años
  Will Dietz 004dc9549b posix_spawn: use larger stack to cover worst-case in execvpe hace 7 años
  Rich Felker bb439bb171 implement new posix_spawn flag POSIX_SPAWN_SETSID hace 8 años
  Rich Felker 8f7bc690f0 use direct syscall rather than write function in posix_spawn child hace 10 años
  Rich Felker 1c12c24364 don't fail posix_spawn on failed close hace 10 años
  Rich Felker 0b3d33d4d2 fix ungrammatical comment in posix_spawn code hace 11 años
  Rich Felker dd5f50da6f support linux kernel apis (new archs) with old syscalls removed hace 11 años
  Rich Felker 594c827a22 support kernels with no SYS_open syscall, only SYS_openat hace 11 años
  Rich Felker 8011614da0 make posix_spawn accept null pid pointer arguments hace 11 años
  Rich Felker 3c5c5e6f92 optimize posix_spawn to avoid spurious sigaction syscalls hace 11 años
  Rich Felker 65d7aa4dfd fix missing errno from exec failure in posix_spawn hace 11 años
  Rich Felker b06dc66639 make posix_spawn (and functions that use it) use CLONE_VFORK flag hace 12 años
  Rich Felker a0473a0c82 remove explicit locking to prevent __synccall setuid during posix_spawn hace 12 años
  Rich Felker 4862864fc1 fix unsigned comparison bug in posix_spawn hace 12 años
  Rich Felker fb6b159d9e overhaul posix_spawn to use CLONE_VM instead of vfork hace 12 años
  Rich Felker 599f973603 fix usage of locks with vfork hace 12 años
  Rich Felker 97c8bdd88a fix parent-memory-clobber in posix_spawn (environ) hace 12 años
  Rich Felker 44eb4d8b9b overhaul system() and popen() to use vfork; fix various related bugs hace 12 años
  Rich Felker d5304147b9 block uid/gid changes during posix_spawn hace 12 años
  Rich Felker d62f4e9888 use vfork if possible in posix_spawn hace 12 años
  Rich Felker 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 hace 12 años
  Rich Felker 13cd969552 fix various errors in function signatures/prototypes found by nsz hace 13 años
  Rich Felker f48832ee15 fix backwards posix_spawn file action order hace 14 años
  Rich Felker a0ae0b0936 add file actions support to posix_spawn hace 14 años