aboutsummaryrefslogtreecommitdiff
path: root/support
AgeCommit message (Expand)AuthorFilesLines
2019-08-14support: Include <support/descriptors.h> in support_descriptors.cFlorian Weimer1-0/+1
2019-07-10nss_db: fix endent wrt NULL mappings [BZ #24695] [BZ #24696]DJ Delorie3-0/+39
2019-06-28support: Add xdlvsym functionFlorian Weimer2-0/+21
2019-06-21support: Invent verbose_printf macroMike Crowe1-0/+8
2019-06-21support: Add xclock_now helper function.Mike Crowe1-0/+10
2019-05-20support: Expose sbindir as support_sbindir_prefixFlorian Weimer3-0/+10
2019-05-20support: Add missing EOL terminators on timespecMike Crowe1-2/+2
2019-05-20support: Correct confusing commentMike Crowe1-2/+2
2019-05-16support: Report NULL blobs explicitly in TEST_COMPAREFlorian Weimer1-1/+3
2019-05-15support: Add support_install_rootsbindirAlexandra Hájková3-1/+11
2019-05-14support: Export bindir path on support_pathAdhemerval Zanella3-1/+11
2019-05-10support: Fix timespec printfAdhemerval Zanella1-10/+11
2019-05-09support: Add timespec.hMike Crowe6-0/+287
2019-05-08support: Add xclock_gettimeMike Crowe4-0/+66
2019-04-17support: Add support_capture_subprogramAdhemerval Zanella10-50/+551
2019-02-13Avoid fall-through in test-container if execlp fails.Joseph Myers1-0/+1
2019-02-07support: Implement xdlmopenFlorian Weimer3-1/+33
2019-02-06support: Use dlerror to detect NULL symbols in xdlsymFlorian Weimer1-10/+10
2019-02-06Fix alignment of TLS variables for tls variant TLS_TCB_AT_TP [BZ #23403]Stefan Liebler5-0/+66
2019-02-01support: Correct error message for TEST_COMPARE_STRINGFlorian Weimer2-7/+7
2019-02-01support: Handle AF_LOCAL, AF_UNSPEC in support_format_address_familyFlorian Weimer1-0/+4
2019-01-31nptl: Fix pthread_rwlock_try*lock stalls (Bug 23844)Carlos O'Donell3-0/+28
2019-01-31nss_files: Fix /etc/aliases null pointer dereference [BZ #24059]Florian Weimer2-0/+4
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