Age | Commit message (Expand) | Author | Files | Lines |
2017-12-20 | Update miscellaneous files from upstream sources. | Joseph Myers | 1 | -96/+116 |
2017-12-19 | Document that --enable-static-pie implies PIE | H.J. Lu | 1 | -1/+2 |
2017-12-19 | Revert exp reimplementation (causes test failures). | Joseph Myers | 1 | -0/+14 |
2017-12-19 | Improve __ieee754_exp() performance by greater than 5x on sparc/x86. | Patrick McGehearty | 1 | -14/+0 |
2017-12-15 | Add --enable-static-pie configure option to build static PIE [BZ #19574] | H.J. Lu | 1 | -0/+9 |
2017-12-12 | Remove --with-fp / --without-fp. | Joseph Myers | 1 | -4/+0 |
2017-12-12 | manual: Fix a typo in locale.texi. | Rical Jasan | 1 | -1/+1 |
2017-12-12 | manual/conf.texi: add a missing underscore in front of SC_SSIZE_MAX [BZ #22588] | Aurelien Jarno | 1 | -1/+1 |
2017-12-11 | powerpc: POWER8 memcpy optimization for cached memory | Adhemerval Zanella | 1 | -0/+10 |
2017-12-07 | Add _Float32 function aliases. | Joseph Myers | 1 | -1/+2 |
2017-12-06 | Add _Float64, _Float32x function aliases. | Joseph Myers | 1 | -3/+4 |
2017-12-05 | Add elision tunables | Rogerio Alves | 2 | -3/+69 |
2017-12-05 | Linux: Implement interfaces for memory protection keys | Florian Weimer | 1 | -0/+232 |
2017-11-30 | plural.c: improve reproducibility | Juro Bystricky | 1 | -8/+6 |
2017-11-27 | Implement the mlock2 function | Florian Weimer | 1 | -2/+30 |
2017-11-27 | Add _Float64x function aliases. | Joseph Myers | 1 | -3/+3 |
2017-11-23 | Linux: Add memfd_create system call wrapper | Florian Weimer | 1 | -0/+63 |
2017-11-20 | manual: Document the MAP_HUGETLB, MADV_HUGEPAGE, MADV_NOHUGEPAGE flags | Florian Weimer | 1 | -5/+49 |
2017-11-19 | manual: Document mprotect and introduce section on memory protection | Florian Weimer | 2 | -11/+125 |
2017-11-19 | manual: Move preadv/writev variants to Scatter-Gather section | Florian Weimer | 1 | -211/+201 |
2017-11-16 | Prefer https for Sourceware links | Siddhesh Poyarekar | 1 | -2/+2 |
2017-11-15 | manual: Update to mention ENODEV for ttyname and ttyname_r | Luke Shumaker | 1 | -0/+5 |
2017-11-04 | manual: Document the O_TMPFILE flag | Florian Weimer | 1 | -0/+28 |
2017-11-04 | manual: Document the linkat function | Florian Weimer | 1 | -1/+29 |
2017-10-23 | aarch64: Document _SC_LEVEL1_DCACHE_LINESIZE caveat | Siddhesh Poyarekar | 1 | -0/+12 |
2017-10-23 | Document cache information sysconf variables | Siddhesh Poyarekar | 1 | -0/+61 |
2017-10-18 | Add _Float128 function aliases. | Joseph Myers | 1 | -1/+2 |
2017-10-05 | Remove add-ons mechanism. | Joseph Myers | 4 | -48/+5 |
2017-09-22 | Remove Banner mechanism. | Joseph Myers | 1 | -0/+3 |
2017-09-21 | Remove non-add-on Banner files. | Joseph Myers | 1 | -3/+4 |
2017-09-12 | Remove compat from DEFAULT_CONFIG lookup strings | Steve Ellcey | 1 | -7/+11 |
2017-09-08 | Add thunderx2t99 and thunderx2t99p1 CPU names to tunables list | Steve Ellcey | 1 | -1/+2 |
2017-09-01 | Obsolete pow10 functions. | Joseph Myers | 1 | -9/+1 |
2017-09-01 | Credit Ulrich Drepper for libpthread in contrib.texi | H.J. Lu | 1 | -0/+1 |
2017-09-01 | Remove obsolete notes at top level of source tree. | Zack Weinberg | 2 | -0/+310 |
2017-08-30 | malloc: Remove check_action variable [BZ #21754] | Florian Weimer | 2 | -8/+0 |
2017-08-30 | malloc: Abort on heap corruption, without a backtrace [BZ #21754] | Florian Weimer | 2 | -32/+16 |
2017-08-21 | Obsolete matherr, _LIB_VERSION, libieee.a. | Joseph Myers | 1 | -8/+0 |
2017-08-10 | manual: Rewrite the section on widths of integer types. | Rical Jasan | 1 | -40/+39 |
2017-08-10 | manual: Update @standards for [__]va_copy. | Rical Jasan | 1 | -6/+9 |
2017-08-09 | aarch64: Optimized memcpy for Qualcomm Falkor processor | Siddhesh Poyarekar | 1 | -1/+1 |
2017-08-08 | manual: Document getcontext uc_stack value on Linux [BZ #759] | Adhemerval Zanella | 1 | -0/+5 |
2017-08-02 | Update contributors and latest gcc and binutils versions | Siddhesh Poyarekar | 2 | -2/+30 |
2017-07-27 | manual: Refactor documentation of CHAR_BIT. | Rical Jasan | 1 | -6/+5 |
2017-07-27 | manual: Complete @standards in creature.texi. | Rical Jasan | 1 | -1/+1 |
2017-07-11 | posix: Add p{read,write}v2 RWF_NOWAIT flag (BZ#21738) | Adhemerval Zanella | 1 | -0/+4 |
2017-07-06 | * manual/tunables.texi: Add missing @end deftp. | DJ Delorie | 1 | -0/+1 |
2017-07-06 | Add per-thread cache to malloc | DJ Delorie | 3 | -0/+57 |
2017-06-30 | tunables, aarch64: New tunable to override cpu | Siddhesh Poyarekar | 1 | -0/+8 |
2017-06-28 | Require binutils 2.25 or later to build glibc. | Joseph Myers | 1 | -1/+1 |