about summary refs log tree commit diff
path: root/support
Commit message (Expand)AuthorAgeFilesLines
* support: Add capability to fork an sgid childSiddhesh Poyarekar2021-04-144-0/+150
* support: Typo and formatting fixesSiddhesh Poyarekar2021-04-142-4/+4
* support: Pass environ to child processSiddhesh Poyarekar2021-04-141-1/+1
* support: Add support_capture_subprogramAdhemerval Zanella2021-04-1410-50/+551
* Fix alignment of TLS variables for tls variant TLS_TCB_AT_TP [BZ #23403]Stefan Liebler2019-11-065-0/+66
* nptl: Fix pthread_rwlock_try*lock stalls (Bug 23844)Carlos O'Donell2019-02-173-0/+28
* support: Do not require overflow builtin in support/blob_repeat.cFlorian Weimer2018-12-151-3/+23
* support: Implement <support/descriptors.h> to track file descriptorsFlorian Weimer2018-12-126-0/+533
* support: Close original descriptors in support_capture_subprocessFlorian Weimer2018-12-121-0/+6
* support_quote_string: Do not use str parameter nameFlorian Weimer2018-12-121-2/+2
* support: Implement support_quote_stringFlorian Weimer2018-12-124-0/+93
* support: Print timestamps in timeout handlerFlorian Weimer2018-11-191-0/+28
* support_blob_repeat: Call mkstemp directory for the backing fileFlorian Weimer2018-11-021-5/+9
* stdlib/test-bz22786: Avoid spurious test failures using alias mappingsFlorian Weimer2018-11-024-0/+409
* 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