about summary refs log tree commit diff
path: root/support
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix IA64 links-dso-program link.DJ Delorie2018-08-241-1/+1
* Add test-in-container infrastructure.DJ Delorie2018-08-2212-0/+1667
* Avoid running some tests if the file system does not support holesFlorian Weimer2018-08-213-0/+94
* support: Add TEST_NO_SETVBUFFlorian Weimer2018-06-263-1/+7
* support: Add wrappers for pthread_barrierattr_tFlorian Weimer2018-05-295-0/+84
* Switch IDNA implementation to libidn2 [BZ #19728] [BZ #19729] [BZ #22247]Florian Weimer2018-05-231-2/+0
* support: Add TEST_COMPARE_BLOB, support_quote_blobFlorian Weimer2018-05-167-0/+377
* support_format_addrinfo: Include unknown error number in resultFlorian Weimer2018-04-011-1/+5
* [BZ 1190] Make EOF sticky in stdio.Zack Weinberg2018-03-133-0/+155
* support: Preserve errno in write_message, TEST_VERIFY and other checksFlorian Weimer2018-01-124-0/+12
* resolv: Support binary labels in test frameworkFlorian Weimer2018-01-081-133/+161
* support: Increase usability of TEST_COMPAREFlorian Weimer2018-01-083-32/+37
* support: Define support_static_assert for use with C and C++Florian Weimer2018-01-081-9/+16
* support_enter_mount_namespace: Fix indentationSamuel Thibault2018-01-041-1/+1
* hurd: Fix support/support_enter_mount_namespace.c buildSamuel Thibault2018-01-041-0/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-01140-140/+140
* copy_file_range: New function to copy file dataFlorian Weimer2017-12-225-0/+90
* support: Simplify compiling most of support/ outside of glibcFlorian Weimer2017-12-1411-2/+11
* Linux: Implement interfaces for memory protection keysFlorian Weimer2017-12-057-1/+133
* support/tst-test_compare: Fix 32-bit/64-bit expected output mismatchFlorian Weimer2017-12-051-2/+2
* support: Add TEST_COMPARE macroFlorian Weimer2017-12-044-0/+216
* support_become_root: Fix comment styleChristian Brauner2017-11-181-1/+1
* support_become_root: Don't fail when /proc/<pid/setgroups is missingChristian Brauner2017-11-181-5/+16
* support_enter_mount_namespace: Unshare with mount --make-rprivateFlorian Weimer2017-11-183-0/+51
* support_create_temp_directory: Align behavior with create_temp_fileFlorian Weimer2017-11-184-15/+10
* support_become_root: Enable file creation in user namespacesFlorian Weimer2017-11-171-3/+54
* support: Add <support/next_to_fault.h>Florian Weimer2017-11-133-0/+101
* support: Add xstrndup, xunlink, xreadlink, support_create_temp_directoryFlorian Weimer2017-11-1210-5/+207
* support_format_hostent: Add more error information for NETDB_INTERNALFlorian Weimer2017-10-051-4/+10
* Revert "resolv_test.c: also cope with CONNREFUSED errors returned by recvfrom"Samuel Thibault2017-09-251-7/+1
* resolv_test.c: also cope with CONNREFUSED errors returned by recvfromSamuel Thibault2017-09-251-1/+7
* Implement xdlopen, xdlsym and xdlclose routines which terminate testPaul Pluzhnikov2017-09-203-0/+93
* support_chroot_create: Add support for /etc/hosts, /etc/host.confFlorian Weimer2017-09-012-12/+31
* rwlock: Fix explicit hand-over (bug 21298)Carlos O'Donell2017-07-288-0/+172
* support: Add resolver testing mode which does not patch _resFlorian Weimer2017-07-052-2/+45
* support: Add support_chroot_create and support_chroot_freeFlorian Weimer2017-07-053-0/+104