Age | Commit message (Expand) | Author | Files | Lines |
2024-12-25 | build-many-glibcs.py: Add --exclude option | H.J. Lu | 1 | -2/+7 |
2024-12-24 | stdio-common: Tweak comment in Makefile | Sam James | 1 | -3/+3 |
2024-12-24 | stdio-common: Use clang with bugfix for bug28 | Dmitry Chestnykh | 3 | -4/+61 |
2024-12-24 | NEWS: Mention testing glibc build with a different set of compilers | H.J. Lu | 3 | -7/+17 |
2024-12-23 | support: Add support_record_failure_barrier | Florian Weimer | 2 | -0/+13 |
2024-12-23 | io: statx, fstatat: Drop nonnull attribute on the path argument | Miao Wang | 2 | -6/+6 |
2024-12-23 | configure: Improve configure output for C++ Compiler | H.J. Lu | 2 | -3/+3 |
2024-12-23 | getaddrinfo.c: Avoid uninitialized pointer access [BZ #32465] | H.J. Lu | 1 | -23/+22 |
2024-12-22 | htl: move pthread_cond_timedwait, pthread_cond_clockwait, pthread_cond_wait i... | gfleury | 13 | -33/+31 |
2024-12-22 | htl: move __pthread_mutex_checklocked into libc. | gfleury | 11 | -3/+11 |
2024-12-22 | htl: move __pthread_timedblock, __pthread_timedblock_intr, __pthread_block, _... | gfleury | 5 | -6/+14 |
2024-12-22 | htl: move pthread_cond_signal into libc. | gfleury | 10 | -10/+12 |
2024-12-22 | htl: move pthread_cond_broadcast into libc. | gfleury | 11 | -13/+14 |
2024-12-22 | htl: move pthread_cond_destroy into libc. | gfleury | 11 | -10/+13 |
2024-12-22 | htl: move __pthread_wakeup into libc. | gfleury | 4 | -2/+4 |
2024-12-22 | htl: move pthread_cond_init into libc. | gfleury | 11 | -15/+13 |
2024-12-22 | assert/test-assert-2.c: Include <unistd.h> | Samuel Thibault | 1 | -0/+1 |
2024-12-23 | stdio-common: Suppress Clang warnings on scanf13.c | H.J. Lu | 2 | -0/+11 |
2024-12-23 | string: Suppress Clang warnings on tester.c | H.J. Lu | 3 | -2/+49 |
2024-12-23 | Add a reference to Clang /usr/include/tgmath.h dependency | H.J. Lu | 1 | -0/+1 |
2024-12-23 | Suppress Clang -Wimplicit-fallthrough warnings | H.J. Lu | 2 | -0/+8 |
2024-12-23 | stdio: Suppress -Wformat only for gcc in tst-sprintf-errno.c | Adhemerval Zanella | 1 | -1/+1 |
2024-12-23 | include/sys/cdefs.h: Add __attribute_optimization_barrier__ | Adhemerval Zanella | 45 | -101/+112 |
2024-12-23 | assert: Use __writev in assert.c [BZ #32492] | DJ Delorie | 1 | -1/+1 |
2024-12-23 | Fix build without stack protector [BZ #32494] | H.J. Lu | 3 | -4/+2 |
2024-12-23 | Check if TEST_CC supports -Wno-restrict before using it | Adhemerval Zanella | 3 | -2/+48 |
2024-12-22 | hppa: Simplify handling of sanity check errors in clone.S. | John David Anglin | 1 | -6/+5 |
2024-12-22 | hppa: add cacheflush() syscall wrapper | John David Anglin | 5 | -0/+46 |
2024-12-22 | hppa: Update libm-test-ulps | John David Anglin | 1 | -5/+1 |
2024-12-22 | hurd: make mprotect translate KERN_PROTECTION_FAILURE to EACCESS | Samuel Thibault | 1 | -0/+3 |
2024-12-22 | Compile tst-deadline.c with -Wno-ignored-attributes for Clang | H.J. Lu | 2 | -1/+5 |
2024-12-22 | malloc: Only enable -Waggressive-loop-optimizations suppression for gcc | Adhemerval Zanella | 1 | -2/+2 |
2024-12-22 | Suppress -Wmaybe-uninitialized only for GCC | H.J. Lu | 1 | -1/+1 |
2024-12-22 | Suppress Clang -Wgnu-folding-constant warnings | H.J. Lu | 2 | -0/+8 |
2024-12-22 | stdio: Suppress clang warnings for tst-vprintf-width-i18n.c | Adhemerval Zanella | 1 | -0/+8 |
2024-12-22 | stdio: Fix clang warnings on tests | Adhemerval Zanella | 1 | -0/+5 |
2024-12-22 | math: Fix clang warnings for math/test-tgmath-ret.c | Adhemerval Zanella | 1 | -0/+6 |
2024-12-22 | Suppress Clang warning on adding an integer to a string | Adhemerval Zanella | 4 | -0/+16 |
2024-12-22 | stdio: Suppress %Z format for clang | Adhemerval Zanella | 5 | -0/+35 |
2024-12-22 | stdio: Suppress clang warnings for tst-unlockedio.c | Adhemerval Zanella | 1 | -0/+7 |
2024-12-22 | localedata: Fix clang warnings on tests | Adhemerval Zanella | 1 | -1/+7 |
2024-12-22 | elf: Suppress clang warning on tst-unique4 | Adhemerval Zanella | 2 | -1/+7 |
2024-12-22 | elf: Enable tst-dlopen-nodelete-reloc if TEST_CXX supports STB_GNU_UNIQUE | H.J. Lu | 3 | -7/+108 |
2024-12-22 | elf: Check PDE load address with non-empty text section | H.J. Lu | 2 | -0/+2 |
2024-12-22 | x86: Define __HAVE_FLOAT128 for Clang and use __builtin_*f128 code path | Fangrui Song | 1 | -8/+16 |
2024-12-22 | Add clang specific warning suppression macros | Adhemerval Zanella | 1 | -0/+22 |
2024-12-22 | x86: Use inhibit_stack_protector on tst-ifunc-isa.h | Adhemerval Zanella | 1 | -2/+3 |
2024-12-22 | elf: Compile test modules with -fsemantic-interposition | H.J. Lu | 4 | -0/+67 |
2024-12-22 | tst-printf-bz18872.sh: stdio: Use __attribute__ ((optnone)) for Clang | Adhemerval Zanella | 1 | -0/+4 |
2024-12-22 | Handle pragma GCC optimize for clang | Adhemerval Zanella | 2 | -2/+10 |