aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2018-12-18S390: Add configure check to detect z10 as mininum architecture level set.Stefan Liebler2-0/+68
2018-12-18x86: Merge i386/x86_64 atomic-machine.hH.J. Lu2-621/+165
2018-12-17Do not clobber r12 for ia64 syscalls.Joseph Myers1-1/+1
2018-12-17Add test that MAP_* constants agree with kernel.Joseph Myers2-0/+74
2018-12-17Add statx conditionals for wordsize-32 *xstat.cMao Han13-6/+169
2018-12-14Remove x86 mathinline.h asinh, acosh, atanh inlines.Joseph Myers1-13/+0
2018-12-13Do not clobber sp in _hurd_stack_setup.Joseph Myers1-1/+1
2018-12-13x86: Add Hygon Dhyana support.Carlos O'Donell1-2/+3
2018-12-12Remove x86 mathinline.h hypot inline.Joseph Myers1-4/+0
2018-12-12timespec_get (posix): Fix copyright headerFlorian Weimer1-1/+1
2018-12-12powerpc: Add missing CFI register information (bug #23614)Tulio Magno Quites Machado Filho3-18/+38
2018-12-11Fix powf overflow handling in non-nearest rounding mode [BZ #23961]Szabolcs Nagy1-0/+12
2018-12-10Move tst-signal-numbers to Python.Joseph Myers3-90/+55
2018-12-10Enable VDSO for static linking on mipsRafael Ávila de Espíndola5-10/+13
2018-12-10compat getdents64: Use correct offset for retry [BZ #23972]Florian Weimer2-3/+17
2018-12-10Move *-le.abilist to le/*.abilistAndreas Schwab27-4/+0
2018-12-08Fix potential stack overflow [BZ #23490]Paul Pluzhnikov1-2/+2
2018-12-07hurd: Fix linknamespace of spawniSamuel Thibault1-2/+2
2018-12-07Add getcpuH.J. Lu31-1/+83
2018-12-07hurd: Implement support for posix_spawn_file_actions_addfchdir_npSamuel Thibault1-0/+44
2018-12-07posix: New function posix_spawn_file_actions_addfchdir_np [BZ #17405]Florian Weimer29-0/+37
2018-12-05Use PRINTF_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg4-276/+238
2018-12-05Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)Zack Weinberg3-23/+23
2018-12-05Add __vsyslog_internal, with same flags as __v*printf_internal.Zack Weinberg1-1/+1
2018-12-05Add __v*printf_internal with flags argumentsZack Weinberg1-10/+11
2018-12-05Use SCANF_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg1-130/+121
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