about summary refs log tree commit diff
path: root/support
Commit message (Expand)AuthorAgeFilesLines
* libsupport: Add xgetpeernameSergey Kolosov2024-04-103-0/+32
* Always define __USE_TIME_BITS64 when 64 bit time_t is usedAdhemerval Zanella2024-04-023-3/+3
* tests: gracefully handle AppArmor userns containmentSimon Chopin2024-02-231-2/+5
* Remove ia64-linux-gnuAdhemerval Zanella2024-01-081-9/+2
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-01252-252/+252
* support: Add support_set_vma_nameAdhemerval Zanella2023-11-073-0/+54
* Fix WAIT_FOR_DEBUGGER for container tests.Stefan Liebler2023-10-161-8/+6
* test-container: Use nftw instead of rm -rfAdhemerval Zanella2023-09-281-23/+11
* support: Build with exceptions and asynchronous unwind tables [BZ #30587]John David Anglin2023-07-011-0/+3
* tests: replace system by xsystemFrédéric Bérat2023-06-193-0/+69
* tests: replace read by xreadFrédéric Bérat2023-06-194-1/+42
* tests: replace fgets by xfgetsFrederic Berat2023-06-133-0/+34
* tests: replace fread by xfreadFrederic Berat2023-06-133-0/+41
* support: Add delayed__exit (with two underscores)Florian Weimer2023-06-062-11/+39
* Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov2023-06-0210-26/+26
* tests: fix warn unused resultsFrédéric Bérat2023-06-011-2/+2
* tests: replace write by xwriteFrédéric Bérat2023-06-011-4/+4
* support: Don't fail on fchown when spawning sgid processesSiddhesh Poyarekar2023-06-011-2/+13
* support: Reformat Makefile.Carlos O'Donell2023-05-231-14/+24
* system: Add "--" after "-c" for sh (BZ #28519)Joe Simmons-Talbott2023-03-281-1/+6
* support: introduce support_sysconfdir_prefixRomain Geissler2023-03-273-1/+11
* posix: Fix system blocks SIGCHLD erroneously [BZ #30163]Adam Yi2023-03-075-0/+111
* C2x scanf binary constant handlingJoseph Myers2023-03-023-0/+33
* support: use 64-bit time_t (bug 30111)Andreas Schwab2023-03-026-8/+22
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-06243-243/+243
* scripts: Add "|" operator support to glibcpp's parsingShahab Vahedi2022-11-291-0/+1
* support: Add xpthread_cond_signal wrapperYu Chien Peter Lin2022-10-033-0/+28
* scripts: Enhance glibcpp to do basic macro processingFlorian Weimer2022-09-222-2/+225
* test-container: return UNSUPPORTED for ENOSPC on clone()Xi Ruoyao2022-07-051-31/+36
* support: Change non-address output format of support_format_dns_packetFlorian Weimer2022-06-242-9/+17
* support: Add xmkfifoAdhemerval Zanella2022-04-153-0/+31
* test-container: Fix "unused code" warnings on HURDDJ Delorie2022-04-121-0/+6
* Allow for unpriviledged nested containersDJ Delorie2022-04-044-35/+147
* support: Fix support_process_state_wait path size calculationAdhemerval Zanella2022-03-231-1/+2
* support: Remove unused extract_8 functionAdhemerval Zanella2022-03-231-11/+0
* support: Add support_socket_so_timestamp_time64Adhemerval Zanella2022-01-283-0/+53
* Avoid -Wuse-after-free in tests [BZ #26779].Martin Sebor2022-01-261-1/+2
* support: Add helpers to create paths longer than PATH_MAXSiddhesh Poyarekar2022-01-212-9/+159
* debug: Synchronize feature guards in fortified functions [BZ #28746]Siddhesh Poyarekar2022-01-121-0/+2
* Revert "support: Add support_socket_so_timestamp_time64"Adhemerval Zanella2022-01-123-61/+0
* support: Add support_socket_so_timestamp_time64Adhemerval Zanella2022-01-123-0/+61
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-01238-239/+239
* Add --with-timeoutfactor=NUM to specify TIMEOUTFACTORH.J. Lu2021-12-041-1/+1
* elf: Testing infrastructure for ld.so DSO sorting (BZ #17645)Chung-Lin Tang2021-10-216-1/+45
* Add alloc_align attribute to memalign et alJonathan Wakely2021-10-211-2/+3
* Add TEST_COMPARE_STRING_WIDE to support/check.hJoseph Myers2021-10-1211-138/+448
* support: Also return fd when it is 0Siddhesh Poyarekar2021-10-061-7/+7
* support: Add check for TID zero in support_wait_for_thread_exitFlorian Weimer2021-10-011-1/+4
* support: Add support_mutex_pi_monotonicAdhemerval Zanella2021-10-013-0/+41
* xsysconf: Only fail on error results and errno setStafford Horne2021-09-241-1/+1