summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nptl: Add glibc.pthread.stack_cache_size tunablearm/morello/masterFlorian Weimer2021-06-286-4/+32
* nptl: Export libthread_db-used symbols under GLIBC_PRIVATEFlorian Weimer2021-06-284-8/+71
* nptl: Rename nptl_version to __nptl_versionFlorian Weimer2021-06-282-2/+2
* nptl_db: Clean up main/rtld variable handlingFlorian Weimer2021-06-282-10/+5
* arm: align stack in clone [BZ 28020]Szabolcs Nagy2021-06-281-0/+2
* Linux: Cleanups after librt moveFlorian Weimer2021-06-2820-150/+44
* Linux: Move timer_settime, __timer_settime64 from librt to libcFlorian Weimer2021-06-2884-212/+245
* Linux: Move timer_gettime, __timer_gettime64 from librt to libcFlorian Weimer2021-06-2879-119/+153
* Linux: Move timer_getoverrun from librt to libcFlorian Weimer2021-06-2879-95/+107
* Linux: Move timer_create, timer_delete from librt to libcFlorian Weimer2021-06-2890-242/+276
* Linux: Define TIMER_T_WAS_INT_COMPAT in kernel-posix-timers.hFlorian Weimer2021-06-288-0/+138
* Install shared objects under their ABI namesFlorian Weimer2021-06-284-54/+15
* elf: Generalize name-based DSO recognition in ldconfigFlorian Weimer2021-06-284-4/+72
* Makerules: Remove lib-version, $(subdir-version)Florian Weimer2021-06-281-22/+4
* nptl_db: Install libthread_db under a regular implementation nameFlorian Weimer2021-06-281-2/+0
* iconvconfig: Fix multiple issuesSiddhesh Poyarekar2021-06-282-16/+10
* wordexp: handle overflow in positional parameter number (bug 28011)Andreas Schwab2021-06-272-1/+2
* Update math: redirect roundeven functionH.J. Lu2021-06-275-2/+5
* Use GCC builtins for roundeven functions if desired.Shen-Ta Hsieh2021-06-276-0/+22
* x86_64: roundeven with sse4.1 supportShen-Ta Hsieh2021-06-277-2/+118
* math: redirect roundeven functionShen-Ta Hsieh2021-06-276-2/+10
* Linux: Move timer helper routines from librt to libcFlorian Weimer2021-06-257-50/+64
* Linux: Move mq_unlink from librt to libcFlorian Weimer2021-06-2566-34/+100
* Linux: Move mq_send, mq_timedsend, __mq_timedsend_time64 to libcFlorian Weimer2021-06-2568-99/+196
* Linux: Move mq_receive, mq_timedreceive, __mq_timedreceive_time64 to libcFlorian Weimer2021-06-2568-97/+200
* Linux: Move mq_open, __mq_open_2 from librt to libcFlorian Weimer2021-06-2566-64/+178
* Linux: Move mq_notify from librt to libcFlorian Weimer2021-06-2568-68/+101
* Linux: Move mq_getattr from librt to libcFlorian Weimer2021-06-2565-33/+75
* Linux: Move mq_setattr from librt to libcFlorian Weimer2021-06-2567-34/+108
* Linux: Move mq_close from librt to libcFlorian Weimer2021-06-2565-32/+79
* Linux: Move lio_listio, lio_listio64 from librt to libcFlorian Weimer2021-06-2566-105/+248
* rt: Rework lio_listio implementationFlorian Weimer2021-06-255-259/+287
* Linux: Move aio_write, aio_write64 into libcFlorian Weimer2021-06-2568-79/+181
* Linux: Move aio_suspend, aio_suspend64, __aio_suspend_time64 to libcFlorian Weimer2021-06-2567-90/+197
* Linux: Move aio_return, aio_return64 into libcFlorian Weimer2021-06-2565-64/+147
* Linux: Move aio_read, aio_read64 into libcFlorian Weimer2021-06-2568-78/+180
* Linux: Move aio_fsync, aio_fsync64 into libcFlorian Weimer2021-06-2565-67/+147
* Linux: Move aio_error, aio_error64 into libcFlorian Weimer2021-06-2565-67/+150
* Linux: Move aio_cancel, aio_cancel64 into libcFlorian Weimer2021-06-2572-103/+284
* Linux: Move aio_init from librt into libcFlorian Weimer2021-06-2573-93/+222
* support: Fix xclone build failures on ia64 and hppaFlorian Weimer2021-06-251-4/+3
* elf: Disable most of TLS modid gaps processing [BZ #27135]Florian Weimer2021-06-253-6/+15
* elf: Fix glibc-hwcaps priorities with cache flags mismatches [BZ #27046]Florian Weimer2021-06-251-64/+60
* * NEWS: Clarify _TIME_BITS change.Paul Eggert2021-06-241-1/+3
* x86: Remove unnecessary overflow check from wcsnlen-sse4_1.SNoah Goldstein2021-06-241-7/+0
* String: Add three more overflow tests cases to test-strnlen.cNoah Goldstein2021-06-241-0/+4
* Consolidate pthread_atforkAdhemerval Zanella2021-06-249-75/+18
* posix: Do not clobber errno by atfork handlersAdhemerval Zanella2021-06-241-0/+6
* posix: Consolidate fork implementationAdhemerval Zanella2021-06-2410-297/+378
* support: Add xcloneAdhemerval Zanella2021-06-243-0/+85