about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* elf: Remove lazy tlsdesc relocation related code nsz/bug19329Szabolcs Nagy2021-02-155-51/+6
* i386: Remove lazy tlsdesc relocation related codeSzabolcs Nagy2021-02-153-391/+2
* x86_64: Remove lazy tlsdesc relocation related codeSzabolcs Nagy2021-02-153-215/+2
* i386: Avoid lazy relocation of tlsdesc [BZ #27137]Szabolcs Nagy2021-02-151-42/+34
* x86_64: Avoid lazy relocation of tlsdesc [BZ #27137]Szabolcs Nagy2021-02-151-5/+14
* elf: Fix DTV gap reuse logic [BZ #27135]Szabolcs Nagy2021-02-153-15/+6
* elf: Use relaxed atomics for racy accesses [BZ #19329]Szabolcs Nagy2021-02-153-16/+40
* elf: Fix data races in pthread_create and TLS access [BZ #19329]Szabolcs Nagy2021-02-151-16/+47
* elf: Refactor _dl_update_slotinfo to avoid use after freeSzabolcs Nagy2021-02-151-16/+5
* elf: Fix comments and logic in _dl_add_to_slotinfoSzabolcs Nagy2021-02-151-10/+1
* elf: Fix a DTV setup issue [BZ #27136]Szabolcs Nagy2021-02-151-1/+1
* Add a DTV setup test [BZ #27136]Szabolcs Nagy2021-02-153-2/+106
* Add test case for [BZ #19329]Szabolcs Nagy2021-02-154-3/+85
* elf: Fix data race in _dl_name_match_p [BZ #21349]Maninder Singh2021-02-152-2/+20
* aarch64: free tlsdesc data on dlclose [BZ #27403]Szabolcs Nagy2021-02-151-0/+27
* elf: Do not copy vDSO soname when setting up link mapFlorian Weimer2021-02-121-12/+5
* x86: Remove the extra space between "# endif"H.J. Lu2021-02-121-1/+1
* hurd: Fix fstatfs build failureAdhemerval Zanella2021-02-111-1/+1
* linux: Remove stat-check.cAdhemerval Zanella2021-02-113-30/+13
* linux: Remove overflow.hAdhemerval Zanella2021-02-111-69/+0
* linux: Consolidate internal_statvfsAdhemerval Zanella2021-02-119-37/+56
* linux: Consolidate statvfs implementationsAdhemerval Zanella2021-02-117-48/+26
* linux: Consolidate fstatvfs implementationsAdhemerval Zanella2021-02-117-46/+25
* linux: Consolidate statfs implementationsAdhemerval Zanella2021-02-119-81/+125
* linux: Consolidate fstatfs implementationsAdhemerval Zanella2021-02-1110-77/+129
* linux: Set LFS statfs as defaultAdhemerval Zanella2021-02-112-11/+75
* linux: Set default kernel_stat.h to LFSAdhemerval Zanella2021-02-1115-200/+231
* linux: Fix STATFS_IS_STATFS64 definitionAdhemerval Zanella2021-02-118-8/+36
* tunables: Disallow negative values for some tunablesSiddhesh Poyarekar2021-02-102-1/+7
* x86: Use SIZE_MAX instead of (long int)-1 for tunable range valueSiddhesh Poyarekar2021-02-101-5/+5
* tunables: Simplify TUNABLE_SET interfaceSiddhesh Poyarekar2021-02-106-127/+75
* setrlimit/getrlimit: Use __nonnull to avoid null pointerXiaoming Ni2021-02-102-8/+10
* benchtests: Updated json bench-variant attributeNaohiro Tamura2021-02-101-1/+1
* regex: stop using allocaAdhemerval Zanella2021-02-091-19/+0
* regexec: remove alloca usage in build_trtableAdhemerval Zanella2021-02-091-62/+13
* regex: remove alloca usage on regex set_regsAdhemerval Zanella2021-02-091-22/+18
* malloc: Sync dynarray with gnulibAdhemerval Zanella2021-02-099-84/+95
* misc: Sync cdefs.h with gnulibAdhemerval Zanella2021-02-091-57/+85
* linux: Fix __sem_check_add_mapping search_semAdhemerval Zanella2021-02-091-1/+1
* linux: Fix __sem_check_add_mapping name lengthAdhemerval Zanella2021-02-091-0/+1
* Add more ptrace constants for AArch64 and PowerPC.Joseph Myers2021-02-082-0/+26
* strchr: Add additional benchmarks and testsnoah2021-02-082-2/+50
* x86-64: Refactor and improve performance of strchr-avx2.Snoah2021-02-082-113/+113
* pthread: Remove alloca usage from __sem_check_add_mappingAdhemerval Zanella2021-02-081-6/+17
* pthread: Refactor semaphore codeAdhemerval Zanella2021-02-088-208/+223
* linux: Require /dev/shm as the shared memory file systemFlorian Weimer2021-02-0819-303/+89
* sunrpc: Fix typo in xdr_string commentPaul Zimmermann2021-02-081-1/+1
* tst: Provide test for ppollLukasz Majewski2021-02-082-1/+57
* tst: Provide test for timerfd related functionsLukasz Majewski2021-02-082-1/+67
* x86: Add PTWRITE feature detection [BZ #27346]H.J. Lu2021-02-0710-5/+47