aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2018-11-28S390: Regenerate ULPs.Stefan Liebler
2018-11-27Fix Hurd build with read-only source directory.Joseph Myers
2018-11-27CVE-2018-19591: if_nametoindex: Fix descriptor for overlong name [BZ #23927]Florian Weimer
2018-11-27Enable VDSO for static linking on aarch64Rafael Ávila de Espíndola
2018-11-26Enable VDSO on powerpc statically linked programs (bug 19767)Rafael Ávila de Espíndola
2018-11-23Enable VDSO on x86_64 statically linked programs [BZ #19767]Rafael Ávila de Espíndola
2018-11-23Fix Arm __ASSUME_COPY_FILE_RANGE (bug 23915).Joseph Myers
2018-11-23x86/CET: Add a re-exec test with legacy bitmapH.J. Lu
2018-11-21Remove the error handling wrapper from powSzabolcs Nagy
2018-11-21Remove the error handling wrapper from log2Szabolcs Nagy
2018-11-21Remove the error handling wrapper from logSzabolcs Nagy
2018-11-21Remove the error handling wrapper from exp and exp2Szabolcs Nagy
2018-11-20[AArch64] Adjust writeback in non-zero memsetWilco Dijkstra
2018-11-19hurd: Support lockf at offset 0 with size 0 or 1.Samuel Thibault
2018-11-16Use STRFMON_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg
2018-11-16hurd: Fix F_*LK* fcntl with __USE_FILE_OFFSET64Samuel Thibault
2018-11-14hurd: Fix build with GCC 9Samuel Thibault
2018-11-13Fix mips build with GCC 9.Joseph Myers
2018-11-13Add hidden_tls_def macros, fix powerpc-soft build with GCC 9.Joseph Myers
2018-11-13Fix sparc64 build with GCC 9.Joseph Myers
2018-11-12Fix armv7 build with GCC 9.Joseph Myers
2018-11-12Fix i686 build with GCC 9.Joseph Myers
2018-11-12Remove redundant macro definitions from ia64 sfp-machine.h.Joseph Myers
2018-11-11hurd: Document dtable_cloexec size convention.Samuel Thibault
2018-11-10Hurd: export _hurd_port_moveSamuel Thibault
2018-11-10Hurd: Fix ulinks in fd table reallocationSamuel Thibault
2018-11-10Hurd: Implement chdir support in posix_spawnSamuel Thibault
2018-11-09Add support for GCC 9 attribute copy.Martin Sebor
2018-11-08Remove __ASSUME_SOCKETCALL.Joseph Myers
2018-11-08Check multiple NT_GNU_PROPERTY_TYPE_0 notes [BZ #23509]H.J. Lu
2018-11-07Fix __ASSUME_MLOCK2 for ARM, MicroBlaze (bug 23867).Joseph Myers
2018-11-07RISC-V: don't assume PI mutexes and robust futexes before 4.20 (bug 23864)Andreas Schwab
2018-11-06Correct SH kernel-features.h undefines (bug 23862).Joseph Myers
2018-11-06posix: New function posix_spawn_file_actions_addchdir_np [BZ #17405]Florian Weimer
2018-11-04hurd: Fix last-minute refactoringSamuel Thibault
2018-11-03hurd: Support msyncSamuel Thibault
2018-11-01Update and correct SPARC configuration for supported socket syscalls (bug 238...Joseph Myers
2018-11-01MIPS: Use `.set mips2' to emulate LL/SC for the R5900 tooFredrik Noring
2018-10-31Simplify an #if #else #endifRafael Avila de Espindola
2018-10-31hurd: Fix errno* generationSamuel Thibault
2018-10-31hurd: Fix buildSamuel Thibault
2018-10-31hurd: Document how to translate EIEIO error messageSamuel Thibault
2018-10-30RISC-V: properly terminate call chain (bug 23125)Andreas Schwab
2018-10-28hurd: Fix race between calling RPC and handling a signalSamuel Thibault
2018-10-26i64: fix missing exp2f, log2f and powf symbols in libm.a [BZ #23822]Szabolcs Nagy
2018-10-25Add IN_MASK_CREATE from Linux 4.19 to sys/inotify.h.Joseph Myers
2018-10-25conform: XFAIL siginfo_t si_band test on sparc64Florian Weimer
2018-10-25hurd: XFAIL absence of C11 threads implementationSamuel Thibault
2018-10-24 Y2038: provide size of default time_t for target architectureAlbert ARIBAUD (3ADEV)
2018-10-24x86: Support RDTSCP for benchtestsH.J. Lu