aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-15elf: Remove lazy tlsdesc relocation related codensz/bug19329Szabolcs Nagy5-51/+6
2021-02-15i386: Remove lazy tlsdesc relocation related codeSzabolcs Nagy3-391/+2
2021-02-15x86_64: Remove lazy tlsdesc relocation related codeSzabolcs Nagy3-215/+2
2021-02-15i386: Avoid lazy relocation of tlsdesc [BZ #27137]Szabolcs Nagy1-42/+34
2021-02-15x86_64: Avoid lazy relocation of tlsdesc [BZ #27137]Szabolcs Nagy1-5/+14
2021-02-15elf: Fix DTV gap reuse logic [BZ #27135]Szabolcs Nagy3-15/+6
2021-02-15elf: Use relaxed atomics for racy accesses [BZ #19329]Szabolcs Nagy3-16/+40
2021-02-15elf: Fix data races in pthread_create and TLS access [BZ #19329]Szabolcs Nagy1-16/+47
2021-02-15elf: Refactor _dl_update_slotinfo to avoid use after freeSzabolcs Nagy1-16/+5
2021-02-15elf: Fix comments and logic in _dl_add_to_slotinfoSzabolcs Nagy1-10/+1
2021-02-15elf: Fix a DTV setup issue [BZ #27136]Szabolcs Nagy1-1/+1
2021-02-15Add a DTV setup test [BZ #27136]Szabolcs Nagy3-2/+106
2021-02-15Add test case for [BZ #19329]Szabolcs Nagy4-3/+85
2021-02-15elf: Fix data race in _dl_name_match_p [BZ #21349]Maninder Singh2-2/+20
2021-02-15aarch64: free tlsdesc data on dlclose [BZ #27403]Szabolcs Nagy1-0/+27
2021-02-12elf: Do not copy vDSO soname when setting up link mapFlorian Weimer1-12/+5
2021-02-12x86: Remove the extra space between "# endif"H.J. Lu1-1/+1
2021-02-11hurd: Fix fstatfs build failureAdhemerval Zanella1-1/+1
2021-02-11linux: Remove stat-check.cAdhemerval Zanella3-30/+13
2021-02-11linux: Remove overflow.hAdhemerval Zanella1-69/+0
2021-02-11linux: Consolidate internal_statvfsAdhemerval Zanella9-37/+56
2021-02-11linux: Consolidate statvfs implementationsAdhemerval Zanella7-48/+26
2021-02-11linux: Consolidate fstatvfs implementationsAdhemerval Zanella7-46/+25
2021-02-11linux: Consolidate statfs implementationsAdhemerval Zanella9-81/+125
2021-02-11linux: Consolidate fstatfs implementationsAdhemerval Zanella10-77/+129
2021-02-11linux: Set LFS statfs as defaultAdhemerval Zanella2-11/+75
2021-02-11linux: Set default kernel_stat.h to LFSAdhemerval Zanella15-200/+231
2021-02-11linux: Fix STATFS_IS_STATFS64 definitionAdhemerval Zanella8-8/+36
2021-02-10tunables: Disallow negative values for some tunablesSiddhesh Poyarekar2-1/+7
2021-02-10x86: Use SIZE_MAX instead of (long int)-1 for tunable range valueSiddhesh Poyarekar1-5/+5
2021-02-10tunables: Simplify TUNABLE_SET interfaceSiddhesh Poyarekar6-127/+75
2021-02-10setrlimit/getrlimit: Use __nonnull to avoid null pointerXiaoming Ni2-8/+10
2021-02-10benchtests: Updated json bench-variant attributeNaohiro Tamura1-1/+1
2021-02-09regex: stop using allocaAdhemerval Zanella1-19/+0
2021-02-09regexec: remove alloca usage in build_trtableAdhemerval Zanella1-62/+13
2021-02-09regex: remove alloca usage on regex set_regsAdhemerval Zanella1-22/+18
2021-02-09malloc: Sync dynarray with gnulibAdhemerval Zanella9-84/+95
2021-02-09misc: Sync cdefs.h with gnulibAdhemerval Zanella1-57/+85
2021-02-09linux: Fix __sem_check_add_mapping search_semAdhemerval Zanella1-1/+1
2021-02-09linux: Fix __sem_check_add_mapping name lengthAdhemerval Zanella1-0/+1
2021-02-08Add more ptrace constants for AArch64 and PowerPC.Joseph Myers2-0/+26
2021-02-08strchr: Add additional benchmarks and testsnoah2-2/+50
2021-02-08x86-64: Refactor and improve performance of strchr-avx2.Snoah2-113/+113
2021-02-08pthread: Remove alloca usage from __sem_check_add_mappingAdhemerval Zanella1-6/+17
2021-02-08pthread: Refactor semaphore codeAdhemerval Zanella8-208/+223
2021-02-08linux: Require /dev/shm as the shared memory file systemFlorian Weimer19-303/+89
2021-02-08sunrpc: Fix typo in xdr_string commentPaul Zimmermann1-1/+1
2021-02-08tst: Provide test for ppollLukasz Majewski2-1/+57
2021-02-08tst: Provide test for timerfd related functionsLukasz Majewski2-1/+67
2021-02-07x86: Add PTWRITE feature detection [BZ #27346]H.J. Lu10-5/+47