aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-17powerpc64: Stop assuming new processors have VSXtuliom/microwattTulio Magno Quites Machado Filho
2021-02-17powerpc64: Restrict memset implementation that require fixed cache line sizeTulio Magno Quites Machado Filho
2021-02-16tst: time: Provide Y2038 tests for mktime (tst-mktime4.c)Lukasz Majewski
2021-02-16tst: Provide test for difftimeLukasz Majewski
2021-02-16tst: Provide test for ctimeLukasz Majewski
2021-02-16tst: Provide test for sched_rr_get_intervalLukasz Majewski
2021-02-16S390: Add new hwcap values.Stefan Liebler
2021-02-15aarch64: Fix sys/ptrace.h if linux headers are includedSzabolcs Nagy
2021-02-12elf: Do not copy vDSO soname when setting up link mapFlorian Weimer
2021-02-12x86: Remove the extra space between "# endif"H.J. Lu
2021-02-11hurd: Fix fstatfs build failureAdhemerval Zanella
2021-02-11linux: Remove stat-check.cAdhemerval Zanella
2021-02-11linux: Remove overflow.hAdhemerval Zanella
2021-02-11linux: Consolidate internal_statvfsAdhemerval Zanella
2021-02-11linux: Consolidate statvfs implementationsAdhemerval Zanella
2021-02-11linux: Consolidate fstatvfs implementationsAdhemerval Zanella
2021-02-11linux: Consolidate statfs implementationsAdhemerval Zanella
2021-02-11linux: Consolidate fstatfs implementationsAdhemerval Zanella
2021-02-11linux: Set LFS statfs as defaultAdhemerval Zanella
2021-02-11linux: Set default kernel_stat.h to LFSAdhemerval Zanella
2021-02-11linux: Fix STATFS_IS_STATFS64 definitionAdhemerval Zanella
2021-02-10tunables: Disallow negative values for some tunablesSiddhesh Poyarekar
2021-02-10x86: Use SIZE_MAX instead of (long int)-1 for tunable range valueSiddhesh Poyarekar
2021-02-10tunables: Simplify TUNABLE_SET interfaceSiddhesh Poyarekar
2021-02-10setrlimit/getrlimit: Use __nonnull to avoid null pointerXiaoming Ni
2021-02-10benchtests: Updated json bench-variant attributeNaohiro Tamura
2021-02-09regex: stop using allocaAdhemerval Zanella
2021-02-09regexec: remove alloca usage in build_trtableAdhemerval Zanella
2021-02-09regex: remove alloca usage on regex set_regsAdhemerval Zanella
2021-02-09malloc: Sync dynarray with gnulibAdhemerval Zanella
2021-02-09misc: Sync cdefs.h with gnulibAdhemerval Zanella
2021-02-09linux: Fix __sem_check_add_mapping search_semAdhemerval Zanella
2021-02-09linux: Fix __sem_check_add_mapping name lengthAdhemerval Zanella
2021-02-08Add more ptrace constants for AArch64 and PowerPC.Joseph Myers
2021-02-08strchr: Add additional benchmarks and testsnoah
2021-02-08x86-64: Refactor and improve performance of strchr-avx2.Snoah
2021-02-08pthread: Remove alloca usage from __sem_check_add_mappingAdhemerval Zanella
2021-02-08pthread: Refactor semaphore codeAdhemerval Zanella
2021-02-08linux: Require /dev/shm as the shared memory file systemFlorian Weimer
2021-02-08sunrpc: Fix typo in xdr_string commentPaul Zimmermann
2021-02-08tst: Provide test for ppollLukasz Majewski
2021-02-08tst: Provide test for timerfd related functionsLukasz Majewski
2021-02-07x86: Add PTWRITE feature detection [BZ #27346]H.J. Lu
2021-02-05nsswitch: return result when nss database is locked [BZ #27343]Sergei Trofimovich
2021-02-05printf: Add smoke tests for long doubleSiddhesh Poyarekar
2021-02-05Add NT_ARM_TAGGED_ADDR_CTRL from Linux 5.10 to elf.h.Joseph Myers
2021-02-04argp: Avoid undefined behaviour when invoking qsort().Bruno Haible
2021-02-04argp: Improve comments.Bruno Haible
2021-02-04argp: Don't pass invalid arguments to isspace, isalnum, isalpha, isdigit.Bruno Haible
2021-02-04argp: Don't rely on undefined behaviour of _tolower().Bruno Haible