aboutsummaryrefslogtreecommitdiff
path: root/support
AgeCommit message (Expand)AuthorFilesLines
2020-11-26support: Add support_copy_fileFlorian Weimer3-0/+49
2020-10-16support: Add create_temp_file_in_dirAdhemerval Zanella2-4/+15
2020-10-14support: Provide a way to clear the RA bit in DNS server responsesFlorian Weimer2-1/+7
2020-10-14support: Provide a way to reorder responses within the DNS test serverFlorian Weimer5-28/+135
2020-07-14Correct timespec implementation [BZ #26232]H.J. Lu4-54/+71
2020-07-10Fix time/tst-cpuclock1 intermitent failuresLucas A. M. Magalhaes4-0/+393
2020-07-07string: Add strerror, strerror_r, and strerror_l testAdhemerval Zanella4-0/+67
2020-06-04support: Fix detecting hole support on >2KB-block filesystemsSamuel Thibault1-2/+4
2020-05-29build: Use FAIL_EXIT1 () on failure to exec child [BZ #23990]Girish Joshi1-1/+1
2020-05-12support: Add support_blob_repeat_allocate_sharedFlorian Weimer3-20/+68
2020-04-30support: Set errno before testing it.Carlos O'Donell2-1/+5
2020-04-30test-container: Support $(complocaledir) and mkdirp.Carlos O'Donell1-3/+39
2020-04-27support: Implement <support/xthread.h> key create/deleteMathieu Desnoyers4-0/+56
2020-04-26localedef: Add verbose messages for failure paths.Carlos O'Donell3-1/+11
2020-04-03support: Change xgetline to return 0 on EOFFlorian Weimer3-10/+19
2020-03-25support/shell-container.c: Add builtin killAdhemerval Zanella1-0/+25
2020-03-25support/shell-container.c: Add builtin exitAdhemerval Zanella1-0/+13
2020-03-25support/shell-container.c: Return 127 if execve failsAdhemerval Zanella1-1/+1
2020-03-11test-container: print errno when execvp failsMichael Hudson-Doyle1-1/+1
2020-03-02Fixed typo in run_command_array() in support/shell-container.cGirish Joshi1-1/+1
2020-02-27support: Add support_process_state_waitAdhemerval Zanella6-0/+278
2020-02-09support: Add the xlstat functionFlorian Weimer3-0/+30
2020-02-03test-container: add exec, cwdDJ Delorie1-13/+65
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers192-192/+192
2019-11-27resolv: Implement trust-ad option for /etc/resolv.conf [BZ #20358]Florian Weimer2-0/+5
2019-11-13support: Fix support_set_small_thread_stack_size to build on HurdFlorian Weimer1-2/+7
2019-11-11support: Add xsetlocale functionArjun Shankar3-0/+32
2019-11-11support: Add support_set_small_thread_stack_sizeFlorian Weimer4-0/+94
2019-10-31Sync timespec-{add,sub} with gnulibAdhemerval Zanella2-26/+14
2019-10-30Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg1-12/+11
2019-10-24Add wait-for-debugger test harness hooksDJ Delorie2-0/+75
2019-09-19Fix building support_ptrace.c on i686-gnu.Stefan Liebler1-1/+0
2019-09-18Add UNSUPPORTED check in elf/tst-pldd.Stefan Liebler3-0/+77
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert187-187/+187
2019-08-14support: Include <support/descriptors.h> in support_descriptors.cFlorian Weimer1-0/+1
2019-07-10nss_db: fix endent wrt NULL mappings [BZ #24695] [BZ #24696]DJ Delorie3-0/+39
2019-06-28support: Add xdlvsym functionFlorian Weimer2-0/+21
2019-06-21support: Invent verbose_printf macroMike Crowe1-0/+8
2019-06-21support: Add xclock_now helper function.Mike Crowe1-0/+10
2019-05-20support: Expose sbindir as support_sbindir_prefixFlorian Weimer3-0/+10
2019-05-20support: Add missing EOL terminators on timespecMike Crowe1-2/+2
2019-05-20support: Correct confusing commentMike Crowe1-2/+2
2019-05-16support: Report NULL blobs explicitly in TEST_COMPAREFlorian Weimer1-1/+3
2019-05-15support: Add support_install_rootsbindirAlexandra Hájková3-1/+11
2019-05-14support: Export bindir path on support_pathAdhemerval Zanella3-1/+11
2019-05-10support: Fix timespec printfAdhemerval Zanella1-10/+11
2019-05-09support: Add timespec.hMike Crowe6-0/+287
2019-05-08support: Add xclock_gettimeMike Crowe4-0/+66
2019-04-17support: Add support_capture_subprogramAdhemerval Zanella10-50/+551
2019-02-13Avoid fall-through in test-container if execlp fails.Joseph Myers1-0/+1