aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/spawni.c
AgeCommit message (Expand)Author
2021-04-21nptl: Move pthread_setcancelstate into libcFlorian Weimer
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-02-27Add some spaces before '('.Joseph Myers
2019-01-03posix: Clear close-on-exec for posix_spawn adddup2 (BZ#23640)Adhemerval Zanella
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-12-07posix: New function posix_spawn_file_actions_addfchdir_np [BZ #17405]Florian Weimer
2018-11-30posix: Use posix_spawn on systemAdhemerval Zanella
2018-11-06posix: New function posix_spawn_file_actions_addchdir_np [BZ #17405]Florian Weimer
2018-09-06Fix segfault in maybe_script_execute.Stefan Liebler
2018-06-08posix: Fix posix_spawnp to not execute invalid binaries in non compat mode (B...Adhemerval Zanella
2018-02-22Rename nptl-signals.h to internal-signals.hAdhemerval Zanella
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-10-23posix: Do not use WNOHANG in waitpid call for Linux posix_spawnAdhemerval Zanella
2017-10-20posix: Fix improper assert in Linux posix_spawn (BZ#22273)Adhemerval Zanella
2017-08-18Consolidate non cancellable close callAdhemerval Zanella
2017-08-17Consolidate non cancellable open callAdhemerval Zanella
2017-04-25posix: Remove ununsed posix_spawn internal assignmentAdhemerval Zanella
2017-04-25[BZ 21340] add support for POSIX_SPAWN_SETSIDAdhemerval Zanella
2017-04-03posix_spawn: use a larger min stack for -fstack-check [BZ #21253]Mike Frysinger
2017-03-20posix_spawn: fix stack setup on ia64 [BZ #21275]Mike Frysinger
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-09-28posix: Fix open file action for posix_spawn on LinuxAdhemerval Zanella
2016-09-28linux: spawni.c: simplify error reporting to parentRasmus Villemoes
2016-09-20posix: Correctly block/unblock all signals on Linux posix_spawnAdhemerval Zanella
2016-09-20posix: Correctly enable/disable cancellation on Linux posix_spawnAdhemerval Zanella
2016-05-30posix: Call _exit in failure case for posix_spawn{p} (BZ#20178)Adhemerval Zanella
2016-03-21posix: Fix posix_spawn implict check styleAdhemerval Zanella
2016-03-20posix: Fix posix_spawn invalid memory accessAdhemerval Zanella
2016-03-07posix: New Linux posix_spawn{p} implementationAdhemerval Zanella