about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* hooks.c: Remove incorrect commentSiddhesh Poyarekar2021-07-041-4/+0
* mtrace: Add attribute nocommon to mallwatchTulio Magno Quites Machado Filho2021-07-021-1/+1
* Move glibc.malloc.check implementation into its own fileSiddhesh Poyarekar2021-07-032-370/+391
* mtrace: Deprecate mallwatch and tr_breakSiddhesh Poyarekar2021-07-032-37/+24
* Drop source dependencies on hooks.c and arena.cSiddhesh Poyarekar2021-07-031-4/+0
* malloc: Initiate tcache shutdown even without allocations [BZ #28028]JeffyChen2021-07-021-1/+2
* Add mcheck tests to mallocSiddhesh Poyarekar2021-07-022-1/+49
* iconvconfig: Use the public feof_unlockedSiddhesh Poyarekar2021-07-021-1/+2
* resolv: Move libanl into libc (if libpthread is in libc)Florian Weimer2021-07-0278-206/+498
* powerpc: optimize strcpy/stpcpy for POWER9/10Pedro Franco de Carvalho2021-07-011-71/+89
* soft-fp: Add __extendhfxf2 and __truncxfhf2H.J. Lu2021-07-012-0/+105
* x86: Check RTM_ALWAYS_ABORT for RTM [BZ #28033]H.J. Lu2021-07-016-6/+14
* Update syscall lists for Linux 5.13Joseph Myers2021-07-0126-2/+80
* s390: Fix MEMCHR_Z900_G5 ifunc-variant if n>=0x80000000 [BZ #28024]Stefan Liebler2021-07-011-0/+13
* Fix extra PLT reference in libc.so due to __glob64_time64 if build with gcc 7...Stefan Liebler2021-07-013-0/+3
* AArch64: Add hp-timing.hWilco Dijkstra2021-07-011-0/+47
* AArch64: Improve strnlen performanceWilco Dijkstra2021-07-011-181/+89
* Linux: Avoid calling malloc indirectly from __get_nprocsFlorian Weimer2021-06-301-26/+57
* Use Linux 5.13 in build-many-glibcs.pyJoseph Myers2021-06-301-1/+1
* login: Move libutil into libcFlorian Weimer2021-06-3079-269/+640
* login: Rework hidden prototypes for __setutent, __utmpname, __endutentFlorian Weimer2021-06-303-3/+9
* login: Hidden prototypes for _getpt, __ptsname_r, grantpt, unlockptFlorian Weimer2021-06-3012-2/+19
* nptl_db: Re-use the ELF-to-abilist converter for ABI checkingFlorian Weimer2021-06-293-13/+13
* Add RFC 8335 Definitions from Linux 5.13Andreas Roeseler2021-06-292-0/+20
* nss: Fix NSS_DECLARE_MODULE_FUNCTIONS handling of _nss_*_endnetgrentFlorian Weimer2021-06-291-1/+1
* s390x: Update math: redirect roundeven functionStefan Liebler2021-06-293-1/+3
* posix: Add _Fork [BZ #4737]Adhemerval Zanella2021-06-2842-17/+451
* nptl: Add glibc.pthread.stack_cache_size tunableFlorian 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