aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2018-04-02hurd: Avoid local PLTs in libpthread.Samuel Thibault
2018-04-02hurd: Fix exposition of UTIME_NOW, UTIME_OMITSamuel Thibault
2018-04-02hurd: Bump remaining LGPL2+ htl licences to LGPL 2.1+Samuel Thibault
2018-04-02hurd: Remove bogus net/if_ppp.hSamuel Thibault
2018-04-02hurd: Advertise libpthreadSamuel Thibault
2018-04-02hurd libpthread: add function missing in ABI listSamuel Thibault
2018-04-02hurd: Add hurd thread librarySamuel Thibault
2018-04-02hurd: avoid letting signals go to thread created by timer_createSamuel Thibault
2018-03-29Linux i386: tst-bz21269 triggers SIGBUS on some kernelsFlorian Weimer
2018-03-27sparc: Fix arch_fork definitionAdhemerval Zanella
2018-03-27getlogin_r: return early when linux sentinel value is setJesse Hathaway
2018-03-27hurd: advertise process memory locking optionSamuel Thibault
2018-03-26Unify umount function implementations (bug 16552).Joseph Myers
2018-03-25hurd: Regenerate errno.h headerSamuel Thibault
2018-03-25hurd: Fix calling __pthread_initialize_minimal in shared caseSamuel Thibault
2018-03-25hurd: Initialize TLS and libpthread before signal thread startSamuel Thibault
2018-03-23Fix i386 memmove issue (bug 22644).Andrew Senkevich
2018-03-22Remove unused frame.h header, sigcontextinfo.h macros.Joseph Myers
2018-03-21Use x86_64 backtrace as generic version.Joseph Myers
2018-03-20Remove powerpc, sparc fdim inlines (bug 22987).Joseph Myers
2018-03-20Fix errno valuesSamuel Thibault
2018-03-20hurd: Code style fixesSamuel Thibault
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