about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* powerpc64: Stop assuming new processors have VSX tuliom/microwattTulio Magno Quites Machado Filho2021-02-1723-55/+113
* powerpc64: Restrict memset implementation that require fixed cache line sizeTulio Magno Quites Machado Filho2021-02-172-18/+25
* tst: time: Provide Y2038 tests for mktime (tst-mktime4.c)Lukasz Majewski2021-02-162-1/+110
* tst: Provide test for difftimeLukasz Majewski2021-02-162-1/+57
* tst: Provide test for ctimeLukasz Majewski2021-02-162-1/+57
* tst: Provide test for sched_rr_get_intervalLukasz Majewski2021-02-162-1/+46
* S390: Add new hwcap values.Stefan Liebler2021-02-163-3/+8
* aarch64: Fix sys/ptrace.h if linux headers are includedSzabolcs Nagy2021-02-151-0/+34
* 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
* nsswitch: return result when nss database is locked [BZ #27343]Sergei Trofimovich2021-02-051-1/+2
* printf: Add smoke tests for long doubleSiddhesh Poyarekar2021-02-052-28/+103
* Add NT_ARM_TAGGED_ADDR_CTRL from Linux 5.10 to elf.h.Joseph Myers2021-02-051-0/+2
* argp: Avoid undefined behaviour when invoking qsort().Bruno Haible2021-02-041-81/+173
* argp: Improve comments.Bruno Haible2021-02-041-43/+65
* argp: Don't pass invalid arguments to isspace, isalnum, isalpha, isdigit.Bruno Haible2021-02-041-7/+7
* argp: Don't rely on undefined behaviour of _tolower().Bruno Haible2021-02-041-6/+4