summaryrefslogtreecommitdiff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* WIP finer-grained, more aggressive local PLT call checkzack/wip-check-localplt-2Zack Weinberg2018-03-26129-206/+391
* [Bug 15368] Move pthread_kill to libc and use it to implement raise.zack/wip-pthread-no-dupe-defnsZack Weinberg2018-03-2637-90/+249
* WIP no duplicate function definitions in pthreadZack Weinberg2018-03-2618-88/+232
* RFC: Introduce pt-compat-stubs and use it to replace pt-vfork.Zack Weinberg2018-03-2634-285/+362
* hurd: Regenerate errno.h headerSamuel Thibault2018-03-251-2/+2
* hurd: Fix calling __pthread_initialize_minimal in shared caseSamuel Thibault2018-03-251-1/+1
* hurd: Initialize TLS and libpthread before signal thread startSamuel Thibault2018-03-254-8/+50
* Fix i386 memmove issue (bug 22644).Andrew Senkevich2018-03-231-6/+6
* Remove unused frame.h header, sigcontextinfo.h macros.Joseph Myers2018-03-2220-210/+0
* Use x86_64 backtrace as generic version.Joseph Myers2018-03-2110-143/+0
* Remove powerpc, sparc fdim inlines (bug 22987).Joseph Myers2018-03-202-71/+0
* Fix errno valuesSamuel Thibault2018-03-201-16/+16
* hurd: Code style fixesSamuel Thibault2018-03-201-7/+5
* Add narrowing subtract functions.Joseph Myers2018-03-2050-2/+855
* hurd: fix buildSamuel Thibault2018-03-181-1/+1
* Hurd: fix port leak in TLSRichard Braun2018-03-181-8/+13
* hurd: Add mlockall supportSamuel Thibault2018-03-182-0/+82
* hurd: Fix boot with statically-linked exec serverSamuel Thibault2018-03-181-1/+1
* 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