about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Disable TSX on some Haswell processors.Andrew Senkevich2016-12-191-6/+23
* New string function explicit_bzero (from OpenBSD).Zack Weinberg2016-12-1629-0/+58
* Fix powerpc64/power7 memchr for large input sizesAdhemerval Zanella2016-12-161-1/+11
* Make w_scalbln type-genericGabriel F. T. Gomes2016-12-162-27/+3
* Fix x86, x86_64 fmax, fmin sNaN handling, add tests (bug 20947).Joseph Myers2016-12-1510-27/+231
* Fix powerpc fmax, fmin sNaN handling (bug 20947).Joseph Myers2016-12-152-2/+72
* Refactor long double information into bits/long-double.h.Joseph Myers2016-12-1414-152/+37
* Include <linux/falloc.h> in bits/fcntl-linux.h.Joseph Myers2016-12-141-9/+1
* Consolidate renameat Linux implementationAdhemerval Zanella2016-12-142-1/+32
* Consolidate rename Linux implementationAdhemerval Zanella2016-12-141-4/+10
* Make w_log1p type-genericGabriel F. T. Gomes2016-12-142-46/+0
* powerpc: remove _dl_platform_string and _dl_powerpc_platformsAndreas Schwab2016-12-132-62/+11
* powerpc: strncmp optimization for power9Rajalakshmi Srinivasaraghavan2016-12-135-1/+422
* Add getentropy, getrandom, <sys/random.h> [BZ #17252]Florian Weimer2016-12-1231-0/+174
* support: Introduce new subdirectory for test infrastructureFlorian Weimer2016-12-092-21/+26
* Get rid of __elision_availableAndreas Schwab2016-12-072-9/+3
* Fix hypot sNaN handling (bug 20940).Joseph Myers2016-12-077-10/+22
* Fix x86_64/x86 powl handling of sNaN arguments (bug 20916).Joseph Myers2016-12-062-9/+47
* Use C11-like atomics instead of plain memory accesses in x86 lock elision.Torvald Riegel2016-12-053-26/+50
* Fix sysdeps/ieee754 pow handling of sNaN arguments (bug 20916).Joseph Myers2016-12-024-11/+12
* Fix pow (qNaN, 0) result with -lieee (bug 20919), remove dead parts of wrappers.Joseph Myers2016-12-022-31/+2
* aarch64: Use explicit offsets in _dl_tlsdesc_dynamicFlorian Weimer2016-12-022-9/+12
* S390: Regenerate ULPs.Stefan Liebler2016-12-021-6/+6
* Add llogb, llogbf, llogbl.Joseph Myers2016-12-0230-1/+114
* Make ldbl-128 getpayload, setpayload functions use _Float128.Joseph Myers2016-12-012-4/+4
* Add missing hidden_def (__sigsetjmp).Joseph Myers2016-12-019-0/+9
* powerpc: Remove stpcpy internal clash with IFUNCAdhemerval Zanella2016-12-011-3/+3
* powerpc: strcmp optimization for power9Rajalakshmi Srinivasaraghavan2016-12-015-1/+326
* Refactor FP_ILOGB* out of bits/mathdef.h.Joseph Myers2016-12-0112-94/+72
* powerpc: Remove stpcpy internal clash with IFUNCAdhemerval Zanella2016-11-301-3/+1
* ld.so: Remove __libc_memalignFlorian Weimer2016-11-3045-106/+40
* Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628]Florian Weimer2016-11-3019-18/+82
* Use XSTAT_IS_XSTAT64 in generic xstat functionsSteve Ellcey2016-11-298-0/+107
* powerpc: Add hidden definition for __sigsetjmpFlorian Weimer2016-11-293-0/+13
* powerpc: Remove unintended __longjmp symbol from ABIFlorian Weimer2016-11-292-4/+1
* Refactor FP_FAST_* into bits/fp-fast.h.Joseph Myers2016-11-297-144/+16
* Make ilogb wrappers type-generic.Joseph Myers2016-11-283-10/+1
* Work around IA64 tst-setcontext2.c compile failure.Joseph Myers2016-11-281-0/+24
* Fix sysdeps/ia64/fpu/libm-symbols.h for inclusion in testcases.Joseph Myers2016-11-281-18/+20
* X86_64: Don't use PLT nor GOT in static archives [BZ #20750]H.J. Lu2016-11-281-1/+2
* Partial ILP32 support for aarch64.Steve Ellcey2016-11-2833-167/+315
* Fix for [f]statfs64/[f]statfs aliasing patchSteve Ellcey2016-11-282-16/+22
* Do not include asm/cachectl.h in nios2 sys/cachectl.h.Joseph Myers2016-11-281-3/+0
* Add setpayloadsig, setpayloadsigf, setpayloadsigl.Joseph Myers2016-11-2434-1/+127
* Remove cached PID/TID in cloneAdhemerval Zanella2016-11-2461-718/+55
* Refactor float_t, double_t information into bits/flt-eval-method.h.Joseph Myers2016-11-2416-83/+82
* x86_64: fix static build of __memcpy_chk for compilers defaulting to PIC/PIEAurelien Jarno2016-11-241-1/+1
* Fix SH4 FP_ILOGB0 (bug 20859).Joseph Myers2016-11-231-1/+1
* MIPS: Use R_MICROMIPS_JALR rather than R_MIPS_JALR in microMIPS codeMaciej W. Rozycki2016-11-233-6/+24
* Fix x86_64 -mfpmath=387 float_t, double_t (bug 20787).Joseph Myers2016-11-234-2/+9