Age | Commit message (Expand) | Author | Files | Lines |
2025-01-02 | powerpc: Update acosf ulps | Florian Weimer | 1 | -0/+2 |
2025-01-02 | htl: move pthread_mutexattr_setprioceiling, pthread_mutexattr_getprioceiling ... | gfleury | 9 | -13/+37 |
2025-01-02 | htl: move pthread_mutexattr_{setrobust, setrobust_np}, pthread_mutexattr_{get... | gfleury | 9 | -19/+59 |
2025-01-02 | htl: move pthread_mutexattr_setpshared, pthread_mutexattr_getpshared into libc. | gfleury | 9 | -12/+41 |
2025-01-02 | htl: move pthread_mutexattr_settype, pthread_mutexattr_gettype into libc. | gfleury | 9 | -11/+37 |
2025-01-02 | htl: move pthread_mutexattr_setprotocol into libc. | Samuel Thibault | 8 | -6/+21 |
2025-01-02 | htl: move pthread_mutexattr_getprotocol into libc. | gfleury | 8 | -6/+20 |
2025-01-01 | htl: move pthread_mutexattr_destroy into libc. | gfleury | 8 | -7/+9 |
2025-01-01 | htl: move pthread_mutexattr_init into libc. | gfleury | 9 | -9/+8 |
2025-01-01 | bits/socket.h: Update to recent BSD definition | Samuel Thibault | 2 | -16/+8 |
2025-01-01 | Don't update copyright notices in Linux licenses | Paul Eggert | 1 | -0/+3 |
2025-01-01 | Fix license typo induced by update-copyrighyt | Paul Eggert | 1 | -1/+1 |
2025-01-01 | Update copyright dates not handled by scripts/update-copyrights | Paul Eggert | 5 | -5/+5 |
2025-01-01 | Update copyright in generated files by running "make" | Paul Eggert | 9 | -192/+175 |
2025-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 13063 | -13066/+13065 |
2025-01-01 | Pass glibc pre-commit checks | Paul Eggert | 2 | -2/+1 |
2025-01-01 | mlock, mlock2, munlock: Tell the compiler we don't dereference the pointer | Xi Ruoyao | 2 | -3/+6 |
2024-12-31 | elf: Add glibc.rtld.execstack | Adhemerval Zanella | 8 | -1/+96 |
2024-12-31 | elf: Add tst-execstack-prog-static | Adhemerval Zanella | 2 | -0/+8 |
2024-12-31 | elf: Do not change stack permission on dlopen/dlmopen | Adhemerval Zanella | 13 | -152/+66 |
2024-12-31 | elf: Cleanup and improve tst-execstack | Adhemerval Zanella | 1 | -85/+41 |
2024-12-31 | Use GCC 14 branch in build-many-glibcs.py | H.J. Lu | 1 | -1/+1 |
2024-12-30 | INSTALL, NEWS: Document requirement of gawk with MPFR support | Andreas K. Hüttel | 3 | -0/+11 |
2024-12-30 | Mention CORE-MATH optimize routines on NEWS | Adhemerval Zanella | 1 | -0/+5 |
2024-12-30 | x86-64: Reorder dynamic linker list in ldd script (bug 32508) | Florian Weimer | 1 | -1/+1 |
2024-12-27 | nptl: hppa: replace __get_cr27 with __thread_pointer | Michael Jeanson | 2 | -20/+16 |
2024-12-27 | nptl: Add <thread_pointer.h> for hppa | Michael Jeanson | 1 | -0/+30 |
2024-12-27 | libio: asprintf should write NULL upon failure | Florian Weimer | 4 | -10/+68 |
2024-12-27 | nptl: More useful padding in struct pthread | Florian Weimer | 1 | -31/+25 |
2024-12-27 | elf: Remove the GET_ADDR_ARGS and related macros from the TLS code | Florian Weimer | 2 | -40/+23 |
2024-12-27 | hurd: Avoid asm statements which return | Samuel Thibault | 5 | -67/+96 |
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 |