aboutsummaryrefslogtreecommitdiff
path: root/support
AgeCommit message (Expand)AuthorFilesLines
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
2021-10-06support: Also return fd when it is 0Siddhesh Poyarekar1-7/+7
2021-10-01support: Add check for TID zero in support_wait_for_thread_exitFlorian Weimer1-1/+4
2021-10-01support: Add support_mutex_pi_monotonicAdhemerval Zanella3-0/+41
2021-09-24xsysconf: Only fail on error results and errno setStafford Horne1-1/+1
2021-09-16time: Fix compile error in itimer test affecting hurdStafford Horne1-0/+12
2021-08-30support: Add support_wait_for_thread_exitFlorian Weimer3-1/+78
2021-08-26support: Add support_open_dev_null_rangeAdhemerval Zanella4-0/+299
2021-08-03copy_and_spawn_sgid: Avoid double calls to close()Siddhesh Poyarekar1-0/+1
2021-07-28tests: use xmalloc to allocate implementation arraySiddhesh Poyarekar1-7/+17
2021-07-11support: Replace _SC_MINSIGSTKSZ with _SC_SIGSTKSZH.J. Lu1-2/+2
2021-07-09support: Replace MINSIGSTKSZ with sysconf (_SC_MINSIGSTKSZ)H.J. Lu1-4/+5
2021-07-09Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)H.J. Lu1-0/+1