| Commit message (Expand) | Author | Age | Files | Lines |
* | support_format_addrinfo: Include unknown error number in result | Florian Weimer | 2018-04-01 | 1 | -1/+5 |
* | [BZ 1190] Make EOF sticky in stdio. | Zack Weinberg | 2018-03-13 | 3 | -0/+155 |
* | support: Preserve errno in write_message, TEST_VERIFY and other checks | Florian Weimer | 2018-01-12 | 4 | -0/+12 |
* | resolv: Support binary labels in test framework | Florian Weimer | 2018-01-08 | 1 | -133/+161 |
* | support: Increase usability of TEST_COMPARE | Florian Weimer | 2018-01-08 | 3 | -32/+37 |
* | support: Define support_static_assert for use with C and C++ | Florian Weimer | 2018-01-08 | 1 | -9/+16 |
* | support_enter_mount_namespace: Fix indentation | Samuel Thibault | 2018-01-04 | 1 | -1/+1 |
* | hurd: Fix support/support_enter_mount_namespace.c build | Samuel Thibault | 2018-01-04 | 1 | -0/+2 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2018-01-01 | 140 | -140/+140 |
* | copy_file_range: New function to copy file data | Florian Weimer | 2017-12-22 | 5 | -0/+90 |
* | support: Simplify compiling most of support/ outside of glibc | Florian Weimer | 2017-12-14 | 11 | -2/+11 |
* | Linux: Implement interfaces for memory protection keys | Florian Weimer | 2017-12-05 | 7 | -1/+133 |
* | support/tst-test_compare: Fix 32-bit/64-bit expected output mismatch | Florian Weimer | 2017-12-05 | 1 | -2/+2 |
* | support: Add TEST_COMPARE macro | Florian Weimer | 2017-12-04 | 4 | -0/+216 |
* | support_become_root: Fix comment style | Christian Brauner | 2017-11-18 | 1 | -1/+1 |
* | support_become_root: Don't fail when /proc/<pid/setgroups is missing | Christian Brauner | 2017-11-18 | 1 | -5/+16 |
* | support_enter_mount_namespace: Unshare with mount --make-rprivate | Florian Weimer | 2017-11-18 | 3 | -0/+51 |
* | support_create_temp_directory: Align behavior with create_temp_file | Florian Weimer | 2017-11-18 | 4 | -15/+10 |
* | support_become_root: Enable file creation in user namespaces | Florian Weimer | 2017-11-17 | 1 | -3/+54 |
* | support: Add <support/next_to_fault.h> | Florian Weimer | 2017-11-13 | 3 | -0/+101 |
* | support: Add xstrndup, xunlink, xreadlink, support_create_temp_directory | Florian Weimer | 2017-11-12 | 10 | -5/+207 |
* | support_format_hostent: Add more error information for NETDB_INTERNAL | Florian Weimer | 2017-10-05 | 1 | -4/+10 |
* | Revert "resolv_test.c: also cope with CONNREFUSED errors returned by recvfrom" | Samuel Thibault | 2017-09-25 | 1 | -7/+1 |
* | resolv_test.c: also cope with CONNREFUSED errors returned by recvfrom | Samuel Thibault | 2017-09-25 | 1 | -1/+7 |
* | Implement xdlopen, xdlsym and xdlclose routines which terminate test | Paul Pluzhnikov | 2017-09-20 | 3 | -0/+93 |
* | support_chroot_create: Add support for /etc/hosts, /etc/host.conf | Florian Weimer | 2017-09-01 | 2 | -12/+31 |
* | rwlock: Fix explicit hand-over (bug 21298) | Carlos O'Donell | 2017-07-28 | 8 | -0/+172 |
* | support: Add resolver testing mode which does not patch _res | Florian Weimer | 2017-07-05 | 2 | -2/+45 |
* | support: Add support_chroot_create and support_chroot_free | Florian Weimer | 2017-07-05 | 3 | -0/+104 |
* | support: Check isolation of loopback addresses in tst-support-namespace | Florian Weimer | 2017-07-05 | 1 | -2/+82 |
* | support: Report actual exit status in support_capture_subprocess_check | Florian Weimer | 2017-06-30 | 1 | -1/+1 |
* | __inet_pton_length: Implement new internal helper function | Florian Weimer | 2017-06-21 | 3 | -1/+30 |
* | support: Add optstring support | Adhemerval Zanella | 2017-06-15 | 3 | -1/+12 |
* | nptl: Invert the mmap/mprotect logic on allocated stacks (BZ#18988) | Adhemerval Zanella | 2017-06-14 | 3 | -0/+29 |
* | support: Expose TEST_VERIFY_EXIT behavior to GCC optimizers | Florian Weimer | 2017-06-09 | 2 | -7/+15 |
* | resolv: Tests for various versions of res_init | Florian Weimer | 2017-06-02 | 14 | -1/+445 |
* | Add internal facility for dynamic array handling | Florian Weimer | 2017-06-02 | 7 | -0/+400 |
* | support_format_addrinfo: Fix flags and canonname formatting | Florian Weimer | 2017-05-11 | 1 | -16/+53 |
* | support: Prevent multiple deletion of temporary files | Florian Weimer | 2017-05-08 | 1 | -4/+14 |
* | support: Delete temporary files in LIFO order | Florian Weimer | 2017-05-08 | 1 | -11/+5 |
* | Fix sys/socket.h namespace issues from sys/uio.h inclusion (bug 21426). | Joseph Myers | 2017-04-25 | 1 | -0/+1 |
* | Assume that accept4 is always available and works | Florian Weimer | 2017-04-19 | 3 | -0/+34 |
* | resolv: Reduce EDNS payload size to 1200 bytes [BZ #21361] | Florian Weimer | 2017-04-13 | 2 | -3/+64 |
* | Another round of inclusion fixes for _ISOMAC testsuite. | Zack Weinberg | 2017-03-22 | 3 | -5/+10 |
* | support: Explain ignored failures of temporary file removal [BZ #21243] | Florian Weimer | 2017-03-15 | 1 | -1/+4 |
* | support: Add error checking to close system calls [BZ #21244] | Florian Weimer | 2017-03-15 | 6 | -15/+50 |
* | support_format_dns_packet: Fix CNAME and multiple RR handling | Florian Weimer | 2017-03-15 | 3 | -7/+114 |
* | Bug 20116: Fix use after free in pthread_create() | Carlos O'Donell | 2017-01-28 | 6 | -0/+114 |
* | nptl: Add tst-robust-fork | Florian Weimer | 2017-01-27 | 14 | -0/+317 |
* | support: struct netent portability fix for support_format_netent | Florian Weimer | 2017-01-01 | 1 | -1/+3 |