about summary refs log tree commit diff
path: root/support
Commit message (Expand)AuthorAgeFilesLines
* support: Add helpers to create paths longer than PATH_MAXSiddhesh Poyarekar2022-08-183-10/+161
* support: Fix xclone build failures on ia64 and hppaFlorian Weimer2022-08-181-4/+3
* support: Add xcloneAdhemerval Zanella2022-08-183-0/+85
* Add xchdir to libsupport.Alexandra Hájková2022-08-183-0/+30
* support: Add create_temp_file_in_dirAdhemerval Zanella2022-08-182-4/+15
* support: Add capability to fork an sgid childSiddhesh Poyarekar2021-04-144-0/+150
* support: Typo and formatting fixesSiddhesh Poyarekar2021-04-142-4/+4
* support: Pass environ to child processSiddhesh Poyarekar2021-04-141-1/+1
* 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
* 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
* support: Handle AF_LOCAL, AF_UNSPEC in support_format_address_familyFlorian Weimer2019-02-011-0/+4
* nptl: Fix pthread_rwlock_try*lock stalls (Bug 23844)Carlos O'Donell2019-01-313-0/+28
* nss_files: Fix /etc/aliases null pointer dereference [BZ #24059]Florian Weimer2019-01-312-0/+4
* hurd: Fix libsupport xsigstack buildAdhemerval Zanella2019-01-241-0/+7
* Tests for minimal signal handler functionality in MINSIGSTKSZ space.Zack Weinberg2019-01-164-0/+190
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-01169-169/+169
* Replace check_mul_overflow_size_t with __builtin_mul_overflowAdhemerval Zanella2018-12-281-23/+3
* support: Do not require overflow builtin in support/blob_repeat.cFlorian Weimer2018-12-151-3/+23