aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2018-01-06Add linux-4.15 VDSO hash for RISC-VPalmer Dabbelt1-0/+2
2018-01-06hurd: Fix glob64 compatibility symbolsSamuel Thibault3-3/+90
2018-01-06i386: Regenerate libm-test-ulps for for gcc 7 on i686Samuel Thibault1-12/+12
2018-01-06hurd: Fix build without NO_HIDDENSamuel Thibault2-0/+8
2018-01-06hurd: Add jmp_buf-macros.hSamuel Thibault1-0/+6
2018-01-05powerpc: Fix error message during relocation overflowTulio Magno Quites Machado Filho1-1/+4
2018-01-05Add test for getrlimit/setrlimit/prlimit with infinity valueAurelien Jarno2-1/+175
2018-01-05prlimit: Translate old_rlimit from RLIM64_INFINITY to RLIM_INFINITY [BZ #22678]Aurelien Jarno1-6/+9
2018-01-05Alpha: Fix the RLIM_INFINITY and RLIM64_INFINITY constantsAurelien Jarno7-63/+59
2018-01-05Alpha: Add wrappers to get/setrlimit64 to fix RLIM64_INFINITY constant [BZ #2...Aurelien Jarno2-0/+125
2018-01-04alpha: Remove s_trunc{f} implementation (BZ#22666)Adhemerval Zanella2-89/+0
2018-01-04alpha: Remove s_ceil{f} and s_floor{f} implementation (BZ#22665)Adhemerval Zanella4-210/+0
2018-01-04i386: In makecontext, align the stack before calling exit [BZ #22667]Florian Weimer1-2/+12
2018-01-02Update MIPS libm-test-ulps.Joseph Myers2-56/+68
2018-01-02Simplify getrlimit64.cAurelien Jarno1-4/+0
2018-01-02Fix typos in getrlimit64.c and setrlimit64.cAurelien Jarno2-4/+4
2018-01-02Update powerpc-nofpu libm-test-ulps.Joseph Myers1-28/+34
2018-01-02Update ARM libm-test-ulps.Joseph Myers1-26/+26
2018-01-02Remove alpha specific fmax, fmin to fix sNaN handling [BZ #22660]Aurelien Jarno4-106/+0
2018-01-01linux/arm: sync sys/ptrace.h with Linux 4.15 [BZ #22433]Dmitry V. Levin1-0/+204
2018-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers5542-5542/+5542
2017-12-29linux/x86: sync sys/ptrace.h with Linux 4.14 [BZ #22433]Dmitry V. Levin1-0/+194
2017-12-29linux: update sys/ptrace.h commentsDmitry V. Levin7-25/+49
2017-12-29linux: move a shared part of sys/ptrace.h to bits/ptrace-shared.hDmitry V. Levin9-383/+91
2017-12-27elf: remove redundant is_path argumentDmitry V. Levin1-2/+2
2017-12-24Deprecate external use of libio.h and _G_config.h.Zack Weinberg4-63/+7
2017-12-23getrandom: fix comment [BZ #22347]Dmitry V. Levin1-2/+2
2017-12-22copy_file_range: New function to copy file dataFlorian Weimer29-0/+77
2017-12-20Simplify tile assembly definitionsAdhemerval Zanella16-219/+219
2017-12-20Simplify tilegx sysdeps folderAdhemerval Zanella66-120/+86
2017-12-20Remove tilepro-*-linux-gnu supportAdhemerval Zanella49-5103/+30
2017-12-20nptl: Consolidate pthread_{timed,try}join{_np}Adhemerval Zanella2-12/+2
2017-12-20aarch64: update libm-test-ulpsSzabolcs Nagy1-20/+20
2017-12-20aarch64: fix memset with --disable-multi-archAdhemerval Zanella1-0/+4
2017-12-20nptl: Implement pthread_self in libc.so [BZ #22635]Florian Weimer1-1/+0
2017-12-19Provide a C++ version of iseqsig (bug 22377)Gabriel F. T. Gomes1-2/+6
2017-12-19Avoid signed shift overflow in pow (bug 21309).Bernd Edlinger1-1/+2
2017-12-19Revert exp reimplementation (causes test failures).Joseph Myers17-484/+319
2017-12-19Update x86_64 libm-test-ulps.Joseph Myers1-8/+10
2017-12-19Improve __ieee754_exp() performance by greater than 5x on sparc/x86.Patrick McGehearty16-311/+474
2017-12-19ia64: Fix memchr for large input sizes (BZ #22603)Adhemerval Zanella1-0/+4
2017-12-19sh: Fix clone exit return code (BZ #22605)Adhemerval Zanella1-0/+1
2017-12-19x86: Add feature_1 to tcbhead_t [BZ #22563]H.J. Lu4-1/+10
2017-12-19Linux/x86: Update cancel_jmp_buf to match __jmp_buf_tag [BZ #22563]H.J. Lu5-10/+93
2017-12-19Fix m68k bits/mathinline.h attributes (bug 22631).Joseph Myers2-68/+73
2017-12-18ld.so: Examine GLRO to detect inactive loader [BZ #20204]Florian Weimer1-1/+19
2017-12-18mips32: fix clobbering s0 in setjmp() [BZ #22624]Sergei Trofimovich1-0/+5
2017-12-18mips64: fix clobbering s0 in setjmp() [BZ #22624]Sergei Trofimovich1-0/+5
2017-12-18aarch64: fix start code for static pieSzabolcs Nagy1-1/+10