summaryrefslogtreecommitdiff
path: root/sysdeps/posix/spawni.c
AgeCommit message (Expand)Author
2018-06-08posix: Fix posix_spawnp to not execute invalid binaries in non compat mode (B...Adhemerval Zanella
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-08-18Consolidate non cancellable close callAdhemerval Zanella
2017-08-18Consolidate non cancellable write callAdhemerval Zanella
2017-08-17Consolidate non cancellable open callAdhemerval Zanella
2017-07-05posix: Fix default posix_spawn return valueAdhemerval Zanella
2017-06-29posix: Improve default posix_spawn implementationAdhemerval Zanella
2017-04-25[BZ 21340] add support for POSIX_SPAWN_SETSIDAdhemerval Zanella
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-02-18Fix posix_spawn getrlimit64 namespace (bug 17991).Joseph Myers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-07-30Fix lots of bitrot for stub configurations.Roland McGrath
2012-02-27Add missing headersAndreas Schwab
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2011-09-19Clean up disabling of script_executeRoland McGrath
2011-09-05Try shell in posix_spawn* only in compat modeUlrich Drepper
2011-05-11Fix sched_setscheduler call in spawn implementationUlrich Drepper
2011-01-13Relax requirement on close in child created by posix_spawn.Ulrich Drepper
2006-06-04* sysdeps/posix/spawni.c (__spawni): Use local_seteuid andUlrich Drepper
2006-06-04* sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.Ulrich Drepper
2005-09-13(__spawni): Automatically recognize some more cases when we can use vfork.Ulrich Drepper
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper
2007-07-122.5-18.1Jakub Jelinek
2004-09-12Update.Ulrich Drepper
2003-07-15Update.Ulrich Drepper
2002-08-03* include/stdlib.h: Use libc_hidden_proto for qsort.Roland McGrath
2001-07-16Update.Ulrich Drepper
2001-07-06Update to LGPL v2.1.Andreas Jaeger
2001-06-17* posix/spawni.c: Moved to ...Roland McGrath