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