about summary refs log tree commit diff
path: root/support
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* support: Provide xclock_settime test helper functionLukasz Majewski2021-03-083-0/+40
* elf: Fix tests that rely on ld.so.cache for cross-compilingAdhemerval Zanella2021-01-291-0/+26
* posix: Fix return value of system if shell can not be executed [BZ #27053]Adhemerval Zanella2021-01-111-0/+1
* support: Add xchmod wrapperAdhemerval Zanella2021-01-112-0/+31
* Add xfchmod to libsupportAlexandra Hájková2021-01-103-0/+30
* Add xchdir to libsupport.Alexandra Hájková2021-01-093-0/+30
* support: Add support_small_thread_stack_sizeAdhemerval Zanella2021-01-052-3/+11
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-02205-205/+205
* support: Make support_process_state_wait wait lessSamuel Thibault2020-12-281-1/+1
* support: Add support_slibdir_prefix variableFlorian Weimer2020-12-113-0/+10
* support: Add support_copy_fileFlorian Weimer2020-11-263-0/+49
* support: Add create_temp_file_in_dirAdhemerval Zanella2020-10-162-4/+15
* support: Provide a way to clear the RA bit in DNS server responsesFlorian Weimer2020-10-142-1/+7
* support: Provide a way to reorder responses within the DNS test serverFlorian Weimer2020-10-145-28/+135
* Correct timespec implementation [BZ #26232]H.J. Lu2020-07-144-54/+71
* Fix time/tst-cpuclock1 intermitent failuresLucas A. M. Magalhaes2020-07-104-0/+393
* string: Add strerror, strerror_r, and strerror_l testAdhemerval Zanella2020-07-074-0/+67