about summary refs log tree commit diff
path: root/sysdeps/posix/spawni.c
Commit message (Expand)AuthorAgeFilesLines
* posix: Remove spawni.cAdhemerval Zanella2021-09-271-343/+0
* posix: Add posix_spawn_file_actions_addclosefrom_npAdhemerval Zanella2021-07-081-0/+4
* nptl: Move pthreadP.h into sysdeps directoryFlorian Weimer2021-06-221-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Add some spaces before '('.Joseph Myers2019-02-271-1/+1
* posix: Clear close-on-exec for posix_spawn adddup2 (BZ#23640)Adhemerval Zanella2019-01-031-3/+15
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* posix: New function posix_spawn_file_actions_addfchdir_np [BZ #17405]Florian Weimer2018-12-071-0/+5
* posix: Fix segfault in maybe_script_executeAdhemerval Zanella2018-12-031-1/+1
* posix: New function posix_spawn_file_actions_addchdir_np [BZ #17405]Florian Weimer2018-11-061-0/+5
* posix: Fix posix_spawnp to not execute invalid binaries in non compat mode (B...Adhemerval Zanella2018-06-081-1/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Consolidate non cancellable close callAdhemerval Zanella2017-08-181-3/+3
* Consolidate non cancellable write callAdhemerval Zanella2017-08-181-1/+1
* Consolidate non cancellable open callAdhemerval Zanella2017-08-171-1/+1
* posix: Fix default posix_spawn return valueAdhemerval Zanella2017-07-051-20/+20
* posix: Improve default posix_spawn implementationAdhemerval Zanella2017-06-291-183/+179
* [BZ 21340] add support for POSIX_SPAWN_SETSIDAdhemerval Zanella2017-04-251-1/+6
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Fix posix_spawn getrlimit64 namespace (bug 17991).Joseph Myers2015-02-181-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Fix lots of bitrot for stub configurations.Roland McGrath2012-07-301-1/+2
* Add missing headersAndreas Schwab2012-02-271-1/+2
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Clean up disabling of script_executeRoland McGrath2011-09-191-9/+11
* Try shell in posix_spawn* only in compat modeUlrich Drepper2011-09-051-4/+10
* Fix sched_setscheduler call in spawn implementationUlrich Drepper2011-05-111-3/+1
* Relax requirement on close in child created by posix_spawn.Ulrich Drepper2011-01-131-3/+17
* * sysdeps/posix/spawni.c (__spawni): Use local_seteuid andUlrich Drepper2006-06-041-1/+3
* * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.Ulrich Drepper2006-06-041-5/+6
* (__spawni): Automatically recognize some more cases when we can use vfork.Ulrich Drepper2005-09-131-2/+10
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-18/+7
* 2.5-18.1Jakub Jelinek2007-07-121-7/+18
* Update.Ulrich Drepper2004-09-121-6/+9
* Update.Ulrich Drepper2003-07-151-2/+3
* * include/stdlib.h: Use libc_hidden_proto for qsort.Roland McGrath2002-08-031-2/+2
* Update.Ulrich Drepper2001-07-161-1/+1
* Update to LGPL v2.1.Andreas Jaeger2001-07-061-8/+8
* * posix/spawni.c: Moved to ...Roland McGrath2001-06-171-0/+278