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