about summary refs log tree commit diff
path: root/support
Commit message (Expand)AuthorAgeFilesLines
* support: use 64-bit time_t (bug 30111)Andreas Schwab2024-03-126-8/+22
* posix: Fix system blocks SIGCHLD erroneously [BZ #30163]Adam Yi2023-04-285-0/+111
* Allow for unpriviledged nested containersDJ Delorie2022-11-254-35/+147
* support: Add support_socket_so_timestamp_time64Adhemerval Zanella2022-01-283-0/+53
* Avoid -Wuse-after-free in tests [BZ #26779].Martin Sebor2022-01-261-1/+2
* support: Add helpers to create paths longer than PATH_MAXSiddhesh Poyarekar2022-01-212-9/+159
* debug: Synchronize feature guards in fortified functions [BZ #28746]Siddhesh Poyarekar2022-01-121-0/+2
* Revert "support: Add support_socket_so_timestamp_time64"Adhemerval Zanella2022-01-123-61/+0
* support: Add support_socket_so_timestamp_time64Adhemerval Zanella2022-01-123-0/+61
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-01238-239/+239
* Add --with-timeoutfactor=NUM to specify TIMEOUTFACTORH.J. Lu2021-12-041-1/+1
* elf: Testing infrastructure for ld.so DSO sorting (BZ #17645)Chung-Lin Tang2021-10-216-1/+45
* Add alloc_align attribute to memalign et alJonathan Wakely2021-10-211-2/+3
* Add TEST_COMPARE_STRING_WIDE to support/check.hJoseph Myers2021-10-1211-138/+448
* support: Also return fd when it is 0Siddhesh Poyarekar2021-10-061-7/+7
* support: Add check for TID zero in support_wait_for_thread_exitFlorian Weimer2021-10-011-1/+4
* support: Add support_mutex_pi_monotonicAdhemerval Zanella2021-10-013-0/+41
* xsysconf: Only fail on error results and errno setStafford Horne2021-09-241-1/+1
* time: Fix compile error in itimer test affecting hurdStafford Horne2021-09-161-0/+12
* support: Add support_wait_for_thread_exitFlorian Weimer2021-08-303-1/+78
* support: Add support_open_dev_null_rangeAdhemerval Zanella2021-08-264-0/+299
* copy_and_spawn_sgid: Avoid double calls to close()Siddhesh Poyarekar2021-08-031-0/+1
* tests: use xmalloc to allocate implementation arraySiddhesh Poyarekar2021-07-281-7/+17
* support: Replace _SC_MINSIGSTKSZ with _SC_SIGSTKSZH.J. Lu2021-07-111-2/+2
* support: Replace MINSIGSTKSZ with sysconf (_SC_MINSIGSTKSZ)H.J. Lu2021-07-091-4/+5
* Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)H.J. Lu2021-07-091-0/+1
* support: Add support_stack_allocAdhemerval Zanella2021-07-084-38/+107
* support: Fix xclone build failures on ia64 and hppaFlorian Weimer2021-06-251-4/+3
* support: Add xcloneAdhemerval Zanella2021-06-243-0/+85
* support: Add support_create_timerAdhemerval Zanella2021-06-223-0/+81
* libsupport: Add 64-bit time_t support for stat functionsAdhemerval Zanella2021-06-155-0/+112
* libsupport: Add 64-bit time_t support for time functionsAdhemerval Zanella2021-06-1511-19/+205
* io: Fix sporadic test failures in io/tst-statFlorian Weimer2021-06-101-1/+2
* support: Do not build xpthread_attr_setaffinity_np for hurdAdhemerval Zanella2021-05-282-0/+4
* support: Add xpthread_attr_setaffinity_np wrapperAdhemerval Zanella2021-05-273-0/+32
* support: Free gdb_script_nameSiddhesh Poyarekar2021-05-131-0/+1
* support: Close fds in copy_funcSiddhesh Poyarekar2021-05-131-8/+13
* libsupport: Add support_select_normalizes_timeoutAdhemerval Zanella2021-04-123-0/+34
* libsupport: Add support_select_modifies_timeoutAdhemerval Zanella2021-04-123-0/+34
* support: Add capability to fork an sgid childSiddhesh Poyarekar2021-04-124-0/+150
* support: Fix hurd build after bfddda2570331dAdhemerval Zanella2021-04-011-1/+1
* io: Check at runtime if timestamp supports nanosecondsAdhemerval Zanella2021-03-312-8/+34
* support: Add support_path_support_time64_valueAdhemerval Zanella2021-03-292-9/+12
* S390: Don't test nanoseconds in io/tst-stat.cStefan Liebler2021-03-263-0/+35
* support: Use syscall function instead of INLINE_SYSCALL_CALLAdhemerval Zanella2021-03-181-1/+1
* support: Pass environ to child processSiddhesh Poyarekar2021-03-161-1/+1
* support: Typo and formatting fixesSiddhesh Poyarekar2021-03-152-4/+4
* support: Add xpthread_killAdhemerval Zanella2021-03-123-0/+29
* io: Return UNSUPPORTED if filesystem do not support 64 bit timestampsAdhemerval Zanella2021-03-123-0/+82
* test-container: Always copy test-specific support files [BZ #27537]DJ Delorie2021-03-111-11/+12