| Commit message (Expand) | Author | Age | Files | Lines |
* | powerpc: optimize strcpy/stpcpy for POWER9/10 | Pedro Franco de Carvalho | 2021-07-01 | 1 | -71/+89 |
* | soft-fp: Add __extendhfxf2 and __truncxfhf2 | H.J. Lu | 2021-07-01 | 2 | -0/+105 |
* | x86: Check RTM_ALWAYS_ABORT for RTM [BZ #28033] | H.J. Lu | 2021-07-01 | 6 | -6/+14 |
* | Update syscall lists for Linux 5.13 | Joseph Myers | 2021-07-01 | 26 | -2/+80 |
* | s390: Fix MEMCHR_Z900_G5 ifunc-variant if n>=0x80000000 [BZ #28024] | Stefan Liebler | 2021-07-01 | 1 | -0/+13 |
* | Fix extra PLT reference in libc.so due to __glob64_time64 if build with gcc 7... | Stefan Liebler | 2021-07-01 | 3 | -0/+3 |
* | AArch64: Add hp-timing.h | Wilco Dijkstra | 2021-07-01 | 1 | -0/+47 |
* | AArch64: Improve strnlen performance | Wilco Dijkstra | 2021-07-01 | 1 | -181/+89 |
* | Linux: Avoid calling malloc indirectly from __get_nprocs | Florian Weimer | 2021-06-30 | 1 | -26/+57 |
* | Use Linux 5.13 in build-many-glibcs.py | Joseph Myers | 2021-06-30 | 1 | -1/+1 |
* | login: Move libutil into libc | Florian Weimer | 2021-06-30 | 79 | -269/+640 |
* | login: Rework hidden prototypes for __setutent, __utmpname, __endutent | Florian Weimer | 2021-06-30 | 3 | -3/+9 |
* | login: Hidden prototypes for _getpt, __ptsname_r, grantpt, unlockpt | Florian Weimer | 2021-06-30 | 12 | -2/+19 |
* | nptl_db: Re-use the ELF-to-abilist converter for ABI checking | Florian Weimer | 2021-06-29 | 3 | -13/+13 |
* | Add RFC 8335 Definitions from Linux 5.13 | Andreas Roeseler | 2021-06-29 | 2 | -0/+20 |
* | nss: Fix NSS_DECLARE_MODULE_FUNCTIONS handling of _nss_*_endnetgrent | Florian Weimer | 2021-06-29 | 1 | -1/+1 |
* | s390x: Update math: redirect roundeven function | Stefan Liebler | 2021-06-29 | 3 | -1/+3 |
* | posix: Add _Fork [BZ #4737] | Adhemerval Zanella | 2021-06-28 | 42 | -17/+451 |
* | nptl: Add glibc.pthread.stack_cache_size tunable | Florian Weimer | 2021-06-28 | 6 | -4/+32 |
* | nptl: Export libthread_db-used symbols under GLIBC_PRIVATE | Florian Weimer | 2021-06-28 | 4 | -8/+71 |
* | nptl: Rename nptl_version to __nptl_version | Florian Weimer | 2021-06-28 | 2 | -2/+2 |
* | nptl_db: Clean up main/rtld variable handling | Florian Weimer | 2021-06-28 | 2 | -10/+5 |
* | arm: align stack in clone [BZ 28020] | Szabolcs Nagy | 2021-06-28 | 1 | -0/+2 |
* | Linux: Cleanups after librt move | Florian Weimer | 2021-06-28 | 20 | -150/+44 |
* | Linux: Move timer_settime, __timer_settime64 from librt to libc | Florian Weimer | 2021-06-28 | 84 | -212/+245 |
* | Linux: Move timer_gettime, __timer_gettime64 from librt to libc | Florian Weimer | 2021-06-28 | 79 | -119/+153 |
* | Linux: Move timer_getoverrun from librt to libc | Florian Weimer | 2021-06-28 | 79 | -95/+107 |
* | Linux: Move timer_create, timer_delete from librt to libc | Florian Weimer | 2021-06-28 | 90 | -242/+276 |
* | Linux: Define TIMER_T_WAS_INT_COMPAT in kernel-posix-timers.h | Florian Weimer | 2021-06-28 | 8 | -0/+138 |
* | Install shared objects under their ABI names | Florian Weimer | 2021-06-28 | 4 | -54/+15 |
* | elf: Generalize name-based DSO recognition in ldconfig | Florian Weimer | 2021-06-28 | 4 | -4/+72 |
* | Makerules: Remove lib-version, $(subdir-version) | Florian Weimer | 2021-06-28 | 1 | -22/+4 |
* | nptl_db: Install libthread_db under a regular implementation name | Florian Weimer | 2021-06-28 | 1 | -2/+0 |
* | iconvconfig: Fix multiple issues | Siddhesh Poyarekar | 2021-06-28 | 2 | -16/+10 |
* | wordexp: handle overflow in positional parameter number (bug 28011) | Andreas Schwab | 2021-06-27 | 2 | -1/+2 |
* | Update math: redirect roundeven function | H.J. Lu | 2021-06-27 | 5 | -2/+5 |
* | Use GCC builtins for roundeven functions if desired. | Shen-Ta Hsieh | 2021-06-27 | 6 | -0/+22 |
* | x86_64: roundeven with sse4.1 support | Shen-Ta Hsieh | 2021-06-27 | 7 | -2/+118 |
* | math: redirect roundeven function | Shen-Ta Hsieh | 2021-06-27 | 6 | -2/+10 |
* | Linux: Move timer helper routines from librt to libc | Florian Weimer | 2021-06-25 | 7 | -50/+64 |
* | Linux: Move mq_unlink from librt to libc | Florian Weimer | 2021-06-25 | 66 | -34/+100 |
* | Linux: Move mq_send, mq_timedsend, __mq_timedsend_time64 to libc | Florian Weimer | 2021-06-25 | 68 | -99/+196 |
* | Linux: Move mq_receive, mq_timedreceive, __mq_timedreceive_time64 to libc | Florian Weimer | 2021-06-25 | 68 | -97/+200 |
* | Linux: Move mq_open, __mq_open_2 from librt to libc | Florian Weimer | 2021-06-25 | 66 | -64/+178 |
* | Linux: Move mq_notify from librt to libc | Florian Weimer | 2021-06-25 | 68 | -68/+101 |
* | Linux: Move mq_getattr from librt to libc | Florian Weimer | 2021-06-25 | 65 | -33/+75 |
* | Linux: Move mq_setattr from librt to libc | Florian Weimer | 2021-06-25 | 67 | -34/+108 |
* | Linux: Move mq_close from librt to libc | Florian Weimer | 2021-06-25 | 65 | -32/+79 |
* | Linux: Move lio_listio, lio_listio64 from librt to libc | Florian Weimer | 2021-06-25 | 66 | -105/+248 |
* | rt: Rework lio_listio implementation | Florian Weimer | 2021-06-25 | 5 | -259/+287 |