aboutsummaryrefslogtreecommitdiff
path: root/support
AgeCommit message (Expand)AuthorFilesLines
2022-08-30support: Add xsetlocale functionArjun Shankar3-0/+32
2021-04-14support: Add capability to fork an sgid childSiddhesh Poyarekar4-0/+150
2021-04-14support: Typo and formatting fixesSiddhesh Poyarekar2-4/+4
2021-04-14support: Pass environ to child processSiddhesh Poyarekar1-1/+1
2019-11-05Fix alignment of TLS variables for tls variant TLS_TCB_AT_TP [BZ #23403]Stefan Liebler5-0/+66
2019-10-31nss_db: fix endent wrt NULL mappings [BZ #24695] [BZ #24696]DJ Delorie3-0/+39
2019-10-31support: Export bindir path on support_pathAdhemerval Zanella3-1/+11
2019-04-26support: Add support_capture_subprogramAdhemerval Zanella10-50/+551
2019-01-31nptl: Fix pthread_rwlock_try*lock stalls (Bug 23844)Carlos O'Donell3-0/+28
2019-01-24hurd: Fix libsupport xsigstack buildAdhemerval Zanella1-0/+7
2019-01-16Tests for minimal signal handler functionality in MINSIGSTKSZ space.Zack Weinberg4-0/+190
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers169-169/+169
2018-12-28Replace check_mul_overflow_size_t with __builtin_mul_overflowAdhemerval Zanella1-23/+3
2018-12-15support: Do not require overflow builtin in support/blob_repeat.cFlorian Weimer1-3/+23
2018-12-10test-container: move postclean outside of namespace changesDJ Delorie1-8/+37
2018-12-06support: Implement <support/descriptors.h> to track file descriptorsFlorian Weimer6-0/+533
2018-12-04test-container: add "su" command to run test as root, add unshare hintsDJ Delorie1-4/+64
2018-12-01support: Close original descriptors in support_capture_subprocessFlorian Weimer1-0/+6
2018-11-28support: Add signal support to support_capture_subprocess_checkFlorian Weimer3-11/+59
2018-11-28support_quote_string: Do not use str parameter nameFlorian Weimer1-2/+2
2018-11-27support: Implement support_quote_stringFlorian Weimer4-0/+93
2018-11-19support: Print timestamps in timeout handlerFlorian Weimer1-0/+28
2018-11-07support: Fix printf format for TEST_COMPARE_STRINGAdhemerval Zanella1-1/+1
2018-11-07support: Implement TEST_COMPARE_STRINGFlorian Weimer4-0/+213
2018-11-02support/shell-container.c: Use support_copy_file_rangeFlorian Weimer1-1/+1
2018-11-02support/test-container.c: Include <libc-pointer-arith.h>Florian Weimer1-0/+1
2018-10-30support_blob_repeat: Call mkstemp directory for the backing fileFlorian Weimer1-5/+9
2018-10-30stdlib/test-bz22786: Avoid spurious test failures using alias mappingsFlorian Weimer4-0/+409
2018-10-04Adjust name of ld.so in test-container.c.Stefan Liebler4-2/+14
2018-08-31test-container: Use xcopy_file_range for cross-device copy [BZ #23597]H.J. Lu6-2/+186
2018-08-28test-container: EPERM from unshare is UNSUPPORTEDFlorian Weimer1-2/+3
2018-08-27links-dso-program: Fix build-programs=no build case.DJ Delorie1-10/+0
2018-08-24Fix IA64 links-dso-program link.DJ Delorie1-1/+1
2018-08-22Add test-in-container infrastructure.DJ Delorie12-0/+1667
2018-08-21Avoid running some tests if the file system does not support holesFlorian Weimer3-0/+94
2018-06-26support: Add TEST_NO_SETVBUFFlorian Weimer3-1/+7
2018-05-29support: Add wrappers for pthread_barrierattr_tFlorian Weimer5-0/+84
2018-05-23Switch IDNA implementation to libidn2 [BZ #19728] [BZ #19729] [BZ #22247]Florian Weimer1-2/+0
2018-05-16support: Add TEST_COMPARE_BLOB, support_quote_blobFlorian Weimer7-0/+377
2018-04-01support_format_addrinfo: Include unknown error number in resultFlorian Weimer1-1/+5
2018-03-13[BZ 1190] Make EOF sticky in stdio.Zack Weinberg3-0/+155
2018-01-12support: Preserve errno in write_message, TEST_VERIFY and other checksFlorian Weimer4-0/+12
2018-01-08resolv: Support binary labels in test frameworkFlorian Weimer1-133/+161
2018-01-08support: Increase usability of TEST_COMPAREFlorian Weimer3-32/+37
2018-01-08support: Define support_static_assert for use with C and C++Florian Weimer1-9/+16
2018-01-04support_enter_mount_namespace: Fix indentationSamuel Thibault1-1/+1
2018-01-04hurd: Fix support/support_enter_mount_namespace.c buildSamuel Thibault1-0/+2
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers140-140/+140
2017-12-22copy_file_range: New function to copy file dataFlorian Weimer5-0/+90
2017-12-14support: Simplify compiling most of support/ outside of glibcFlorian Weimer11-2/+11