Age | Commit message (Expand) | Author | Files | Lines |
4 days | support: Use unwinder in links-dso-program-c only with libgcc_s | Florian Weimer | 1 | -1/+1 |
9 days | support: Link links-dso-program-c with libgcc_s only if available | Florian Weimer | 1 | -1/+4 |
9 days | support: Link links-dso-program-c against libgcc_s | Florian Weimer | 2 | -0/+22 |
2025-02-24 | support: Add support_next_to_fault_before support function | Frédéric Bérat | 2 | -10/+39 |
2025-02-13 | nss: Improve network number parsers (bz 32573, 32575) | Tobias Stoeckmann | 2 | -0/+4 |
2025-01-07 | tst-xdirent: Fix allocating dirent for readdir_r call | Samuel Thibault | 1 | -4/+8 |
2025-01-01 | Fix license typo induced by update-copyrighyt | Paul Eggert | 1 | -1/+1 |
2025-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 269 | -269/+269 |
2024-12-23 | support: Add support_record_failure_barrier | Florian Weimer | 2 | -0/+13 |
2024-12-18 | tst-timespec.c: Explicitly cast TIME_T_MAX to double | H.J. Lu | 1 | -1/+1 |
2024-12-10 | malloc: add indirection for malloc(-like) functions in tests [BZ #32366] | Sam James | 1 | -1/+1 |
2024-11-25 | Silence most -Wzero-as-null-pointer-constant diagnostics | Alejandro Colomar | 7 | -14/+14 |
2024-11-12 | support: Add xdup | Siddhesh Poyarekar | 3 | -0/+32 |
2024-10-16 | support: Make support_process_state_wait return the found state | Adhemerval Zanella | 3 | -8/+24 |
2024-09-21 | support: Add valgrind instructions to <support/fuse.h> | Florian Weimer | 1 | -2/+4 |
2024-09-21 | support: Fix memory leaks in FUSE tests | Florian Weimer | 2 | -0/+2 |
2024-09-12 | support: Fix Hurd build of tst-support_readdir | Florian Weimer | 1 | -4/+7 |
2024-09-12 | support: Add <support/readdir.h> | Florian Weimer | 4 | -0/+475 |
2024-09-05 | support: Add FUSE-based file system test framework to support/ | Florian Weimer | 4 | -0/+1270 |
2024-09-05 | support: Add <support/xdirent.h> | Florian Weimer | 8 | -0/+321 |
2024-09-05 | Bundle <linux/fuse.h> userspace header from Linux 6.10 | Florian Weimer | 5 | -0/+1597 |
2024-09-03 | Add support/ code for checking file contents | Joseph Myers | 6 | -0/+202 |
2024-08-26 | support: Report errno constants in TEST_COMPARE failures | Florian Weimer | 1 | -1/+10 |
2024-08-16 | support: Use macros for *stat wrappers | Florian Weimer | 8 | -159/+25 |
2024-08-16 | support: Add the xstatx function | Florian Weimer | 3 | -0/+35 |
2024-08-16 | support: Include <string.h> for strcmp in support_format_addrinfo.c | Florian Weimer | 1 | -0/+1 |
2024-08-16 | support: Remove #include <config.h> | Florian Weimer | 2 | -2/+0 |
2024-08-09 | support: Add options list terminator to the test driver | Florian Weimer | 1 | -0/+1 |
2024-07-26 | support: Add FAIL test failure helper | Maciej W. Rozycki | 1 | -0/+5 |
2024-06-17 | support: Include <limits.h> for NAME_MAX use in temp_file.c | Florian Weimer | 1 | -0/+1 |
2024-06-17 | support: Include <stdlib.h> for atoi use in support_wait_for_thread_exit | Florian Weimer | 1 | -0/+1 |
2024-06-05 | support: Fix typo in xgetsockname error message | Avinal Kumar | 1 | -1/+2 |
2024-05-07 | support: Add envp argument to support_capture_subprogram | Adhemerval Zanella | 5 | -12/+16 |
2024-04-10 | libsupport: Add xgetpeername | Sergey Kolosov | 3 | -0/+32 |
2024-04-02 | Always define __USE_TIME_BITS64 when 64 bit time_t is used | Adhemerval Zanella | 3 | -3/+3 |
2024-02-23 | tests: gracefully handle AppArmor userns containment | Simon Chopin | 1 | -2/+5 |
2024-01-08 | Remove ia64-linux-gnu | Adhemerval Zanella | 1 | -9/+2 |
2024-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 252 | -252/+252 |
2023-11-07 | support: Add support_set_vma_name | Adhemerval Zanella | 3 | -0/+54 |
2023-10-16 | Fix WAIT_FOR_DEBUGGER for container tests. | Stefan Liebler | 1 | -8/+6 |
2023-09-28 | test-container: Use nftw instead of rm -rf | Adhemerval Zanella | 1 | -23/+11 |
2023-07-01 | support: Build with exceptions and asynchronous unwind tables [BZ #30587] | John David Anglin | 1 | -0/+3 |
2023-06-19 | tests: replace system by xsystem | Frédéric Bérat | 3 | -0/+69 |
2023-06-19 | tests: replace read by xread | Frédéric Bérat | 4 | -1/+42 |
2023-06-13 | tests: replace fgets by xfgets | Frederic Berat | 3 | -0/+34 |
2023-06-13 | tests: replace fread by xfread | Frederic Berat | 3 | -0/+41 |
2023-06-06 | support: Add delayed__exit (with two underscores) | Florian Weimer | 2 | -11/+39 |
2023-06-02 | Fix all the remaining misspellings -- BZ 25337 | Paul Pluzhnikov | 10 | -26/+26 |
2023-06-01 | tests: fix warn unused results | Frédéric Bérat | 1 | -2/+2 |
2023-06-01 | tests: replace write by xwrite | Frédéric Bérat | 1 | -4/+4 |