summary refs log tree commit diff
path: root/support
Commit message (Expand)AuthorAgeFilesLines
* 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
* support: Fix detecting hole support on >2KB-block filesystemsSamuel Thibault2020-06-041-2/+4
* build: Use FAIL_EXIT1 () on failure to exec child [BZ #23990]Girish Joshi2020-05-291-1/+1
* support: Add support_blob_repeat_allocate_sharedFlorian Weimer2020-05-123-20/+68
* support: Set errno before testing it.Carlos O'Donell2020-04-302-1/+5
* test-container: Support $(complocaledir) and mkdirp.Carlos O'Donell2020-04-301-3/+39
* support: Implement <support/xthread.h> key create/deleteMathieu Desnoyers2020-04-274-0/+56
* localedef: Add verbose messages for failure paths.Carlos O'Donell2020-04-263-1/+11
* support: Change xgetline to return 0 on EOFFlorian Weimer2020-04-033-10/+19
* support/shell-container.c: Add builtin killAdhemerval Zanella2020-03-251-0/+25
* support/shell-container.c: Add builtin exitAdhemerval Zanella2020-03-251-0/+13
* support/shell-container.c: Return 127 if execve failsAdhemerval Zanella2020-03-251-1/+1
* test-container: print errno when execvp failsMichael Hudson-Doyle2020-03-111-1/+1
* Fixed typo in run_command_array() in support/shell-container.cGirish Joshi2020-03-021-1/+1
* support: Add support_process_state_waitAdhemerval Zanella2020-02-276-0/+278
* support: Add the xlstat functionFlorian Weimer2020-02-093-0/+30
* test-container: add exec, cwdDJ Delorie2020-02-031-13/+65
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-01192-192/+192
* resolv: Implement trust-ad option for /etc/resolv.conf [BZ #20358]Florian Weimer2019-11-272-0/+5
* support: Fix support_set_small_thread_stack_size to build on HurdFlorian Weimer2019-11-131-2/+7
* support: Add xsetlocale functionArjun Shankar2019-11-113-0/+32
* support: Add support_set_small_thread_stack_sizeFlorian Weimer2019-11-114-0/+94
* Sync timespec-{add,sub} with gnulibAdhemerval Zanella2019-10-312-26/+14
* Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg2019-10-301-12/+11
* Add wait-for-debugger test harness hooksDJ Delorie2019-10-242-0/+75
* Fix building support_ptrace.c on i686-gnu.Stefan Liebler2019-09-191-1/+0
* Add UNSUPPORTED check in elf/tst-pldd.Stefan Liebler2019-09-183-0/+77
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-07187-187/+187
* support: Include <support/descriptors.h> in support_descriptors.cFlorian Weimer2019-08-141-0/+1
* nss_db: fix endent wrt NULL mappings [BZ #24695] [BZ #24696]DJ Delorie2019-07-103-0/+39
* support: Add xdlvsym functionFlorian Weimer2019-06-282-0/+21
* support: Invent verbose_printf macroMike Crowe2019-06-211-0/+8
* support: Add xclock_now helper function.Mike Crowe2019-06-211-0/+10
* support: Expose sbindir as support_sbindir_prefixFlorian Weimer2019-05-203-0/+10
* support: Add missing EOL terminators on timespecMike Crowe2019-05-201-2/+2
* support: Correct confusing commentMike Crowe2019-05-201-2/+2
* support: Report NULL blobs explicitly in TEST_COMPAREFlorian Weimer2019-05-161-1/+3
* support: Add support_install_rootsbindirAlexandra Hájková2019-05-153-1/+11
* support: Export bindir path on support_pathAdhemerval Zanella2019-05-143-1/+11
* support: Fix timespec printfAdhemerval Zanella2019-05-101-10/+11
* support: Add timespec.hMike Crowe2019-05-096-0/+287
* support: Add xclock_gettimeMike Crowe2019-05-084-0/+66
* support: Add support_capture_subprogramAdhemerval Zanella2019-04-1710-50/+551
* Avoid fall-through in test-container if execlp fails.Joseph Myers2019-02-131-0/+1
* support: Implement xdlmopenFlorian Weimer2019-02-073-1/+33
* support: Use dlerror to detect NULL symbols in xdlsymFlorian Weimer2019-02-061-10/+10
* Fix alignment of TLS variables for tls variant TLS_TCB_AT_TP [BZ #23403]Stefan Liebler2019-02-065-0/+66
* support: Correct error message for TEST_COMPARE_STRINGFlorian Weimer2019-02-012-7/+7