aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2018-12-05Add __vfscanf_internal and __vfwscanf_internal with flags arguments.Zack Weinberg3-4/+23
2018-12-03Enable VDSO for static linking on armRafael Ávila de Espíndola3-10/+8
2018-12-03posix: Fix segfault in maybe_script_executeAdhemerval Zanella1-1/+1
2018-12-03x86: Extend CPUID support in struct cpu_featuresH.J. Lu6-245/+1249
2018-12-01htl: Fix comparing attr with default valuesSamuel Thibault4-4/+4
2018-12-01Mutex: Add pthread mutex tunablesKemi Wang2-0/+49
2018-11-30Enable VDSO on i386 statically linked programsRafael Ávila de Espíndola2-7/+8
2018-11-30scripts/abilist.awk: Handle special _end symbol for HurdFlorian Weimer1-1/+1
2018-11-30posix: Use posix_spawn on systemAdhemerval Zanella8-255/+118
2018-11-30hurd: Fix returning value for fcntl(F_*LK*)Samuel Thibault1-6/+4
2018-11-28S390: Regenerate ULPs.Stefan Liebler1-12/+8
2018-11-27Fix Hurd build with read-only source directory.Joseph Myers1-3/+4
2018-11-27CVE-2018-19591: if_nametoindex: Fix descriptor for overlong name [BZ #23927]Florian Weimer1-5/+6
2018-11-27Enable VDSO for static linking on aarch64Rafael Ávila de Espíndola3-10/+8
2018-11-26Enable VDSO on powerpc statically linked programs (bug 19767)Rafael Ávila de Espíndola4-9/+10
2018-11-23Enable VDSO on x86_64 statically linked programs [BZ #19767]Rafael Ávila de Espíndola7-10/+22
2018-11-23Fix Arm __ASSUME_COPY_FILE_RANGE (bug 23915).Joseph Myers1-3/+4
2018-11-23x86/CET: Add a re-exec test with legacy bitmapH.J. Lu2-2/+86
2018-11-21Remove the error handling wrapper from powSzabolcs Nagy33-11/+57
2018-11-21Remove the error handling wrapper from log2Szabolcs Nagy29-6/+49
2018-11-21Remove the error handling wrapper from logSzabolcs Nagy34-7/+56
2018-11-21Remove the error handling wrapper from exp and exp2Szabolcs Nagy39-16/+106
2018-11-20[AArch64] Adjust writeback in non-zero memsetWilco Dijkstra1-3/+4
2018-11-19hurd: Support lockf at offset 0 with size 0 or 1.Samuel Thibault1-0/+13
2018-11-16Use STRFMON_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg2-25/+17
2018-11-16hurd: Fix F_*LK* fcntl with __USE_FILE_OFFSET64Samuel Thibault6-34/+136
2018-11-14hurd: Fix build with GCC 9Samuel Thibault1-2/+3
2018-11-13Fix mips build with GCC 9.Joseph Myers1-1/+6
2018-11-13Add hidden_tls_def macros, fix powerpc-soft build with GCC 9.Joseph Myers1-3/+3
2018-11-13Fix sparc64 build with GCC 9.Joseph Myers1-1/+2
2018-11-12Fix armv7 build with GCC 9.Joseph Myers1-1/+2
2018-11-12Fix i686 build with GCC 9.Joseph Myers6-6/+6
2018-11-12Remove redundant macro definitions from ia64 sfp-machine.h.Joseph Myers1-10/+0
2018-11-11hurd: Document dtable_cloexec size convention.Samuel Thibault1-1/+1
2018-11-10Hurd: export _hurd_port_moveSamuel Thibault1-0/+1
2018-11-10Hurd: Fix ulinks in fd table reallocationSamuel Thibault1-1/+11
2018-11-10Hurd: Implement chdir support in posix_spawnSamuel Thibault1-10/+77
2018-11-09Add support for GCC 9 attribute copy.Martin Sebor18-21/+21
2018-11-08Remove __ASSUME_SOCKETCALL.Joseph Myers8-25/+0
2018-11-08Check multiple NT_GNU_PROPERTY_TYPE_0 notes [BZ #23509]H.J. Lu2-14/+46
2018-11-07Fix __ASSUME_MLOCK2 for ARM, MicroBlaze (bug 23867).Joseph Myers2-0/+12
2018-11-07RISC-V: don't assume PI mutexes and robust futexes before 4.20 (bug 23864)Andreas Schwab1-0/+5
2018-11-06Correct SH kernel-features.h undefines (bug 23862).Joseph Myers1-1/+4
2018-11-06posix: New function posix_spawn_file_actions_addchdir_np [BZ #17405]Florian Weimer29-0/+37
2018-11-04hurd: Fix last-minute refactoringSamuel Thibault1-1/+1
2018-11-03hurd: Support msyncSamuel Thibault1-0/+93
2018-11-01Update and correct SPARC configuration for supported socket syscalls (bug 238...Joseph Myers2-4/+24
2018-11-01MIPS: Use `.set mips2' to emulate LL/SC for the R5900 tooFredrik Noring1-1/+2
2018-10-31Simplify an #if #else #endifRafael Avila de Espindola1-19/+10
2018-10-31hurd: Fix errno* generationSamuel Thibault2-1/+10