about summary refs log tree commit diff
path: root/support
Commit message (Expand)AuthorAgeFilesLines
* Add wait-for-debugger test harness hooksDJ Delorie2019-10-242-0/+75
* Fix building support_ptrace.c on i686-gnu.Stefan Liebler2019-09-191-1/+0
* Add UNSUPPORTED check in elf/tst-pldd.Stefan Liebler2019-09-183-0/+77
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-07187-187/+187
* support: Include <support/descriptors.h> in support_descriptors.cFlorian Weimer2019-08-141-0/+1
* nss_db: fix endent wrt NULL mappings [BZ #24695] [BZ #24696]DJ Delorie2019-07-103-0/+39
* support: Add xdlvsym functionFlorian Weimer2019-06-282-0/+21
* support: Invent verbose_printf macroMike Crowe2019-06-211-0/+8
* support: Add xclock_now helper function.Mike Crowe2019-06-211-0/+10
* support: Expose sbindir as support_sbindir_prefixFlorian Weimer2019-05-203-0/+10
* support: Add missing EOL terminators on timespecMike Crowe2019-05-201-2/+2
* support: Correct confusing commentMike Crowe2019-05-201-2/+2
* support: Report NULL blobs explicitly in TEST_COMPAREFlorian Weimer2019-05-161-1/+3
* support: Add support_install_rootsbindirAlexandra Hájková2019-05-153-1/+11
* support: Export bindir path on support_pathAdhemerval Zanella2019-05-143-1/+11
* support: Fix timespec printfAdhemerval Zanella2019-05-101-10/+11
* support: Add timespec.hMike Crowe2019-05-096-0/+287
* support: Add xclock_gettimeMike Crowe2019-05-084-0/+66
* support: Add support_capture_subprogramAdhemerval Zanella2019-04-1710-50/+551
* Avoid fall-through in test-container if execlp fails.Joseph Myers2019-02-131-0/+1
* support: Implement xdlmopenFlorian Weimer2019-02-073-1/+33
* support: Use dlerror to detect NULL symbols in xdlsymFlorian Weimer2019-02-061-10/+10
* Fix alignment of TLS variables for tls variant TLS_TCB_AT_TP [BZ #23403]Stefan Liebler2019-02-065-0/+66
* support: Correct error message for TEST_COMPARE_STRINGFlorian Weimer2019-02-012-7/+7
* support: Handle AF_LOCAL, AF_UNSPEC in support_format_address_familyFlorian Weimer2019-02-011-0/+4
* nptl: Fix pthread_rwlock_try*lock stalls (Bug 23844)Carlos O'Donell2019-01-313-0/+28
* nss_files: Fix /etc/aliases null pointer dereference [BZ #24059]Florian Weimer2019-01-312-0/+4
* hurd: Fix libsupport xsigstack buildAdhemerval Zanella2019-01-241-0/+7
* Tests for minimal signal handler functionality in MINSIGSTKSZ space.Zack Weinberg2019-01-164-0/+190
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-01169-169/+169
* Replace check_mul_overflow_size_t with __builtin_mul_overflowAdhemerval Zanella2018-12-281-23/+3
* support: Do not require overflow builtin in support/blob_repeat.cFlorian Weimer2018-12-151-3/+23
* test-container: move postclean outside of namespace changesDJ Delorie2018-12-101-8/+37
* support: Implement <support/descriptors.h> to track file descriptorsFlorian Weimer2018-12-066-0/+533
* test-container: add "su" command to run test as root, add unshare hintsDJ Delorie2018-12-041-4/+64
* support: Close original descriptors in support_capture_subprocessFlorian Weimer2018-12-011-0/+6
* support: Add signal support to support_capture_subprocess_checkFlorian Weimer2018-11-283-11/+59
* support_quote_string: Do not use str parameter nameFlorian Weimer2018-11-281-2/+2
* support: Implement support_quote_stringFlorian Weimer2018-11-274-0/+93
* support: Print timestamps in timeout handlerFlorian Weimer2018-11-191-0/+28
* support: Fix printf format for TEST_COMPARE_STRINGAdhemerval Zanella2018-11-071-1/+1
* support: Implement TEST_COMPARE_STRINGFlorian Weimer2018-11-074-0/+213
* support/shell-container.c: Use support_copy_file_rangeFlorian Weimer2018-11-021-1/+1
* support/test-container.c: Include <libc-pointer-arith.h>Florian Weimer2018-11-021-0/+1
* support_blob_repeat: Call mkstemp directory for the backing fileFlorian Weimer2018-10-301-5/+9
* stdlib/test-bz22786: Avoid spurious test failures using alias mappingsFlorian Weimer2018-10-304-0/+409
* Adjust name of ld.so in test-container.c.Stefan Liebler2018-10-044-2/+14
* test-container: Use xcopy_file_range for cross-device copy [BZ #23597]H.J. Lu2018-08-316-2/+186
* test-container: EPERM from unshare is UNSUPPORTEDFlorian Weimer2018-08-281-2/+3
* links-dso-program: Fix build-programs=no build case.DJ Delorie2018-08-271-10/+0