aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-07nptl: Add missing cancellation flags on futex_internal and pselect32Adhemerval Zanella
2020-10-07elf: Implement _dl_writeFlorian Weimer
2020-10-07elf: Do not search HWCAP subdirectories in statically linked binariesFlorian Weimer
2020-10-07Linux: Require properly configured /dev/pts for PTYsFlorian Weimer
2020-10-07Linux: unlockpt needs to fail with EINVAL, not ENOTTY (bug 26053)Florian Weimer
2020-10-07login/tst-grantpt: Convert to support framework, more error checkingFlorian Weimer
2020-10-06posix: Fix -Warray-bounds instances building timer_create [BZ #26687]Adhemerval Zanella
2020-10-06Replace Minumum/minumum with Minimum/minimumH.J. Lu
2020-10-05Optimize scripts/merge-test-results.shDJ Delorie
2020-10-05Fix GCC 11 -Warray-parameter warning for __sigsetjmp (bug 26647)Joseph Myers
2020-10-05manual: Fix typoJonathan Wakely
2020-10-04y2038: nptl: Convert pthread_rwlock_{clock|timed}{rd|wr}lock to support 64 bi...Lukasz Majewski
2020-10-04Y2038: nptl: Provide futex_abstimed_wait64 supporting 64 bit timeLukasz Majewski
2020-10-02sysvipc: Return EINVAL for invalid msgctl commandsAdhemerval Zanella
2020-10-02sysvipc: Fix IPC_INFO and MSG_INFO handling [BZ #26639]Adhemerval Zanella
2020-10-02sysvipc: Return EINVAL for invalid semctl commandsAdhemerval Zanella
2020-10-02sysvipc: Fix SEM_STAT_ANY kernel argument pass [BZ #26637]Dmitry V. Levin
2020-10-02aarch64: enforce >=64K guard size [BZ #26691]Szabolcs Nagy
2020-09-30sysvipc: Fix semtimedop for Linux < 5.1 for 64-bit ABIAdhemerval Zanella
2020-09-30nptl: futex: Move __NR_futex_time64 alias to beginning of futex-internal.hLukasz Majewski
2020-09-30nptl: Provide proper spelling for 32 bit version of futex_abstimed_waitLukasz Majewski
2020-09-29string: Fix strerrorname_np return value [BZ #26555]Adhemerval Zanella
2020-09-29Set tunable value as well as min/max valuesH.J. Lu
2020-09-29ld.so: add an --argv0 option [BZ #16124]Vincent Mihalkovic
2020-09-28Reversing calculation of __x86_shared_non_temporal_thresholdPatrick McGehearty
2020-09-28linux: Add time64 recvmmsg supportAdhemerval Zanella
2020-09-28linux: Add time64 support for nanosleepAdhemerval Zanella
2020-09-28linux: Consolidate utimesAdhemerval Zanella
2020-09-28linux: Use 64-bit time_t syscall on clock_getcputclockidAdhemerval Zanella
2020-09-28linux: Add time64 sigtimedwait supportAdhemerval Zanella
2020-09-28linux: Add time64 select supportAdhemerval Zanella
2020-09-28nptl: Fix __futex_abstimed_wait_cancellable32Adhemerval Zanella
2020-09-28sysvipc: Fix semtimeop for !__ASSUME_DIRECT_SYSVIPC_SYSCALLSAdhemerval Zanella
2020-09-27hurd: add ST_RELATIMESamuel Thibault
2020-09-25intl: Handle translation output codesets with suffixes [BZ #26383]Arjun Shankar
2020-09-24bench-strcmp.c: Add workloads on page boundaryH.J. Lu
2020-09-24bench-strncmp.c: Add workloads on page boundaryH.J. Lu
2020-09-24strcmp: Add a testcase for page boundaryH.J. Lu
2020-09-24strncmp: Add a testcase for page boundary [BZ #25933]H.J. Lu
2020-09-24Set locale related environment variables in debugglibc.shArjun Shankar
2020-09-23benchtests: Run _Float128 tests only on architectures that support itArjun Shankar
2020-09-22powerpc: Protect dl_powerpc_cpu_features on INIT_ARCH() [BZ #26615]Raphael Moreira Zinsly
2020-09-22x86: Harden printf against non-normal long double values (bug 26649)Florian Weimer
2020-09-22x86: Use one ldbl2mpn.c file for both i386 and x86_64Florian Weimer
2020-09-22Define __THROW to noexcept for C++11 and laterJonathan Wakely
2020-09-17Update mallinfo2 ABI, and testDJ Delorie
2020-09-17Allow memset local PLT reference for RISC-V.Alistair Francis
2020-09-17powerpc: fix ifunc implementation list for POWER9 strlen and stpcpyRaphael Moreira Zinsly
2020-09-17nscd: bump GC cycle during cache pruning (bug 26130)Andreas Schwab
2020-09-17x86: Use HAS_CPU_FEATURE with IBT and SHSTK [BZ #26625]H.J. Lu