about summary refs log tree commit diff
path: root/support
Commit message (Expand)AuthorAgeFilesLines
* 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
* support: Check isolation of loopback addresses in tst-support-namespaceFlorian Weimer2017-07-051-2/+82
* support: Report actual exit status in support_capture_subprocess_checkFlorian Weimer2017-06-301-1/+1
* __inet_pton_length: Implement new internal helper functionFlorian Weimer2017-06-213-1/+30
* support: Add optstring supportAdhemerval Zanella2017-06-153-1/+12
* nptl: Invert the mmap/mprotect logic on allocated stacks (BZ#18988)Adhemerval Zanella2017-06-143-0/+29
* support: Expose TEST_VERIFY_EXIT behavior to GCC optimizersFlorian Weimer2017-06-092-7/+15
* resolv: Tests for various versions of res_initFlorian Weimer2017-06-0214-1/+445
* Add internal facility for dynamic array handlingFlorian Weimer2017-06-027-0/+400
* support_format_addrinfo: Fix flags and canonname formattingFlorian Weimer2017-05-111-16/+53
* support: Prevent multiple deletion of temporary filesFlorian Weimer2017-05-081-4/+14