summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* y2038: Add test coverageazanella/y2038-workAdhemerval Zanella2021-02-1819-4/+52
* y2038: Add support for 64 bit time on legacy ABIsAdhemerval Zanella2021-02-18112-12/+2016
* y2038: Use a common definition for shmid_dsAdhemerval Zanella2021-02-188-26/+66
* y2038: Use a common definition for semid_dsAdhemerval Zanella2021-02-189-14/+59
* y2038: Use a common definition for msqid_dsLukasz Majewski2021-02-189-29/+80
* y2038: Use a common definition for statLukasz Majewski2021-02-189-220/+282
* y2038: linux: Add __USE_TIME_BITS64 support for struct timexAdhemerval Zanella2021-02-181-0/+31
* y2038: Add __USE_TIME_BITS64 support for struct utimbufAdhemerval Zanella2021-02-181-0/+5
* y2038: Add __USE_TIME_BITS64 support for struct timespecAdhemerval Zanella2021-02-181-4/+8
* y2038: Add __USE_TIME_BITS64 support for struct timevalAdhemerval Zanella2021-02-181-0/+5
* y2038: Add __USE_TIME_BITS64 support for time_tAdhemerval Zanella2021-02-181-0/+4
* tst: Add test for clock_adjtimeLukasz Majewski2021-02-182-1/+63
* tst: Add test for clock_settimeLukasz Majewski2021-02-182-1/+46
* support: Provide xclock_settime test helper functionLukasz Majewski2021-02-183-0/+41
* tst: Add test for futimensLukasz Majewski2021-02-182-1/+73
* tst: Extend cross-test-ssh.sh to specify if target date can be alteredLukasz Majewski2021-02-182-1/+38
* nptl: Fix __pthread_clockjoin_np64 __pthread_timedjoin_np64 hidden protoAdhemerval Zanella2021-02-183-4/+4
* 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