Age | Commit message (Expand) | Author |
2021-07-02 | malloc: Initiate tcache shutdown even without allocations [BZ #28028] | JeffyChen |
2021-07-02 | Add mcheck tests to malloc | Siddhesh Poyarekar |
2021-07-02 | iconvconfig: Use the public feof_unlocked | Siddhesh Poyarekar |
2021-07-02 | resolv: Move libanl into libc (if libpthread is in libc) | Florian Weimer |
2021-07-01 | powerpc: optimize strcpy/stpcpy for POWER9/10 | Pedro Franco de Carvalho |
2021-07-01 | soft-fp: Add __extendhfxf2 and __truncxfhf2 | H.J. Lu |
2021-07-01 | x86: Check RTM_ALWAYS_ABORT for RTM [BZ #28033] | H.J. Lu |
2021-07-01 | Update syscall lists for Linux 5.13 | Joseph Myers |
2021-07-01 | s390: Fix MEMCHR_Z900_G5 ifunc-variant if n>=0x80000000 [BZ #28024] | Stefan Liebler |
2021-07-01 | Fix extra PLT reference in libc.so due to __glob64_time64 if build with gcc 7... | Stefan Liebler |
2021-07-01 | AArch64: Add hp-timing.h | Wilco Dijkstra |
2021-07-01 | AArch64: Improve strnlen performance | Wilco Dijkstra |
2021-06-30 | Linux: Avoid calling malloc indirectly from __get_nprocs | Florian Weimer |
2021-06-30 | Use Linux 5.13 in build-many-glibcs.py | Joseph Myers |
2021-06-30 | login: Move libutil into libc | Florian Weimer |
2021-06-30 | login: Rework hidden prototypes for __setutent, __utmpname, __endutent | Florian Weimer |
2021-06-30 | login: Hidden prototypes for _getpt, __ptsname_r, grantpt, unlockpt | Florian Weimer |
2021-06-29 | nptl_db: Re-use the ELF-to-abilist converter for ABI checking | Florian Weimer |
2021-06-29 | Add RFC 8335 Definitions from Linux 5.13 | Andreas Roeseler |
2021-06-29 | nss: Fix NSS_DECLARE_MODULE_FUNCTIONS handling of _nss_*_endnetgrent | Florian Weimer |
2021-06-29 | s390x: Update math: redirect roundeven function | Stefan Liebler |
2021-06-28 | posix: Add _Fork [BZ #4737] | Adhemerval Zanella |
2021-06-28 | nptl: Add glibc.pthread.stack_cache_size tunable | Florian Weimer |
2021-06-28 | nptl: Export libthread_db-used symbols under GLIBC_PRIVATE | Florian Weimer |
2021-06-28 | nptl: Rename nptl_version to __nptl_version | Florian Weimer |
2021-06-28 | nptl_db: Clean up main/rtld variable handling | Florian Weimer |
2021-06-28 | arm: align stack in clone [BZ 28020] | Szabolcs Nagy |
2021-06-28 | Linux: Cleanups after librt move | Florian Weimer |
2021-06-28 | Linux: Move timer_settime, __timer_settime64 from librt to libc | Florian Weimer |
2021-06-28 | Linux: Move timer_gettime, __timer_gettime64 from librt to libc | Florian Weimer |
2021-06-28 | Linux: Move timer_getoverrun from librt to libc | Florian Weimer |
2021-06-28 | Linux: Move timer_create, timer_delete from librt to libc | Florian Weimer |
2021-06-28 | Linux: Define TIMER_T_WAS_INT_COMPAT in kernel-posix-timers.h | Florian Weimer |
2021-06-28 | Install shared objects under their ABI names | Florian Weimer |
2021-06-28 | elf: Generalize name-based DSO recognition in ldconfig | Florian Weimer |
2021-06-28 | Makerules: Remove lib-version, $(subdir-version) | Florian Weimer |
2021-06-28 | nptl_db: Install libthread_db under a regular implementation name | Florian Weimer |
2021-06-28 | iconvconfig: Fix multiple issues | Siddhesh Poyarekar |
2021-06-27 | wordexp: handle overflow in positional parameter number (bug 28011) | Andreas Schwab |
2021-06-27 | Update math: redirect roundeven function | H.J. Lu |
2021-06-27 | Use GCC builtins for roundeven functions if desired. | Shen-Ta Hsieh |
2021-06-27 | x86_64: roundeven with sse4.1 support | Shen-Ta Hsieh |
2021-06-27 | math: redirect roundeven function | Shen-Ta Hsieh |
2021-06-25 | Linux: Move timer helper routines from librt to libc | Florian Weimer |
2021-06-25 | Linux: Move mq_unlink from librt to libc | Florian Weimer |
2021-06-25 | Linux: Move mq_send, mq_timedsend, __mq_timedsend_time64 to libc | Florian Weimer |
2021-06-25 | Linux: Move mq_receive, mq_timedreceive, __mq_timedreceive_time64 to libc | Florian Weimer |
2021-06-25 | Linux: Move mq_open, __mq_open_2 from librt to libc | Florian Weimer |
2021-06-25 | Linux: Move mq_notify from librt to libc | Florian Weimer |
2021-06-25 | Linux: Move mq_getattr from librt to libc | Florian Weimer |