about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
...
* linux/x86: sync sys/ptrace.h with Linux 4.14 [BZ #22433]Dmitry V. Levin2017-12-291-0/+194
* linux: update sys/ptrace.h commentsDmitry V. Levin2017-12-297-25/+49
* linux: move a shared part of sys/ptrace.h to bits/ptrace-shared.hDmitry V. Levin2017-12-299-383/+91
* elf: remove redundant is_path argumentDmitry V. Levin2017-12-271-2/+2
* Deprecate external use of libio.h and _G_config.h.Zack Weinberg2017-12-244-63/+7
* getrandom: fix comment [BZ #22347]Dmitry V. Levin2017-12-231-2/+2
* copy_file_range: New function to copy file dataFlorian Weimer2017-12-2229-0/+77
* Simplify tile assembly definitionsAdhemerval Zanella2017-12-2016-219/+219
* Simplify tilegx sysdeps folderAdhemerval Zanella2017-12-2066-120/+86
* Remove tilepro-*-linux-gnu supportAdhemerval Zanella2017-12-2049-5103/+30
* nptl: Consolidate pthread_{timed,try}join{_np}Adhemerval Zanella2017-12-202-12/+2
* aarch64: update libm-test-ulpsSzabolcs Nagy2017-12-201-20/+20
* aarch64: fix memset with --disable-multi-archAdhemerval Zanella2017-12-201-0/+4
* nptl: Implement pthread_self in libc.so [BZ #22635]Florian Weimer2017-12-201-1/+0
* Provide a C++ version of iseqsig (bug 22377)Gabriel F. T. Gomes2017-12-191-2/+6
* Avoid signed shift overflow in pow (bug 21309).Bernd Edlinger2017-12-191-1/+2
* Revert exp reimplementation (causes test failures).Joseph Myers2017-12-1917-484/+319
* Update x86_64 libm-test-ulps.Joseph Myers2017-12-191-8/+10
* Improve __ieee754_exp() performance by greater than 5x on sparc/x86.Patrick McGehearty2017-12-1916-311/+474
* ia64: Fix memchr for large input sizes (BZ #22603)Adhemerval Zanella2017-12-191-0/+4
* sh: Fix clone exit return code (BZ #22605)Adhemerval Zanella2017-12-191-0/+1
* x86: Add feature_1 to tcbhead_t [BZ #22563]H.J. Lu2017-12-194-1/+10
* Linux/x86: Update cancel_jmp_buf to match __jmp_buf_tag [BZ #22563]H.J. Lu2017-12-195-10/+93
* Fix m68k bits/mathinline.h attributes (bug 22631).Joseph Myers2017-12-192-68/+73
* ld.so: Examine GLRO to detect inactive loader [BZ #20204]Florian Weimer2017-12-181-1/+19
* mips32: fix clobbering s0 in setjmp() [BZ #22624]Sergei Trofimovich2017-12-181-0/+5
* mips64: fix clobbering s0 in setjmp() [BZ #22624]Sergei Trofimovich2017-12-181-0/+5
* aarch64: fix start code for static pieSzabolcs Nagy2017-12-181-1/+10
* s390: Update ulpsRajalakshmi Srinivasaraghavan2017-12-161-20/+20
* powerpc: Update ulpsRajalakshmi Srinivasaraghavan2017-12-161-20/+20
* New generic sincosfRajalakshmi Srinivasaraghavan2017-12-164-237/+297
* Add --enable-static-pie configure option to build static PIE [BZ #19574]H.J. Lu2017-12-156-0/+128
* Don't set errno in Hurd rtld's __access_noerrnoThomas Schwinge2017-12-151-1/+0
* Update SPARC divrem generation to match output.Joseph Myers2017-12-156-11/+13
* powerpc: st{r,p}cpy optimization for aligned stringsRajalakshmi Srinivasaraghavan2017-12-151-3/+146
* x86-64: Remove sysdeps/x86_64/fpu/s_cosf.SH.J. Lu2017-12-141-533/+0
* sparc: M7 optimized memset/bzeroPatrick McGehearty2017-12-146-2/+345
* sparc: M7 optimized memcpy/mempcpy/memmovePatrick McGehearty2017-12-1412-2/+1072
* sparc: assembly version of memmove for ultra1+Jose E. Marchesi2017-12-144-0/+191
* sparc: support the ADP hw capabilityJose E. Marchesi2017-12-143-3/+4
* aarch64: Improve strcmp unaligned performanceSiddhesh Poyarekar2017-12-131-2/+29
* Add sysdeps/ieee754/soft-fp.Joseph Myers2017-12-1232-39/+219
* x86-64: Add cosf with FMAH.J. Lu2017-12-124-2/+35
* Update IA64 libm-test-ulpsAdhemerval Zanella2017-12-121-26/+1914
* ia64: Add ipc_priv.h header to set __IPC_64 to zeroJames Clarke2017-12-121-0/+21
* Remove --with-fp / --without-fp.Joseph Myers2017-12-124-3/+16
* New generic cosfPaul Clarke2017-12-111-40/+214
* powerpc: POWER8 memcpy optimization for cached memoryAdhemerval Zanella2017-12-1111-13/+310
* S390: Add CFI rule in _dl_runtime_resolve[_vx] for unwinding.Stefan Liebler2017-12-112-25/+23
* x86-64: Add sinf with FMAH.J. Lu2017-12-074-1/+36