about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* support: Add support_stack_allocAdhemerval Zanella2021-07-084-38/+107
* _int_realloc is staticSiddhesh Poyarekar2021-07-081-2/+2
* Move mcheck symbol from stdlib to mallocSiddhesh Poyarekar2021-07-082-2/+2
* nss: Do not install static linker input files for libnss_filesFlorian Weimer2021-07-081-0/+8
* elf/tests: Make thrlock and noload depend on libmSiddhesh Poyarekar2021-07-081-0/+2
* Harden tcache double-free checkSiddhesh Poyarekar2021-07-082-4/+41
* nss: Access nss_files through direct referencesFlorian Weimer2021-07-0720-32/+114
* nss_files: Move into libcFlorian Weimer2021-07-0711-64/+37
* nss_files: Add generic code for set*ent, end*ent and file openFlorian Weimer2021-07-077-108/+259
* nss_files: Allocate nscd file registration data on the heapFlorian Weimer2021-07-071-34/+20
* libio: Replace internal _IO_getdelim symbol with __getdelimFlorian Weimer2021-07-076-8/+7
* libio: Add hidden prototype for ungetcFlorian Weimer2021-07-072-3/+4
* inet: Add hidden prototype for __inet_networkFlorian Weimer2021-07-072-1/+5
* Update MIPS libm-test-ulpsJoseph Myers2021-07-072-76/+84
* Update powerpc-nofpu libm-test-ulpsJoseph Myers2021-07-071-41/+45
* soft-fp: Add __extendhfsf2/__extendhfdf2, __truncsfhf2/__truncdfhf2, __eqhf2/...liuhongt2021-07-076-0/+253
* Update kernel version to 5.13 in tst-mman-consts.pyJoseph Myers2021-07-071-1/+1
* tests-exclude-mcheck: Fix typoSiddhesh Poyarekar2021-07-071-1/+1
* elf: Clean up GLIBC_PRIVATE exports of internal libdl symbolsFlorian Weimer2021-07-0711-260/+18
* nptl: Reduce the GLIBC_PRIVATE ABIFlorian Weimer2021-07-076-52/+15
* nptl: Remove GLIBC_2.34 versions of __pthread_mutex_lock, __pthread_mutex_unlockFlorian Weimer2021-07-0735-70/+6
* nptl: Use internal low-level lock type for !IS_IN (libc)Florian Weimer2021-07-071-46/+5
* glibc.malloc.check: Fix nit in documentationSiddhesh Poyarekar2021-07-072-6/+6
* Exclude tst-realloc from tests-mcheckSiddhesh Poyarekar2021-07-061-1/+2
* linux: Fix setsockopt fallbackAdhemerval Zanella2021-07-061-1/+3
* linux: Use the expected size for SO_TIMESTAMP{NS} convertionAdhemerval Zanella2021-07-061-2/+5
* linux: Consolidate Linux setsockopt implementationAdhemerval Zanella2021-07-0615-14/+5
* linux: Consolidate Linux getsockopt implementationAdhemerval Zanella2021-07-0615-14/+5
* manual: fix description for preadv()Armin Brauns2021-07-061-1/+1
* elf: Call free from base namespace on error in dl-libc.c [BZ #27646]Florian Weimer2021-07-061-1/+1
* linux: Check for null value msghdr struct before useKhem Raj2021-07-052-2/+4
* 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