Age | Commit message (Expand) | Author | Files | Lines |
2024-03-12 | support: use 64-bit time_t (bug 30111) | Andreas Schwab | 6 | -8/+22 |
2023-04-28 | posix: Fix system blocks SIGCHLD erroneously [BZ #30163] | Adam Yi | 5 | -0/+111 |
2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers | 243 | -243/+243 |
2022-11-29 | scripts: Add "|" operator support to glibcpp's parsing | Shahab Vahedi | 1 | -0/+1 |
2022-10-03 | support: Add xpthread_cond_signal wrapper | Yu Chien Peter Lin | 3 | -0/+28 |
2022-09-22 | scripts: Enhance glibcpp to do basic macro processing | Florian Weimer | 2 | -2/+225 |
2022-07-05 | test-container: return UNSUPPORTED for ENOSPC on clone() | Xi Ruoyao | 1 | -31/+36 |
2022-06-24 | support: Change non-address output format of support_format_dns_packet | Florian Weimer | 2 | -9/+17 |
2022-04-15 | support: Add xmkfifo | Adhemerval Zanella | 3 | -0/+31 |
2022-04-12 | test-container: Fix "unused code" warnings on HURD | DJ Delorie | 1 | -0/+6 |
2022-04-04 | Allow for unpriviledged nested containers | DJ Delorie | 4 | -35/+147 |
2022-03-23 | support: Fix support_process_state_wait path size calculation | Adhemerval Zanella | 1 | -1/+2 |
2022-03-23 | support: Remove unused extract_8 function | Adhemerval Zanella | 1 | -11/+0 |
2022-01-28 | support: Add support_socket_so_timestamp_time64 | Adhemerval Zanella | 3 | -0/+53 |
2022-01-26 | Avoid -Wuse-after-free in tests [BZ #26779]. | Martin Sebor | 1 | -1/+2 |
2022-01-21 | support: Add helpers to create paths longer than PATH_MAX | Siddhesh Poyarekar | 2 | -9/+159 |
2022-01-12 | debug: Synchronize feature guards in fortified functions [BZ #28746] | Siddhesh Poyarekar | 1 | -0/+2 |
2022-01-12 | Revert "support: Add support_socket_so_timestamp_time64" | Adhemerval Zanella | 3 | -61/+0 |
2022-01-12 | support: Add support_socket_so_timestamp_time64 | Adhemerval Zanella | 3 | -0/+61 |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 238 | -239/+239 |
2021-12-04 | Add --with-timeoutfactor=NUM to specify TIMEOUTFACTOR | H.J. Lu | 1 | -1/+1 |
2021-10-21 | elf: Testing infrastructure for ld.so DSO sorting (BZ #17645) | Chung-Lin Tang | 6 | -1/+45 |
2021-10-21 | Add alloc_align attribute to memalign et al | Jonathan Wakely | 1 | -2/+3 |
2021-10-12 | Add TEST_COMPARE_STRING_WIDE to support/check.h | Joseph Myers | 11 | -138/+448 |
2021-10-06 | support: Also return fd when it is 0 | Siddhesh Poyarekar | 1 | -7/+7 |
2021-10-01 | support: Add check for TID zero in support_wait_for_thread_exit | Florian Weimer | 1 | -1/+4 |
2021-10-01 | support: Add support_mutex_pi_monotonic | Adhemerval Zanella | 3 | -0/+41 |
2021-09-24 | xsysconf: Only fail on error results and errno set | Stafford Horne | 1 | -1/+1 |
2021-09-16 | time: Fix compile error in itimer test affecting hurd | Stafford Horne | 1 | -0/+12 |
2021-08-30 | support: Add support_wait_for_thread_exit | Florian Weimer | 3 | -1/+78 |
2021-08-26 | support: Add support_open_dev_null_range | Adhemerval Zanella | 4 | -0/+299 |
2021-08-03 | copy_and_spawn_sgid: Avoid double calls to close() | Siddhesh Poyarekar | 1 | -0/+1 |
2021-07-28 | tests: use xmalloc to allocate implementation array | Siddhesh Poyarekar | 1 | -7/+17 |
2021-07-11 | support: Replace _SC_MINSIGSTKSZ with _SC_SIGSTKSZ | H.J. Lu | 1 | -2/+2 |
2021-07-09 | support: Replace MINSIGSTKSZ with sysconf (_SC_MINSIGSTKSZ) | H.J. Lu | 1 | -4/+5 |
2021-07-09 | Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN) | H.J. Lu | 1 | -0/+1 |
2021-07-08 | support: Add support_stack_alloc | Adhemerval Zanella | 4 | -38/+107 |
2021-06-25 | support: Fix xclone build failures on ia64 and hppa | Florian Weimer | 1 | -4/+3 |
2021-06-24 | support: Add xclone | Adhemerval Zanella | 3 | -0/+85 |
2021-06-22 | support: Add support_create_timer | Adhemerval Zanella | 3 | -0/+81 |
2021-06-15 | libsupport: Add 64-bit time_t support for stat functions | Adhemerval Zanella | 5 | -0/+112 |
2021-06-15 | libsupport: Add 64-bit time_t support for time functions | Adhemerval Zanella | 11 | -19/+205 |
2021-06-10 | io: Fix sporadic test failures in io/tst-stat | Florian Weimer | 1 | -1/+2 |
2021-05-28 | support: Do not build xpthread_attr_setaffinity_np for hurd | Adhemerval Zanella | 2 | -0/+4 |
2021-05-27 | support: Add xpthread_attr_setaffinity_np wrapper | Adhemerval Zanella | 3 | -0/+32 |
2021-05-13 | support: Free gdb_script_name | Siddhesh Poyarekar | 1 | -0/+1 |
2021-05-13 | support: Close fds in copy_func | Siddhesh Poyarekar | 1 | -8/+13 |
2021-04-12 | libsupport: Add support_select_normalizes_timeout | Adhemerval Zanella | 3 | -0/+34 |
2021-04-12 | libsupport: Add support_select_modifies_timeout | Adhemerval Zanella | 3 | -0/+34 |
2021-04-12 | support: Add capability to fork an sgid child | Siddhesh Poyarekar | 4 | -0/+150 |