aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-27RISC-V: Add 32-bit ABI listsAlistair Francis
2020-08-27RISC-V: Add hard float support for 32-bit CPUsZong Li
2020-08-27RISC-V: Support the 32-bit ABI implementationAlistair Francis
2020-08-27RISC-V: Add arch-syscall.h for RV32Alistair Francis
2020-08-27RISC-V: Add path of library directories for the 32-bitAlistair Francis
2020-08-27RISC-V: Support dynamic loader for the 32-bitZong Li
2020-08-27RISC-V: Add support for 32-bit vDSO callsAlistair Francis
2020-08-27RISC-V: Use 64-bit-time syscall numbers with the 32-bit portAlistair Francis
2020-08-27RISC-V: Cleanup some of the sysdep.h codeAlistair Francis
2020-08-27RISC-V: Use 64-bit time_t and off_t for RV32 and RV64Alistair Francis
2020-08-27io/lockf: Include bits/types.h before __OFF_T_MATCHES_OFF64_T checkAlistair Francis
2020-08-27elf/tst-libc_dlvsym: Add a TEST_COMPAT around some symbol testsAlistair Francis
2020-08-27hurd: define BSD 4.3 ioctls only under __USE_MISCSamuel Thibault
2020-08-26string: test strncasecmp and strncpy near page boundariesRaphael Moreira Zinsly
2020-08-24linux: Simplify utimensatAdhemerval Zanella
2020-08-24linux: Simplify timerfd_settimeAdhemerval Zanella
2020-08-24linux: Simplify timer_gettimeAdhemerval Zanella
2020-08-24linux: Simplify sched_rr_get_intervalAdhemerval Zanella
2020-08-24linux: Simplify ppollAdhemerval Zanella
2020-08-24linux: Simplify mq_timedsendAdhemerval Zanella
2020-08-24linux: Simplify mq_timedreceiveAdhemerval Zanella
2020-08-24linux: Simplify clock_settimeAdhemerval Zanella
2020-08-24linux: Simplify clock_nanosleepAdhemerval Zanella
2020-08-24linux: Simplify clock_gettimeAdhemerval Zanella
2020-08-24linux: Simplify clock_adjtimeAdhemerval Zanella
2020-08-24linux: Add helper function to optimize 64-bit time_t fallback supportAdhemerval Zanella
2020-08-21S390: Sync HWCAP names with kernel by adding aliases [BZ #25971]Stefan Liebler
2020-08-20[vcstocl] Import ProjectQuirks from its own fileSiddhesh Poyarekar
2020-08-20build-many-glibcs.py: Add a s390x -O3 glibc variant.Stefan Liebler
2020-08-20Fix namespace violation in stdio.h and sys/stat.h if build with optimization....Stefan Liebler
2020-08-19Add C2x BOOL_MAX and BOOL_WIDTH to limits.h.Joseph Myers
2020-08-19Use MPC 1.2.0 in build-many-glibcs.py.Joseph Myers
2020-08-19Add new STATX_* constants from Linux 5.8 to bits/statx-generic.h.Joseph Myers
2020-08-18Correct locking and cancellation cleanup in syslog functions (bug 26100)Andreas Schwab
2020-08-17nptl: Handle NULL abstime [BZ #26394]H.J. Lu
2020-08-13Update build-many-glibcs.py for binutils ia64 obsoletion.Joseph Myers
2020-08-13Update kernel version to 5.8 in tst-mman-consts.py.Joseph Myers
2020-08-13y2038: nptl: Convert pthread_{clock|timed}join_np to support 64 bit timeLukasz Majewski
2020-08-13aarch64: update ulps.Szabolcs Nagy
2020-08-12S390: Regenerate ULPs.Stefan Liebler
2020-08-08manual: Fix sigdescr_np and sigabbrev_np return type (BZ #26343)Adhemerval Zanella
2020-08-08math: Update x86_64 ulpsAdhemerval Zanella
2020-08-08math: Regenerate auto-libm-test-out-j0Adhemerval Zanella
2020-08-07manual: Put the istrerrorname_np and strerrordesc_np return type in bracesAdhemerval Zanella
2020-08-07Linux: Use faccessat2 to implement faccessat (bug 18683)Florian Weimer
2020-08-07manual: Fix strerrorname_np and strerrordesc_np return type (BZ #26343)Adhemerval Zanella
2020-08-07math: Fix inaccuracy of j0f for x >= 2^127 when sin(x)+cos(x) is tinyPaul Zimmermann
2020-08-07Update syscall lists for Linux 5.8.Joseph Myers
2020-08-07Use Linux 5.8 in build-many-glibcs.py.Joseph Myers
2020-08-06htl: Enable tst-cancelx?[45]Samuel Thibault