| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Linux: Move aio_write, aio_write64 into libc | Florian Weimer | 2021-06-25 | 68 | -79/+181 |
* | Linux: Move aio_suspend, aio_suspend64, __aio_suspend_time64 to libc | Florian Weimer | 2021-06-25 | 67 | -90/+197 |
* | Linux: Move aio_return, aio_return64 into libc | Florian Weimer | 2021-06-25 | 65 | -64/+147 |
* | Linux: Move aio_read, aio_read64 into libc | Florian Weimer | 2021-06-25 | 68 | -78/+180 |
* | Linux: Move aio_fsync, aio_fsync64 into libc | Florian Weimer | 2021-06-25 | 65 | -67/+147 |
* | Linux: Move aio_error, aio_error64 into libc | Florian Weimer | 2021-06-25 | 65 | -67/+150 |
* | Linux: Move aio_cancel, aio_cancel64 into libc | Florian Weimer | 2021-06-25 | 72 | -103/+284 |
* | Linux: Move aio_init from librt into libc | Florian Weimer | 2021-06-25 | 73 | -93/+222 |
* | support: Fix xclone build failures on ia64 and hppa | Florian Weimer | 2021-06-25 | 1 | -4/+3 |
* | elf: Disable most of TLS modid gaps processing [BZ #27135] | Florian Weimer | 2021-06-25 | 3 | -6/+15 |
* | elf: Fix glibc-hwcaps priorities with cache flags mismatches [BZ #27046] | Florian Weimer | 2021-06-25 | 1 | -64/+60 |
* | * NEWS: Clarify _TIME_BITS change. | Paul Eggert | 2021-06-24 | 1 | -1/+3 |