index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
support
/
test-container.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests: gracefully handle AppArmor userns containment
Simon Chopin
2024-02-23
1
-2
/
+5
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2024-01-01
1
-1
/
+1
*
test-container: Use nftw instead of rm -rf
Adhemerval Zanella
2023-09-28
1
-23
/
+11
*
tests: replace read by xread
Frédéric Bérat
2023-06-19
1
-1
/
+2
*
Fix all the remaining misspellings -- BZ 25337
Paul Pluzhnikov
2023-06-02
1
-5
/
+5
*
tests: fix warn unused results
Frédéric Bérat
2023-06-01
1
-2
/
+2
*
tests: replace write by xwrite
Frédéric Bérat
2023-06-01
1
-4
/
+4
*
support: use 64-bit time_t (bug 30111)
Andreas Schwab
2023-03-02
1
-2
/
+0
*
Update copyright dates with scripts/update-copyrights
Joseph Myers
2023-01-06
1
-1
/
+1
*
test-container: return UNSUPPORTED for ENOSPC on clone()
Xi Ruoyao
2022-07-05
1
-31
/
+36
*
test-container: Fix "unused code" warnings on HURD
DJ Delorie
2022-04-12
1
-0
/
+6
*
Allow for unpriviledged nested containers
DJ Delorie
2022-04-04
1
-35
/
+106
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2022-01-01
1
-1
/
+1
*
test-container: Always copy test-specific support files [BZ #27537]
DJ Delorie
2021-03-11
1
-11
/
+12
*
elf: Fix tests that rely on ld.so.cache for cross-compiling
Adhemerval Zanella
2021-01-29
1
-0
/
+26
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2021-01-02
1
-1
/
+1
*
build: Use FAIL_EXIT1 () on failure to exec child [BZ #23990]
Girish Joshi
2020-05-29
1
-1
/
+1
*
support: Set errno before testing it.
Carlos O'Donell
2020-04-30
1
-0
/
+2
*
test-container: Support $(complocaledir) and mkdirp.
Carlos O'Donell
2020-04-30
1
-3
/
+39
*
test-container: print errno when execvp fails
Michael Hudson-Doyle
2020-03-11
1
-1
/
+1
*
test-container: add exec, cwd
DJ Delorie
2020-02-03
1
-13
/
+65
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2020-01-01
1
-1
/
+1
*
Add wait-for-debugger test harness hooks
DJ Delorie
2019-10-24
1
-0
/
+22
*
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-09-07
1
-1
/
+1
*
Avoid fall-through in test-container if execlp fails.
Joseph Myers
2019-02-13
1
-0
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-01-01
1
-1
/
+1
*
test-container: move postclean outside of namespace changes
DJ Delorie
2018-12-10
1
-8
/
+37
*
test-container: add "su" command to run test as root, add unshare hints
DJ Delorie
2018-12-04
1
-4
/
+64
*
support/test-container.c: Include <libc-pointer-arith.h>
Florian Weimer
2018-11-02
1
-0
/
+1
*
Adjust name of ld.so in test-container.c.
Stefan Liebler
2018-10-04
1
-2
/
+1
*
test-container: Use xcopy_file_range for cross-device copy [BZ #23597]
H.J. Lu
2018-08-31
1
-2
/
+1
*
test-container: EPERM from unshare is UNSUPPORTED
Florian Weimer
2018-08-28
1
-2
/
+3
*
Add test-in-container infrastructure.
DJ Delorie
2018-08-22
1
-0
/
+988