about summary refs log tree commit diff
path: root/support
Commit message (Expand)AuthorAgeFilesLines
* 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
* support: Delete temporary files in LIFO orderFlorian Weimer2017-05-081-11/+5
* Fix sys/socket.h namespace issues from sys/uio.h inclusion (bug 21426).Joseph Myers2017-04-251-0/+1
* Assume that accept4 is always available and worksFlorian Weimer2017-04-193-0/+34
* resolv: Reduce EDNS payload size to 1200 bytes [BZ #21361]Florian Weimer2017-04-132-3/+64
* Another round of inclusion fixes for _ISOMAC testsuite.Zack Weinberg2017-03-223-5/+10
* support: Explain ignored failures of temporary file removal [BZ #21243]Florian Weimer2017-03-151-1/+4
* support: Add error checking to close system calls [BZ #21244]Florian Weimer2017-03-156-15/+50
* support_format_dns_packet: Fix CNAME and multiple RR handlingFlorian Weimer2017-03-153-7/+114