| Commit message (Expand) | Author | Age | Files | Lines |
* | Add --with-nonshared-cflags option to configure | Florian Weimer | 2018-08-17 | 1 | -0/+14 |
* | x86: Support IBT and SHSTK in Intel CET [BZ #21598] | H.J. Lu | 2018-07-16 | 1 | -0/+11 |
* | testrun.sh: Implement --tool=strace, --tool=valgrind | Florian Weimer | 2018-07-04 | 1 | -1/+1 |
* | New configure option --disable-crypt. | Zack Weinberg | 2018-06-29 | 1 | -0/+18 |
* | Pass -no-pie to GCC only if GCC defaults to PIE [BZ #22614] | H.J. Lu | 2017-12-18 | 1 | -5/+8 |
* | Add --enable-static-pie configure option to build static PIE [BZ #19574] | H.J. Lu | 2017-12-15 | 1 | -0/+79 |
* | Remove --with-fp / --without-fp. | Joseph Myers | 2017-12-12 | 1 | -13/+31 |
* | Add elision tunables | Rogerio Alves | 2017-12-05 | 1 | -17/+0 |
* | plural.c: improve reproducibility | Juro Bystricky | 2017-11-30 | 1 | -64/+64 |
* | Prefer https for Sourceware links | Siddhesh Poyarekar | 2017-11-16 | 1 | -7/+7 |
* | Use newly built crt*.o files to build shared objects [BZ #22362] | H.J. Lu | 2017-11-06 | 1 | -0/+6 |
* | Avoid build multiarch if compiler warns about mismatched alias | Adhemerval Zanella | 2017-10-20 | 1 | -3/+42 |
* | Remove add-ons mechanism. | Joseph Myers | 2017-10-05 | 1 | -260/+27 |
* | crypt: Use NSPR header files in addition to NSS header files [BZ #17956] | Guido Trentalancia | 2017-10-04 | 1 | -1/+5 |
* | Update configure.ac for binutils 2.25 | H.J. Lu | 2017-09-25 | 1 | -2/+2 |
* | gmon: Add test for basic mcount/gprof functionality | Florian Weimer | 2017-08-15 | 1 | -0/+3 |
* | Check linker support for INSERT in linker script | H.J. Lu | 2017-08-04 | 1 | -0/+33 |
* | Add per-thread cache to malloc | DJ Delorie | 2017-07-06 | 1 | -0/+13 |
* | Require binutils 2.25 or later to build glibc. | Joseph Myers | 2017-06-28 | 1 | -1/+1 |
* | Support building glibc with gold 1.14 or above [BZ #14995] | H.J. Lu | 2017-06-28 | 1 | -2/+70 |
* | Require GCC 4.9 or later for building glibc. | Joseph Myers | 2017-06-19 | 1 | -1/+1 |
* | Enable tunables by default | Siddhesh Poyarekar | 2017-06-15 | 1 | -1/+1 |
* | configure: Suppress expected compiler error message | Florian Weimer | 2017-06-13 | 1 | -1/+2 |
* | Make copy of <bits/std_abs.h> from GCC 7 [BZ #21573] | H.J. Lu | 2017-06-13 | 1 | -1/+4 |
* | Deprecate libnsl by default (only shared library will be | Thorsten Kukuk | 2017-03-21 | 1 | -0/+18 |
* | Fix combreloc test with BSD grep | Alexey Neyman | 2017-03-15 | 1 | -4/+4 |
* | Enhance --enable-tunables to select tunables frontend at build time | Siddhesh Poyarekar | 2016-12-31 | 1 | -1/+2 |
* | Add framework for tunables | Siddhesh Poyarekar | 2016-12-31 | 1 | -0/+16 |
* | Work even with compilers which enable -fstack-protector by default [BZ #7065] | Nick Alcock | 2016-12-26 | 1 | -65/+25 |
* | Do not stack-protect ifunc resolvers [BZ #7065] | Nick Alcock | 2016-12-26 | 1 | -0/+2 |
* | Configure support for --enable-stack-protector [BZ #7065] | Nick Alcock | 2016-12-26 | 1 | -49/+102 |
* | Add configure check for python program | Siddhesh Poyarekar | 2016-12-22 | 1 | -2/+60 |
* | Bug 20918 - Building with --enable-nss-crypt fails tst-linkall-static | Carlos O'Donell | 2016-12-02 | 1 | -0/+29 |
* | configure: accept __stack_chk_fail_local for ssp support too [BZ #20662] | Denis Kaganovich | 2016-11-15 | 1 | -3/+5 |
* | Add configure check to test if gcc supports attribute ifunc. | Stefan Liebler | 2016-10-07 | 1 | -0/+42 |
* | Avoid running $(CXX) during build to obtain header file paths | Florian Weimer | 2016-09-21 | 1 | -0/+14 |
* | x86-64: Properly align stack in _dl_tlsdesc_dynamic [BZ #20309] | H.J. Lu | 2016-07-12 | 1 | -0/+33 |
* | Avoid an extra branch to PLT for -z now | H.J. Lu | 2016-05-24 | 1 | -0/+4 |
* | Regenerated configure scripts. | Adhemerval Zanella | 2016-02-18 | 1 | -1/+1 |
* | configure: make the unsupported error message less hostile | Mike Frysinger | 2016-01-17 | 1 | -10/+6 |
* | Use shell's builtin pwd. | Ludovic Courtès | 2015-12-02 | 1 | -1/+1 |
* | Rename localedir to complocaledir (bug 14259). | Carlos O'Donell | 2015-11-27 | 1 | -1/+1 |
* | Run tst-prelink test for GLOB_DAT reloc | H.J. Lu | 2015-11-14 | 1 | -0/+34 |
* | Remove configure tests for some linker -z options. | Joseph Myers | 2015-11-06 | 1 | -96/+0 |
* | Remove --no-whole-archive configure test. | Joseph Myers | 2015-11-03 | 1 | -30/+0 |
* | Remove init_array / fini_array configure test. | Joseph Myers | 2015-11-02 | 1 | -38/+0 |
* | Remove configure tests for visibility support. | Joseph Myers | 2015-10-29 | 1 | -117/+20 |
* | Use -std=gnu11 instead of -std=gnu99. | Joseph Myers | 2015-10-27 | 1 | -1/+1 |
* | Remove sysdeps/nptl/configure.ac. | Joseph Myers | 2015-10-27 | 1 | -2/+0 |
* | Require GCC 4.7 or later to build glibc. | Joseph Myers | 2015-10-27 | 1 | -1/+1 |