about summary refs log tree commit diff
path: root/support/shell-container.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* system: Add "--" after "-c" for sh (BZ #28519)Joe Simmons-Talbott2023-03-281-1/+6
* posix: Fix system blocks SIGCHLD erroneously [BZ #30163]Adam Yi2023-03-071-0/+28
* support: use 64-bit time_t (bug 30111)Andreas Schwab2023-03-021-2/+0
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* 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