about summary refs log tree commit diff
path: root/support/shell-container.c
Commit message (Expand)AuthorAgeFilesLines
* posix: Fix system blocks SIGCHLD erroneously [BZ #30163]Adam Yi2023-04-281-0/+28
* support: Close fds in copy_funcSiddhesh Poyarekar2021-05-131-8/+13
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* support/shell-container.c: Add builtin killAdhemerval Zanella2020-03-251-0/+25
* support/shell-container.c: Add builtin exitAdhemerval Zanella2020-03-251-0/+13
* support/shell-container.c: Return 127 if execve failsAdhemerval Zanella2020-03-251-1/+1
* Fixed typo in run_command_array() in support/shell-container.cGirish Joshi2020-03-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
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* support/shell-container.c: Use support_copy_file_rangeFlorian Weimer2018-11-021-1/+1
* Add test-in-container infrastructure.DJ Delorie2018-08-221-0/+395