about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* hurd: Reimplement libc locks using mach's gsyncAgustina Arzille2018-03-187-278/+142
* hurd: Rewrite __libc_cleanup_*Agustina Arzille2018-03-181-17/+30
* hurd: Add missing includeSamuel Thibault2018-03-181-0/+1
* x86_64: Fix build with RTLD_PRIVATE_ERRNO defined to 1Samuel Thibault2018-03-181-4/+3
* hurd: Fix coding styleSamuel Thibault2018-03-182-8/+8
* hurd: Fix link cthread/pthread symbol exposition.Samuel Thibault2018-03-173-8/+8
* hurd: Replace threadvars with TLSSamuel Thibault2018-03-1715-144/+74
* hurd: add TLS supportSamuel Thibault2018-03-176-8/+78
* Remove sysdeps/x86/fpu/bits/mathinline.h __finite inline.Joseph Myers2018-03-161-13/+0
* Update i386 libm-test-ulps.Joseph Myers2018-03-162-24/+24
* Revert m68k __ieee754_sqrt changeWilco Dijkstra2018-03-161-0/+1
* Remove all target specific __ieee754_sqrt(f/l) inlinesWilco Dijkstra2018-03-159-253/+1
* Rename all __ieee754_sqrt(f/l) calls to sqrt(f/l)Wilco Dijkstra2018-03-1547-103/+102
* Add support for sqrt asm redirectsWilco Dijkstra2018-03-153-3/+2
* Remove more old-compilers parts of sysdeps/x86/fpu/bits/mathinline.h.Joseph Myers2018-03-151-183/+0
* aarch64/strncmp: Use lsr instead of mov+lsrSiddhesh Poyarekar2018-03-151-4/+2
* Remove old-GCC parts of x86 bits/mathinline.h.Joseph Myers2018-03-141-306/+0
* aarch64/strncmp: Unbreak builds with old binutilsSiddhesh Poyarekar2018-03-141-2/+4
* aarch64: Improve strncmp for mutually misaligned inputsSiddhesh Poyarekar2018-03-131-15/+80
* Lookup the startup server through /servers/startupDavid Michael2018-03-121-2/+3
* nldbl-compat.c: Include math.h before nldbl-compat.h.Zack Weinberg2018-03-111-0/+1
* hurd: add gscope supportSamuel Thibault2018-03-1120-0/+47
* Don't include math.h/math_private.h in math_ldbl_opt.h.Zack Weinberg2018-03-1022-3/+27
* alpha/clone.S: Invoke .set noat/.set at around explicit uses of $atZack Weinberg2018-03-101-0/+2
* Remove hidden __libc_longjmpH.J. Lu2018-03-102-2/+0
* sparc32: Add nop before __startcontext to stop unwinding [BZ #22919]Aurelien Jarno2018-03-091-0/+13
* powerpc: Fix TLE build for SPE (BZ #22926)Adhemerval Zanella2018-03-075-2/+10
* Refactor Linux ARCH_FORK implementationAdhemerval Zanella2018-03-0729-413/+109
* aarch64: Fix branch target to loop16Siddhesh Poyarekar2018-03-061-1/+1
* aarch64: Optimized memcmp for medium to large sizesSiddhesh Poyarekar2018-03-061-21/+55
* Add missing start-of-file descriptive comment.Samuel Thibault2018-03-068-8/+16
* hurd: Add futimesat and utimensat supportSamuel Thibault2018-03-066-36/+167
* hurd: Define and pass UTIME_NOW and UTIME_OMIT to new file_utimens RPCFlávio Cruz2018-03-056-53/+149
* hurd: Fix includability of <hurd/signal.h> in all standardsSamuel Thibault2018-03-058-0/+40
* Fix s390 -Os iconv build.Joseph Myers2018-03-051-0/+4
* Define _DIRENT_MATCHES_DIRENT64 regardlessAdhemerval Zanella2018-03-051-0/+2
* nptl: Fix tst-cancel4 sendto testsAdhemerval Zanella2018-03-052-14/+0
* i386: Fix i386 sigaction sa_restorer initialization (BZ#21269)Adhemerval Zanella2018-03-053-1/+238
* hurd: Add futimens supportSamuel Thibault2018-03-041-0/+50
* Separate out error_t definitionSamuel Thibault2018-03-043-16/+29
* hurd: Add missing includeSamuel Thibault2018-03-041-0/+1
* hurd: Move mach/param.h to bits/mach/param.hSamuel Thibault2018-03-042-2/+2
* Fix powerpc ifunc-sel.h build for -Os.Joseph Myers2018-03-021-2/+2
* nptl: Move pthread_atfork to libc_nonshared.aFlorian Weimer2018-03-011-2/+1
* Fix i386 fenv_private.h float128 for 32-bit --with-fpmath=sse (bug 22902).Joseph Myers2018-02-281-0/+6
* Use libc_hidden_* for strtoumax (bug 15105).Joseph Myers2018-02-282-0/+2
* hurd: fix timer_routines.c buildSamuel Thibault2018-02-271-1/+1
* hurd: fix gai_misc buildSamuel Thibault2018-02-271-0/+67
* hurd: fix timer_routines.c buildSamuel Thibault2018-02-271-0/+3
* Move NPTL-specific code to NPTL-specific headerSamuel Thibault2018-02-272-26/+52