about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Add a generic malloc test for MALLOC_ALIGNMENTH.J. Lu2021-07-098-61/+89
* Properly run tst-spawn5 directly [BZ #28067]H.J. Lu2021-07-091-11/+21
* build-many-glibcs.py: Add glibcs-arm-linux-gnueabihf-thumbFlorian Weimer2021-07-091-0/+3
* nptl: Use out-of-line wake function in __libc_lock_unlock slow pathFlorian Weimer2021-07-093-8/+33
* powerpc64le: Fix typo in configureAnton Blanchard2021-07-082-2/+2
* powerpc64: Remove strcspn ifunc from the loaderTulio Magno Quites Machado Filho2021-07-081-0/+18
* x86: Remove wcsnlen-sse4_1 from wcslen ifunc-impl-list [BZ #28064]Noah Goldstein2021-07-081-2/+2
* x86-64: Test strlen and wcslen with 0 in the RSI register [BZ #28064]H.J. Lu2021-07-083-0/+108
* x86_64: Remove unneeded static PIE check for undefined weak diagnosticFangrui Song2021-07-082-58/+0
* Add NT_ARM_PAC_ENABLED_KEYS to elf.hJoseph Myers2021-07-081-0/+2
* posix: Add posix_spawn_file_actions_addclosefrom_npAdhemerval Zanella2021-07-0849-21/+482
* io: Add closefrom [BZ #10353]Adhemerval Zanella2021-07-0844-2/+380
* linux: Add close_rangeAdhemerval Zanella2021-07-0840-1/+422
* 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