summaryrefslogtreecommitdiff
path: root/support/test-container.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* test-container: return UNSUPPORTED for ENOSPC on clone()Xi Ruoyao2022-07-051-31/+36
* test-container: Fix "unused code" warnings on HURDDJ Delorie2022-04-121-0/+6
* Allow for unpriviledged nested containersDJ Delorie2022-04-041-35/+106
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* test-container: Always copy test-specific support files [BZ #27537]DJ Delorie2021-03-111-11/+12
* elf: Fix tests that rely on ld.so.cache for cross-compilingAdhemerval Zanella2021-01-291-0/+26
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* build: Use FAIL_EXIT1 () on failure to exec child [BZ #23990]Girish Joshi2020-05-291-1/+1
* support: Set errno before testing it.Carlos O'Donell2020-04-301-0/+2
* test-container: Support $(complocaledir) and mkdirp.Carlos O'Donell2020-04-301-3/+39
* test-container: print errno when execvp failsMichael Hudson-Doyle2020-03-111-1/+1
* test-container: add exec, cwdDJ Delorie2020-02-031-13/+65
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Add wait-for-debugger test harness hooksDJ Delorie2019-10-241-0/+22
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Avoid fall-through in test-container if execlp fails.Joseph Myers2019-02-131-0/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* test-container: move postclean outside of namespace changesDJ Delorie2018-12-101-8/+37
* test-container: add "su" command to run test as root, add unshare hintsDJ Delorie2018-12-041-4/+64
* support/test-container.c: Include <libc-pointer-arith.h>Florian Weimer2018-11-021-0/+1
* Adjust name of ld.so in test-container.c.Stefan Liebler2018-10-041-2/+1
* test-container: Use xcopy_file_range for cross-device copy [BZ #23597]H.J. Lu2018-08-311-2/+1
* test-container: EPERM from unshare is UNSUPPORTEDFlorian Weimer2018-08-281-2/+3
* Add test-in-container infrastructure.DJ Delorie2018-08-221-0/+988