aboutsummaryrefslogtreecommitdiff
path: root/support
AgeCommit message (Expand)AuthorFilesLines
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
2022-04-12test-container: Fix "unused code" warnings on HURDDJ Delorie1-0/+6
2022-04-04Allow for unpriviledged nested containersDJ Delorie4-35/+147
2022-03-23support: Fix support_process_state_wait path size calculationAdhemerval Zanella1-1/+2
2022-03-23support: Remove unused extract_8 functionAdhemerval Zanella1-11/+0
2022-01-28support: Add support_socket_so_timestamp_time64Adhemerval Zanella3-0/+53
2022-01-26Avoid -Wuse-after-free in tests [BZ #26779].Martin Sebor1-1/+2
2022-01-21support: Add helpers to create paths longer than PATH_MAXSiddhesh Poyarekar2-9/+159
2022-01-12debug: Synchronize feature guards in fortified functions [BZ #28746]Siddhesh Poyarekar1-0/+2
2022-01-12Revert "support: Add support_socket_so_timestamp_time64"Adhemerval Zanella3-61/+0
2022-01-12support: Add support_socket_so_timestamp_time64Adhemerval Zanella3-0/+61
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert238-239/+239
2021-12-04Add --with-timeoutfactor=NUM to specify TIMEOUTFACTORH.J. Lu1-1/+1
2021-10-21elf: Testing infrastructure for ld.so DSO sorting (BZ #17645)Chung-Lin Tang6-1/+45
2021-10-21Add alloc_align attribute to memalign et alJonathan Wakely1-2/+3
2021-10-12Add TEST_COMPARE_STRING_WIDE to support/check.hJoseph Myers11-138/+448