aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2018-03-17hurd: add TLS supportSamuel Thibault6-8/+78
2018-03-16Remove sysdeps/x86/fpu/bits/mathinline.h __finite inline.Joseph Myers1-13/+0
2018-03-16Update i386 libm-test-ulps.Joseph Myers2-24/+24
2018-03-16Revert m68k __ieee754_sqrt changeWilco Dijkstra1-0/+1
2018-03-15Remove all target specific __ieee754_sqrt(f/l) inlinesWilco Dijkstra9-253/+1
2018-03-15Rename all __ieee754_sqrt(f/l) calls to sqrt(f/l)Wilco Dijkstra47-103/+102
2018-03-15Add support for sqrt asm redirectsWilco Dijkstra3-3/+2
2018-03-15Remove more old-compilers parts of sysdeps/x86/fpu/bits/mathinline.h.Joseph Myers1-183/+0
2018-03-15aarch64/strncmp: Use lsr instead of mov+lsrSiddhesh Poyarekar1-4/+2
2018-03-14Remove old-GCC parts of x86 bits/mathinline.h.Joseph Myers1-306/+0
2018-03-14aarch64/strncmp: Unbreak builds with old binutilsSiddhesh Poyarekar1-2/+4
2018-03-13aarch64: Improve strncmp for mutually misaligned inputsSiddhesh Poyarekar1-15/+80
2018-03-12Lookup the startup server through /servers/startupDavid Michael1-2/+3
2018-03-11nldbl-compat.c: Include math.h before nldbl-compat.h.Zack Weinberg1-0/+1
2018-03-11hurd: add gscope supportSamuel Thibault20-0/+47
2018-03-10Don't include math.h/math_private.h in math_ldbl_opt.h.Zack Weinberg22-3/+27
2018-03-10alpha/clone.S: Invoke .set noat/.set at around explicit uses of $atZack Weinberg1-0/+2
2018-03-10Remove hidden __libc_longjmpH.J. Lu2-2/+0
2018-03-09sparc32: Add nop before __startcontext to stop unwinding [BZ #22919]Aurelien Jarno1-0/+13
2018-03-07powerpc: Fix TLE build for SPE (BZ #22926)Adhemerval Zanella5-2/+10
2018-03-07Refactor Linux ARCH_FORK implementationAdhemerval Zanella29-413/+109
2018-03-06aarch64: Fix branch target to loop16Siddhesh Poyarekar1-1/+1
2018-03-06aarch64: Optimized memcmp for medium to large sizesSiddhesh Poyarekar1-21/+55
2018-03-06Add missing start-of-file descriptive comment.Samuel Thibault8-8/+16
2018-03-06hurd: Add futimesat and utimensat supportSamuel Thibault6-36/+167
2018-03-05hurd: Define and pass UTIME_NOW and UTIME_OMIT to new file_utimens RPCFlávio Cruz6-53/+149
2018-03-05hurd: Fix includability of <hurd/signal.h> in all standardsSamuel Thibault8-0/+40
2018-03-05Fix s390 -Os iconv build.Joseph Myers1-0/+4
2018-03-05Define _DIRENT_MATCHES_DIRENT64 regardlessAdhemerval Zanella1-0/+2
2018-03-05nptl: Fix tst-cancel4 sendto testsAdhemerval Zanella2-14/+0
2018-03-05i386: Fix i386 sigaction sa_restorer initialization (BZ#21269)Adhemerval Zanella3-1/+238
2018-03-04hurd: Add futimens supportSamuel Thibault1-0/+50
2018-03-04Separate out error_t definitionSamuel Thibault3-16/+29
2018-03-04hurd: Add missing includeSamuel Thibault1-0/+1
2018-03-04hurd: Move mach/param.h to bits/mach/param.hSamuel Thibault2-2/+2
2018-03-02Fix powerpc ifunc-sel.h build for -Os.Joseph Myers1-2/+2
2018-03-01nptl: Move pthread_atfork to libc_nonshared.aFlorian Weimer1-2/+1
2018-02-28Fix i386 fenv_private.h float128 for 32-bit --with-fpmath=sse (bug 22902).Joseph Myers1-0/+6
2018-02-28Use libc_hidden_* for strtoumax (bug 15105).Joseph Myers2-0/+2
2018-02-27hurd: fix timer_routines.c buildSamuel Thibault1-1/+1
2018-02-27hurd: fix gai_misc buildSamuel Thibault1-0/+67
2018-02-27hurd: fix timer_routines.c buildSamuel Thibault1-0/+3
2018-02-27Move NPTL-specific code to NPTL-specific headerSamuel Thibault2-26/+52
2018-02-26linux/powerpc: sync sys/ptrace.h with Linux 4.15 [BZ #22433, #22807]Dmitry V. Levin1-0/+62
2018-02-26powerpc: Undefine Linux ptrace macros that conflict with __ptrace_requestTulio Magno Quites Machado Filho1-0/+43
2018-02-23Define GEN_AS_CONST_HEADERS when generating header files [BZ #22792]H.J. Lu2-2/+8
2018-02-22Update sparc ulpsAdhemerval Zanella1-0/+2
2018-02-22Refactor atfork handlersAdhemerval Zanella3-108/+21
2018-02-22Rename nptl-signals.h to internal-signals.hAdhemerval Zanella4-14/+13
2018-02-22RISC-V: fmax/fmin: Handle signalling NaNs correctly.Andrew Waterman4-8/+36