aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-01-02powerpc: Update acosf ulpsFlorian Weimer1-0/+2
2025-01-02htl: move pthread_mutexattr_setprioceiling, pthread_mutexattr_getprioceiling ...gfleury9-13/+37
2025-01-02htl: move pthread_mutexattr_{setrobust, setrobust_np}, pthread_mutexattr_{get...gfleury9-19/+59
2025-01-02htl: move pthread_mutexattr_setpshared, pthread_mutexattr_getpshared into libc.gfleury9-12/+41
2025-01-02htl: move pthread_mutexattr_settype, pthread_mutexattr_gettype into libc.gfleury9-11/+37
2025-01-02htl: move pthread_mutexattr_setprotocol into libc.Samuel Thibault8-6/+21
2025-01-02htl: move pthread_mutexattr_getprotocol into libc.gfleury8-6/+20
2025-01-01htl: move pthread_mutexattr_destroy into libc.gfleury8-7/+9
2025-01-01htl: move pthread_mutexattr_init into libc.gfleury9-9/+8
2025-01-01bits/socket.h: Update to recent BSD definitionSamuel Thibault2-16/+8
2025-01-01Don't update copyright notices in Linux licensesPaul Eggert1-0/+3
2025-01-01Fix license typo induced by update-copyrighytPaul Eggert1-1/+1
2025-01-01Update copyright dates not handled by scripts/update-copyrightsPaul Eggert5-5/+5
2025-01-01Update copyright in generated files by running "make"Paul Eggert9-192/+175
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert13063-13066/+13065
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