aboutsummaryrefslogtreecommitdiff
path: root/support
AgeCommit message (Expand)AuthorFilesLines
2024-09-21support: Add valgrind instructions to <support/fuse.h>Florian Weimer1-2/+4
2024-09-21support: Fix memory leaks in FUSE testsFlorian Weimer2-0/+2
2024-09-12support: Fix Hurd build of tst-support_readdirFlorian Weimer1-4/+7
2024-09-12support: Add <support/readdir.h>Florian Weimer4-0/+475
2024-09-05support: Add FUSE-based file system test framework to support/Florian Weimer4-0/+1270
2024-09-05support: Add <support/xdirent.h>Florian Weimer8-0/+321
2024-09-05Bundle <linux/fuse.h> userspace header from Linux 6.10Florian Weimer5-0/+1597
2024-09-03Add support/ code for checking file contentsJoseph Myers6-0/+202
2024-08-26support: Report errno constants in TEST_COMPARE failuresFlorian Weimer1-1/+10
2024-08-16support: Use macros for *stat wrappersFlorian Weimer8-159/+25
2024-08-16support: Add the xstatx functionFlorian Weimer3-0/+35
2024-08-16support: Include <string.h> for strcmp in support_format_addrinfo.cFlorian Weimer1-0/+1
2024-08-16support: Remove #include <config.h>Florian Weimer2-2/+0
2024-08-09support: Add options list terminator to the test driverFlorian Weimer1-0/+1
2024-07-26support: Add FAIL test failure helperMaciej W. Rozycki1-0/+5
2024-06-17support: Include <limits.h> for NAME_MAX use in temp_file.cFlorian Weimer1-0/+1
2024-06-17support: Include <stdlib.h> for atoi use in support_wait_for_thread_exitFlorian Weimer1-0/+1
2024-06-05support: Fix typo in xgetsockname error messageAvinal Kumar1-1/+2
2024-05-07support: Add envp argument to support_capture_subprogramAdhemerval Zanella5-12/+16
2024-04-10libsupport: Add xgetpeernameSergey Kolosov3-0/+32
2024-04-02Always define __USE_TIME_BITS64 when 64 bit time_t is usedAdhemerval Zanella3-3/+3
2024-02-23tests: gracefully handle AppArmor userns containmentSimon Chopin1-2/+5
2024-01-08Remove ia64-linux-gnuAdhemerval Zanella1-9/+2
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert252-252/+252
2023-11-07support: Add support_set_vma_nameAdhemerval Zanella3-0/+54
2023-10-16Fix WAIT_FOR_DEBUGGER for container tests.Stefan Liebler1-8/+6
2023-09-28test-container: Use nftw instead of rm -rfAdhemerval Zanella1-23/+11
2023-07-01support: Build with exceptions and asynchronous unwind tables [BZ #30587]John David Anglin1-0/+3
2023-06-19tests: replace system by xsystemFrédéric Bérat3-0/+69
2023-06-19tests: replace read by xreadFrédéric Bérat4-1/+42
2023-06-13tests: replace fgets by xfgetsFrederic Berat3-0/+34
2023-06-13tests: replace fread by xfreadFrederic Berat3-0/+41
2023-06-06support: Add delayed__exit (with two underscores)Florian Weimer2-11/+39
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov10-26/+26
2023-06-01tests: fix warn unused resultsFrédéric Bérat1-2/+2
2023-06-01tests: replace write by xwriteFrédéric Bérat1-4/+4
2023-06-01support: Don't fail on fchown when spawning sgid processesSiddhesh Poyarekar1-2/+13
2023-05-23support: Reformat Makefile.Carlos O'Donell1-14/+24
2023-03-28system: Add "--" after "-c" for sh (BZ #28519)Joe Simmons-Talbott1-1/+6
2023-03-27support: introduce support_sysconfdir_prefixRomain Geissler3-1/+11
2023-03-07posix: Fix system blocks SIGCHLD erroneously [BZ #30163]Adam Yi5-0/+111
2023-03-02C2x scanf binary constant handlingJoseph Myers3-0/+33
2023-03-02support: use 64-bit time_t (bug 30111)Andreas Schwab6-8/+22
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers243-243/+243
2022-11-29scripts: Add "|" operator support to glibcpp's parsingShahab Vahedi1-0/+1
2022-10-03support: Add xpthread_cond_signal wrapperYu Chien Peter Lin3-0/+28
2022-09-22scripts: Enhance glibcpp to do basic macro processingFlorian Weimer2-2/+225
2022-07-05test-container: return UNSUPPORTED for ENOSPC on clone()Xi Ruoyao1-31/+36
2022-06-24support: Change non-address output format of support_format_dns_packetFlorian Weimer2-9/+17
2022-04-15support: Add xmkfifoAdhemerval Zanella3-0/+31