Age | Commit message (Expand) | Author |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert |
2019-02-27 | Add some spaces before '('. | Joseph Myers |
2019-01-03 | posix: Clear close-on-exec for posix_spawn adddup2 (BZ#23640) | Adhemerval Zanella |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2018-12-07 | posix: New function posix_spawn_file_actions_addfchdir_np [BZ #17405] | Florian Weimer |
2018-11-30 | posix: Use posix_spawn on system | Adhemerval Zanella |
2018-11-06 | posix: New function posix_spawn_file_actions_addchdir_np [BZ #17405] | Florian Weimer |
2018-09-06 | Fix segfault in maybe_script_execute. | Stefan Liebler |
2018-06-08 | posix: Fix posix_spawnp to not execute invalid binaries in non compat mode (B... | Adhemerval Zanella |
2018-02-22 | Rename nptl-signals.h to internal-signals.h | Adhemerval Zanella |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2017-10-23 | posix: Do not use WNOHANG in waitpid call for Linux posix_spawn | Adhemerval Zanella |
2017-10-20 | posix: Fix improper assert in Linux posix_spawn (BZ#22273) | Adhemerval Zanella |
2017-08-18 | Consolidate non cancellable close call | Adhemerval Zanella |
2017-08-17 | Consolidate non cancellable open call | Adhemerval Zanella |
2017-04-25 | posix: Remove ununsed posix_spawn internal assignment | Adhemerval Zanella |
2017-04-25 | [BZ 21340] add support for POSIX_SPAWN_SETSID | Adhemerval Zanella |
2017-04-03 | posix_spawn: use a larger min stack for -fstack-check [BZ #21253] | Mike Frysinger |
2017-03-20 | posix_spawn: fix stack setup on ia64 [BZ #21275] | Mike Frysinger |
2017-03-01 | Narrowing the visibility of libc-internal.h even further. | Zack Weinberg |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2016-09-28 | posix: Fix open file action for posix_spawn on Linux | Adhemerval Zanella |
2016-09-28 | linux: spawni.c: simplify error reporting to parent | Rasmus Villemoes |
2016-09-20 | posix: Correctly block/unblock all signals on Linux posix_spawn | Adhemerval Zanella |
2016-09-20 | posix: Correctly enable/disable cancellation on Linux posix_spawn | Adhemerval Zanella |
2016-05-30 | posix: Call _exit in failure case for posix_spawn{p} (BZ#20178) | Adhemerval Zanella |
2016-03-21 | posix: Fix posix_spawn implict check style | Adhemerval Zanella |
2016-03-20 | posix: Fix posix_spawn invalid memory access | Adhemerval Zanella |
2016-03-07 | posix: New Linux posix_spawn{p} implementation | Adhemerval Zanella |