aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-01-01Pass glibc pre-commit checksPaul Eggert2-2/+1
2025-01-01mlock, mlock2, munlock: Tell the compiler we don't dereference the pointerXi Ruoyao2-3/+6
2024-12-31elf: Add glibc.rtld.execstackAdhemerval Zanella8-1/+96
2024-12-31elf: Add tst-execstack-prog-staticAdhemerval Zanella2-0/+8
2024-12-31elf: Do not change stack permission on dlopen/dlmopenAdhemerval Zanella13-152/+66
2024-12-31elf: Cleanup and improve tst-execstackAdhemerval Zanella1-85/+41
2024-12-31Use GCC 14 branch in build-many-glibcs.pyH.J. Lu1-1/+1
2024-12-30INSTALL, NEWS: Document requirement of gawk with MPFR supportAndreas K. Hüttel3-0/+11
2024-12-30Mention CORE-MATH optimize routines on NEWSAdhemerval Zanella1-0/+5
2024-12-30x86-64: Reorder dynamic linker list in ldd script (bug 32508)Florian Weimer1-1/+1
2024-12-27nptl: hppa: replace __get_cr27 with __thread_pointerMichael Jeanson2-20/+16
2024-12-27nptl: Add <thread_pointer.h> for hppaMichael Jeanson1-0/+30
2024-12-27libio: asprintf should write NULL upon failureFlorian Weimer4-10/+68
2024-12-27nptl: More useful padding in struct pthreadFlorian Weimer1-31/+25
2024-12-27elf: Remove the GET_ADDR_ARGS and related macros from the TLS codeFlorian Weimer2-40/+23
2024-12-27hurd: Avoid asm statements which returnSamuel Thibault5-67/+96
2024-12-25build-many-glibcs.py: Add --exclude optionH.J. Lu1-2/+7
2024-12-24stdio-common: Tweak comment in MakefileSam James1-3/+3
2024-12-24stdio-common: Use clang with bugfix for bug28Dmitry Chestnykh3-4/+61
2024-12-24NEWS: Mention testing glibc build with a different set of compilersH.J. Lu3-7/+17
2024-12-23support: Add support_record_failure_barrierFlorian Weimer2-0/+13
2024-12-23io: statx, fstatat: Drop nonnull attribute on the path argumentMiao Wang2-6/+6
2024-12-23configure: Improve configure output for C++ CompilerH.J. Lu2-3/+3
2024-12-23getaddrinfo.c: Avoid uninitialized pointer access [BZ #32465]H.J. Lu1-23/+22
2024-12-22htl: move pthread_cond_timedwait, pthread_cond_clockwait, pthread_cond_wait i...gfleury13-33/+31
2024-12-22htl: move __pthread_mutex_checklocked into libc.gfleury11-3/+11
2024-12-22htl: move __pthread_timedblock, __pthread_timedblock_intr, __pthread_block, _...gfleury5-6/+14
2024-12-22htl: move pthread_cond_signal into libc.gfleury10-10/+12
2024-12-22htl: move pthread_cond_broadcast into libc.gfleury11-13/+14
2024-12-22htl: move pthread_cond_destroy into libc.gfleury11-10/+13
2024-12-22htl: move __pthread_wakeup into libc.gfleury4-2/+4
2024-12-22htl: move pthread_cond_init into libc.gfleury11-15/+13
2024-12-22assert/test-assert-2.c: Include <unistd.h>Samuel Thibault1-0/+1
2024-12-23stdio-common: Suppress Clang warnings on scanf13.cH.J. Lu2-0/+11
2024-12-23string: Suppress Clang warnings on tester.cH.J. Lu3-2/+49
2024-12-23Add a reference to Clang /usr/include/tgmath.h dependencyH.J. Lu1-0/+1
2024-12-23Suppress Clang -Wimplicit-fallthrough warningsH.J. Lu2-0/+8
2024-12-23stdio: Suppress -Wformat only for gcc in tst-sprintf-errno.cAdhemerval Zanella1-1/+1
2024-12-23include/sys/cdefs.h: Add __attribute_optimization_barrier__Adhemerval Zanella45-101/+112
2024-12-23assert: Use __writev in assert.c [BZ #32492]DJ Delorie1-1/+1
2024-12-23Fix build without stack protector [BZ #32494]H.J. Lu3-4/+2
2024-12-23Check if TEST_CC supports -Wno-restrict before using itAdhemerval Zanella3-2/+48
2024-12-22hppa: Simplify handling of sanity check errors in clone.S.John David Anglin1-6/+5
2024-12-22hppa: add cacheflush() syscall wrapperJohn David Anglin5-0/+46
2024-12-22hppa: Update libm-test-ulpsJohn David Anglin1-5/+1
2024-12-22hurd: make mprotect translate KERN_PROTECTION_FAILURE to EACCESSSamuel Thibault1-0/+3
2024-12-22Compile tst-deadline.c with -Wno-ignored-attributes for ClangH.J. Lu2-1/+5
2024-12-22malloc: Only enable -Waggressive-loop-optimizations suppression for gccAdhemerval Zanella1-2/+2
2024-12-22Suppress -Wmaybe-uninitialized only for GCCH.J. Lu1-1/+1
2024-12-22Suppress Clang -Wgnu-folding-constant warningsH.J. Lu2-0/+8