]> git.ipfire.org Git - thirdparty/glibc.git/history - sysdeps/unix/sysv/linux/spawni.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / sysdeps / unix / sysv / linux / spawni.c
2019-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-12-07  Florian Weimerposix: New function posix_spawn_file_actions_addfchdir_...
2018-11-30  Adhemerval Zanellaposix: Use posix_spawn on system
2018-11-06  Florian Weimerposix: New function posix_spawn_file_actions_addchdir_n...
2018-09-06  Stefan LieblerFix segfault in maybe_script_execute.
2018-06-08  Adhemerval Zanellaposix: Fix posix_spawnp to not execute invalid binaries...
2018-02-22  Adhemerval ZanellaRename nptl-signals.h to internal-signals.h
2018-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-10-23  Adhemerval Zanellaposix: Do not use WNOHANG in waitpid call for Linux...
2017-10-20  Adhemerval Zanellaposix: Fix improper assert in Linux posix_spawn (BZ...
2017-08-18  Adhemerval ZanellaConsolidate non cancellable close call
2017-08-17  Adhemerval ZanellaConsolidate non cancellable open call
2017-04-25  Adhemerval Zanellaposix: Remove ununsed posix_spawn internal assignment
2017-04-25  Adhemerval Zanella[BZ 21340] add support for POSIX_SPAWN_SETSID
2017-04-03  Mike Frysingerposix_spawn: use a larger min stack for -fstack-check...
2017-03-20  Mike Frysingerposix_spawn: fix stack setup on ia64 [BZ #21275]
2017-03-02  Zack WeinbergNarrowing the visibility of libc-internal.h even further.
2017-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-09-28  Adhemerval Zanellaposix: Fix open file action for posix_spawn on Linux
2016-09-28  Rasmus Villemoeslinux: spawni.c: simplify error reporting to parent
2016-09-20  Adhemerval Zanellaposix: Correctly block/unblock all signals on Linux...
2016-09-20  Adhemerval Zanellaposix: Correctly enable/disable cancellation on Linux...
2016-05-30  Adhemerval Zanellaposix: Call _exit in failure case for posix_spawn{p...
2016-03-21  Adhemerval Zanellaposix: Fix posix_spawn implict check style
2016-03-20  Adhemerval Zanellaposix: Fix posix_spawn invalid memory access
2016-03-07  Adhemerval Zanellaposix: New Linux posix_spawn{p} implementation