aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/posix/spawni.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-27posix: Remove spawni.cAdhemerval Zanella1-343/+0
2021-07-08posix: Add posix_spawn_file_actions_addclosefrom_npAdhemerval Zanella1-0/+4
2021-06-22nptl: Move pthreadP.h into sysdeps directoryFlorian Weimer1-1/+1
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-12-03posix: Fix segfault in maybe_script_executeAdhemerval Zanella1-1/+1
2018-11-06posix: New function posix_spawn_file_actions_addchdir_np [BZ #17405]Florian Weimer1-0/+5
2018-06-08posix: Fix posix_spawnp to not execute invalid binaries in non compat mode (B...Adhemerval Zanella1-1/+3
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-08-18Consolidate non cancellable close callAdhemerval Zanella1-3/+3
2017-08-18Consolidate non cancellable write callAdhemerval Zanella1-1/+1
2017-08-17Consolidate non cancellable open callAdhemerval Zanella1-1/+1
2017-07-05posix: Fix default posix_spawn return valueAdhemerval Zanella1-20/+20
2017-06-29posix: Improve default posix_spawn implementationAdhemerval Zanella1-183/+179
2017-04-25[BZ 21340] add support for POSIX_SPAWN_SETSIDAdhemerval Zanella1-1/+6
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-02-18Fix posix_spawn getrlimit64 namespace (bug 17991).Joseph Myers1-1/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-07-30Fix lots of bitrot for stub configurations.Roland McGrath1-1/+2
2012-02-27Add missing headersAndreas Schwab1-1/+2
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2011-09-19Clean up disabling of script_executeRoland McGrath1-9/+11
2011-09-05Try shell in posix_spawn* only in compat modeUlrich Drepper1-4/+10
2011-05-11Fix sched_setscheduler call in spawn implementationUlrich Drepper1-3/+1
2011-01-13Relax requirement on close in child created by posix_spawn.Ulrich Drepper1-3/+17
2006-06-04* sysdeps/posix/spawni.c (__spawni): Use local_seteuid andUlrich Drepper1-1/+3
2006-06-04* sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.Ulrich Drepper1-5/+6
2005-09-13(__spawni): Automatically recognize some more cases when we can use vfork.Ulrich Drepper1-2/+10
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper1-18/+7
2007-07-122.5-18.1Jakub Jelinek1-7/+18
2004-09-12Update.Ulrich Drepper1-6/+9
2003-07-15Update.Ulrich Drepper1-2/+3
2002-08-03* include/stdlib.h: Use libc_hidden_proto for qsort.Roland McGrath1-2/+2
2001-07-16Update.Ulrich Drepper1-1/+1
2001-07-06Update to LGPL v2.1.Andreas Jaeger1-8/+8
2001-06-17* posix/spawni.c: Moved to ...Roland McGrath1-0/+278