Age | Commit message (Expand) | Author | Files | Lines |
2016-12-27 | Fix x86_64 memchr for large input sizes | Adhemerval Zanella | 1 | -0/+6 |
2016-12-26 | Do not stack-protect sigreturn stubs [BZ #7065] | Nick Alcock | 2 | -3/+9 |
2016-12-26 | PLT avoidance for __stack_chk_fail [BZ #7065] | Nick Alcock | 1 | -0/+12 |
2016-12-26 | Compile the dynamic linker without stack protection [BZ #7065] | Nick Alcock | 1 | -1/+1 |
2016-12-26 | Do not stack-protect ifunc resolvers [BZ #7065] | Nick Alcock | 6 | -0/+8 |
2016-12-26 | Initialize the stack guard earlier when linking statically [BZ #7065] | Nick Alcock | 1 | -0/+11 |
2016-12-21 | This patch cleans up the strsep implementation and improves performance. | Wilco Dijkstra | 1 | -1/+1 |
2016-12-21 | Remove unused function _dl_tls_setup | Florian Weimer | 1 | -6/+0 |
2016-12-21 | x86_64: tst-quad1pie, tst-quad2pie: compile with -fPIE [BZ #7065] | Nick Alcock | 1 | -0/+3 |
2016-12-21 | Add roundeven, roundevenf, roundevenl. | Joseph Myers | 35 | -1/+651 |
2016-12-20 | S390: Optimize lock-elision by decrementing adapt_count at unlock. | Stefan Liebler | 4 | -54/+78 |
2016-12-20 | S390: Use new __libc_tbegin_retry macro in elision-lock.c. | Stefan Liebler | 2 | -28/+58 |
2016-12-20 | S390: Use own tbegin macro instead of __builtin_tbegin. | Stefan Liebler | 5 | -25/+164 |
2016-12-20 | S390: Use C11-like atomics instead of plain memory accesses in lock elision c... | Stefan Liebler | 2 | -12/+27 |
2016-12-20 | Add fmaxmag, fminmag functions. | Joseph Myers | 32 | -1/+227 |
2016-12-19 | Disable TSX on some Haswell processors. | Andrew Senkevich | 1 | -6/+23 |
2016-12-16 | New string function explicit_bzero (from OpenBSD). | Zack Weinberg | 29 | -0/+58 |
2016-12-16 | Fix powerpc64/power7 memchr for large input sizes | Adhemerval Zanella | 1 | -1/+11 |
2016-12-16 | Make w_scalbln type-generic | Gabriel F. T. Gomes | 2 | -27/+3 |
2016-12-15 | Fix x86, x86_64 fmax, fmin sNaN handling, add tests (bug 20947). | Joseph Myers | 10 | -27/+231 |
2016-12-15 | Fix powerpc fmax, fmin sNaN handling (bug 20947). | Joseph Myers | 2 | -2/+72 |
2016-12-14 | Refactor long double information into bits/long-double.h. | Joseph Myers | 14 | -152/+37 |
2016-12-14 | Include <linux/falloc.h> in bits/fcntl-linux.h. | Joseph Myers | 1 | -9/+1 |
2016-12-14 | Consolidate renameat Linux implementation | Adhemerval Zanella | 2 | -1/+32 |
2016-12-14 | Consolidate rename Linux implementation | Adhemerval Zanella | 1 | -4/+10 |
2016-12-14 | Make w_log1p type-generic | Gabriel F. T. Gomes | 2 | -46/+0 |
2016-12-13 | powerpc: remove _dl_platform_string and _dl_powerpc_platforms | Andreas Schwab | 2 | -62/+11 |
2016-12-13 | powerpc: strncmp optimization for power9 | Rajalakshmi Srinivasaraghavan | 5 | -1/+422 |
2016-12-12 | Add getentropy, getrandom, <sys/random.h> [BZ #17252] | Florian Weimer | 31 | -0/+174 |
2016-12-09 | support: Introduce new subdirectory for test infrastructure | Florian Weimer | 2 | -21/+26 |
2016-12-07 | Get rid of __elision_available | Andreas Schwab | 2 | -9/+3 |
2016-12-07 | Fix hypot sNaN handling (bug 20940). | Joseph Myers | 7 | -10/+22 |
2016-12-06 | Fix x86_64/x86 powl handling of sNaN arguments (bug 20916). | Joseph Myers | 2 | -9/+47 |
2016-12-05 | Use C11-like atomics instead of plain memory accesses in x86 lock elision. | Torvald Riegel | 3 | -26/+50 |
2016-12-02 | Fix sysdeps/ieee754 pow handling of sNaN arguments (bug 20916). | Joseph Myers | 4 | -11/+12 |
2016-12-02 | Fix pow (qNaN, 0) result with -lieee (bug 20919), remove dead parts of wrappers. | Joseph Myers | 2 | -31/+2 |
2016-12-02 | aarch64: Use explicit offsets in _dl_tlsdesc_dynamic | Florian Weimer | 2 | -9/+12 |
2016-12-02 | S390: Regenerate ULPs. | Stefan Liebler | 1 | -6/+6 |
2016-12-02 | Add llogb, llogbf, llogbl. | Joseph Myers | 30 | -1/+114 |
2016-12-01 | Make ldbl-128 getpayload, setpayload functions use _Float128. | Joseph Myers | 2 | -4/+4 |
2016-12-01 | Add missing hidden_def (__sigsetjmp). | Joseph Myers | 9 | -0/+9 |
2016-12-01 | powerpc: Remove stpcpy internal clash with IFUNC | Adhemerval Zanella | 1 | -3/+3 |
2016-12-01 | powerpc: strcmp optimization for power9 | Rajalakshmi Srinivasaraghavan | 5 | -1/+326 |
2016-12-01 | Refactor FP_ILOGB* out of bits/mathdef.h. | Joseph Myers | 12 | -94/+72 |
2016-11-30 | powerpc: Remove stpcpy internal clash with IFUNC | Adhemerval Zanella | 1 | -3/+1 |
2016-11-30 | ld.so: Remove __libc_memalign | Florian Weimer | 45 | -106/+40 |
2016-11-30 | Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628] | Florian Weimer | 19 | -18/+82 |
2016-11-29 | Use XSTAT_IS_XSTAT64 in generic xstat functions | Steve Ellcey | 8 | -0/+107 |
2016-11-29 | powerpc: Add hidden definition for __sigsetjmp | Florian Weimer | 3 | -0/+13 |
2016-11-29 | powerpc: Remove unintended __longjmp symbol from ABI | Florian Weimer | 2 | -4/+1 |