aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2018-03-20Add narrowing subtract functions.Joseph Myers
2018-03-18hurd: fix buildSamuel Thibault
2018-03-18Hurd: fix port leak in TLSRichard Braun
2018-03-18hurd: Add mlockall supportSamuel Thibault
2018-03-18hurd: Fix boot with statically-linked exec serverSamuel Thibault
2018-03-18hurd: Reimplement libc locks using mach's gsyncAgustina Arzille
2018-03-18hurd: Rewrite __libc_cleanup_*Agustina Arzille
2018-03-18hurd: Add missing includeSamuel Thibault
2018-03-18x86_64: Fix build with RTLD_PRIVATE_ERRNO defined to 1Samuel Thibault
2018-03-18hurd: Fix coding styleSamuel Thibault
2018-03-17hurd: Fix link cthread/pthread symbol exposition.Samuel Thibault
2018-03-17hurd: Replace threadvars with TLSSamuel Thibault
2018-03-17hurd: add TLS supportSamuel Thibault
2018-03-16Remove sysdeps/x86/fpu/bits/mathinline.h __finite inline.Joseph Myers
2018-03-16Update i386 libm-test-ulps.Joseph Myers
2018-03-16Revert m68k __ieee754_sqrt changeWilco Dijkstra
2018-03-15Remove all target specific __ieee754_sqrt(f/l) inlinesWilco Dijkstra
2018-03-15Rename all __ieee754_sqrt(f/l) calls to sqrt(f/l)Wilco Dijkstra
2018-03-15Add support for sqrt asm redirectsWilco Dijkstra
2018-03-15Remove more old-compilers parts of sysdeps/x86/fpu/bits/mathinline.h.Joseph Myers
2018-03-15aarch64/strncmp: Use lsr instead of mov+lsrSiddhesh Poyarekar
2018-03-14Remove old-GCC parts of x86 bits/mathinline.h.Joseph Myers
2018-03-14aarch64/strncmp: Unbreak builds with old binutilsSiddhesh Poyarekar
2018-03-13aarch64: Improve strncmp for mutually misaligned inputsSiddhesh Poyarekar
2018-03-12Lookup the startup server through /servers/startupDavid Michael
2018-03-11nldbl-compat.c: Include math.h before nldbl-compat.h.Zack Weinberg
2018-03-11hurd: add gscope supportSamuel Thibault
2018-03-10Don't include math.h/math_private.h in math_ldbl_opt.h.Zack Weinberg
2018-03-10alpha/clone.S: Invoke .set noat/.set at around explicit uses of $atZack Weinberg
2018-03-10Remove hidden __libc_longjmpH.J. Lu
2018-03-09sparc32: Add nop before __startcontext to stop unwinding [BZ #22919]Aurelien Jarno
2018-03-07powerpc: Fix TLE build for SPE (BZ #22926)Adhemerval Zanella
2018-03-07Refactor Linux ARCH_FORK implementationAdhemerval Zanella
2018-03-06aarch64: Fix branch target to loop16Siddhesh Poyarekar
2018-03-06aarch64: Optimized memcmp for medium to large sizesSiddhesh Poyarekar
2018-03-06Add missing start-of-file descriptive comment.Samuel Thibault
2018-03-06hurd: Add futimesat and utimensat supportSamuel Thibault
2018-03-05hurd: Define and pass UTIME_NOW and UTIME_OMIT to new file_utimens RPCFlávio Cruz
2018-03-05hurd: Fix includability of <hurd/signal.h> in all standardsSamuel Thibault
2018-03-05Fix s390 -Os iconv build.Joseph Myers
2018-03-05Define _DIRENT_MATCHES_DIRENT64 regardlessAdhemerval Zanella
2018-03-05nptl: Fix tst-cancel4 sendto testsAdhemerval Zanella
2018-03-05i386: Fix i386 sigaction sa_restorer initialization (BZ#21269)Adhemerval Zanella
2018-03-04hurd: Add futimens supportSamuel Thibault
2018-03-04Separate out error_t definitionSamuel Thibault
2018-03-04hurd: Add missing includeSamuel Thibault
2018-03-04hurd: Move mach/param.h to bits/mach/param.hSamuel Thibault
2018-03-02Fix powerpc ifunc-sel.h build for -Os.Joseph Myers
2018-03-01nptl: Move pthread_atfork to libc_nonshared.aFlorian Weimer
2018-02-28Fix i386 fenv_private.h float128 for 32-bit --with-fpmath=sse (bug 22902).Joseph Myers