aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2016-12-13powerpc: strncmp optimization for power9Rajalakshmi Srinivasaraghavan5-1/+422
2016-12-12Add getentropy, getrandom, <sys/random.h> [BZ #17252]Florian Weimer31-0/+174
2016-12-09support: Introduce new subdirectory for test infrastructureFlorian Weimer2-21/+26
2016-12-07Get rid of __elision_availableAndreas Schwab2-9/+3
2016-12-07Fix hypot sNaN handling (bug 20940).Joseph Myers7-10/+22
2016-12-06Fix x86_64/x86 powl handling of sNaN arguments (bug 20916).Joseph Myers2-9/+47
2016-12-05Use C11-like atomics instead of plain memory accesses in x86 lock elision.Torvald Riegel3-26/+50
2016-12-02Fix sysdeps/ieee754 pow handling of sNaN arguments (bug 20916).Joseph Myers4-11/+12
2016-12-02Fix pow (qNaN, 0) result with -lieee (bug 20919), remove dead parts of wrappers.Joseph Myers2-31/+2
2016-12-02aarch64: Use explicit offsets in _dl_tlsdesc_dynamicFlorian Weimer2-9/+12
2016-12-02S390: Regenerate ULPs.Stefan Liebler1-6/+6
2016-12-02Add llogb, llogbf, llogbl.Joseph Myers30-1/+114
2016-12-01Make ldbl-128 getpayload, setpayload functions use _Float128.Joseph Myers2-4/+4
2016-12-01Add missing hidden_def (__sigsetjmp).Joseph Myers9-0/+9
2016-12-01powerpc: Remove stpcpy internal clash with IFUNCAdhemerval Zanella1-3/+3
2016-12-01powerpc: strcmp optimization for power9Rajalakshmi Srinivasaraghavan5-1/+326
2016-12-01Refactor FP_ILOGB* out of bits/mathdef.h.Joseph Myers12-94/+72
2016-11-30powerpc: Remove stpcpy internal clash with IFUNCAdhemerval Zanella1-3/+1
2016-11-30ld.so: Remove __libc_memalignFlorian Weimer45-106/+40
2016-11-30Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628]Florian Weimer19-18/+82
2016-11-29Use XSTAT_IS_XSTAT64 in generic xstat functionsSteve Ellcey8-0/+107
2016-11-29powerpc: Add hidden definition for __sigsetjmpFlorian Weimer3-0/+13
2016-11-29powerpc: Remove unintended __longjmp symbol from ABIFlorian Weimer2-4/+1
2016-11-29Refactor FP_FAST_* into bits/fp-fast.h.Joseph Myers7-144/+16
2016-11-28Make ilogb wrappers type-generic.Joseph Myers3-10/+1
2016-11-28Work around IA64 tst-setcontext2.c compile failure.Joseph Myers1-0/+24
2016-11-28Fix sysdeps/ia64/fpu/libm-symbols.h for inclusion in testcases.Joseph Myers1-18/+20
2016-11-28X86_64: Don't use PLT nor GOT in static archives [BZ #20750]H.J. Lu1-1/+2
2016-11-28Partial ILP32 support for aarch64.Steve Ellcey33-167/+315
2016-11-28Fix for [f]statfs64/[f]statfs aliasing patchSteve Ellcey2-16/+22
2016-11-28Do not include asm/cachectl.h in nios2 sys/cachectl.h.Joseph Myers1-3/+0
2016-11-24Add setpayloadsig, setpayloadsigf, setpayloadsigl.Joseph Myers34-1/+127
2016-11-24Remove cached PID/TID in cloneAdhemerval Zanella61-718/+55
2016-11-24Refactor float_t, double_t information into bits/flt-eval-method.h.Joseph Myers16-83/+82
2016-11-24x86_64: fix static build of __memcpy_chk for compilers defaulting to PIC/PIEAurelien Jarno1-1/+1
2016-11-23Fix SH4 FP_ILOGB0 (bug 20859).Joseph Myers1-1/+1
2016-11-23MIPS: Use R_MICROMIPS_JALR rather than R_MIPS_JALR in microMIPS codeMaciej W. Rozycki3-6/+24
2016-11-23Fix x86_64 -mfpmath=387 float_t, double_t (bug 20787).Joseph Myers4-2/+9
2016-11-22Allow [f]statfs64 to alias [f]statfsSteve Ellcey17-0/+55
2016-11-21Always define XSTAT_IS_XSTAT64Steve Ellcey19-13/+27
2016-11-19Add setpayload, setpayloadf, setpayloadl.Joseph Myers40-1/+499
2016-11-18Fix hurd __access_noerrno implementation.Adhemerval Zanella1-3/+5
2016-11-18tile: create new math-tests.h headerChris Metcalf1-0/+30
2016-11-18Make tile's set_dataplane API compatibility-onlyChris Metcalf3-40/+9
2016-11-18MIPS: Add `.insn' to ensure a text label is defined as code not dataMaciej W. Rozycki3-0/+3
2016-11-17Consolidate Linux setrlimit and getrlimit implementationAdhemerval Zanella40-147/+259
2016-11-17Make Alpha <sys/user.h> self-contained.Joseph Myers1-0/+1
2016-11-16New internal function __access_noerrnoAdhemerval Zanella4-6/+57
2016-11-16Fix SH4 register-dump.h for soft-float.Joseph Myers1-1/+1
2016-11-15Make SH ucontext always match current kernels.Joseph Myers1-15/+0