Age | Commit message (Expand) | Author | Files | Lines |
2021-02-21 | configure: Remove obsolete AC_CHECK_TOOL_PREFIX | Naohiro Tamura | 1 | -1/+0 |
2021-01-21 | configure: Check for static PIE support | Szabolcs Nagy | 1 | -0/+13 |
2021-01-11 | install: Replace scripts/output-format.sed with objdump -f [BZ #26559] | Fangrui Song | 1 | -19/+0 |
2020-12-21 | config: Allow memory tagging to be enabled when configuring glibc | Richard Earnshaw | 1 | -0/+22 |
2020-07-13 | Remove --enable-obsolete-rpc configure flag | Petr Vorel | 1 | -18/+0 |
2020-07-08 | Remove --enable-obsolete-nsl configure flag | Petr Vorel | 1 | -19/+1 |
2020-05-18 | Remove NO_CTORS_DTORS_SECTIONS macro | Florian Weimer | 1 | -53/+0 |
2020-03-06 | Remove reference of --without-fp on configure | Adhemerval Zanella | 1 | -1/+2 |
2020-03-05 | Improve IFUNC check [BZ #25506] | Fangrui Song | 1 | -1/+1 |
2019-12-03 | x86: Assume --enable-cet if GCC defaults to CET [BZ #25225] | Florian Weimer | 1 | -1/+22 |
2019-09-09 | Fix http: URL in 'configure' | Paul Eggert | 1 | -3/+3 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 1 | -1/+1 |
2019-02-27 | elf/Makefile: Run IFUNC tests if binutils supports IFUNC | H.J. Lu | 1 | -0/+2 |
2019-02-01 | Require GCC 6.2 or later to build glibc. | Joseph Myers | 1 | -1/+1 |
2018-12-21 | Require GCC 5 or later to build glibc (bug 23993). | Joseph Myers | 1 | -1/+1 |
2018-10-29 | Patch to require Python 3.4 or later to build glibc. | Joseph Myers | 1 | -9/+20 |
2018-09-25 | Fix ifunc support with DT_TEXTREL segments (BZ#20480) | Adhemerval Zanella | 1 | -0/+47 |
2018-08-17 | Add --with-nonshared-cflags option to configure | Florian Weimer | 1 | -0/+14 |
2018-07-16 | x86: Support IBT and SHSTK in Intel CET [BZ #21598] | H.J. Lu | 1 | -0/+11 |
2018-07-04 | testrun.sh: Implement --tool=strace, --tool=valgrind | Florian Weimer | 1 | -1/+1 |
2018-06-29 | New configure option --disable-crypt. | Zack Weinberg | 1 | -0/+18 |
2017-12-18 | Pass -no-pie to GCC only if GCC defaults to PIE [BZ #22614] | H.J. Lu | 1 | -5/+8 |
2017-12-15 | Add --enable-static-pie configure option to build static PIE [BZ #19574] | H.J. Lu | 1 | -0/+79 |
2017-12-12 | Remove --with-fp / --without-fp. | Joseph Myers | 1 | -13/+31 |
2017-12-05 | Add elision tunables | Rogerio Alves | 1 | -17/+0 |
2017-11-30 | plural.c: improve reproducibility | Juro Bystricky | 1 | -64/+64 |
2017-11-16 | Prefer https for Sourceware links | Siddhesh Poyarekar | 1 | -7/+7 |
2017-11-06 | Use newly built crt*.o files to build shared objects [BZ #22362] | H.J. Lu | 1 | -0/+6 |
2017-10-20 | Avoid build multiarch if compiler warns about mismatched alias | Adhemerval Zanella | 1 | -3/+42 |
2017-10-05 | Remove add-ons mechanism. | Joseph Myers | 1 | -260/+27 |
2017-10-04 | crypt: Use NSPR header files in addition to NSS header files [BZ #17956] | Guido Trentalancia | 1 | -1/+5 |
2017-09-25 | Update configure.ac for binutils 2.25 | H.J. Lu | 1 | -2/+2 |
2017-08-15 | gmon: Add test for basic mcount/gprof functionality | Florian Weimer | 1 | -0/+3 |
2017-08-04 | Check linker support for INSERT in linker script | H.J. Lu | 1 | -0/+33 |
2017-07-06 | Add per-thread cache to malloc | DJ Delorie | 1 | -0/+13 |
2017-06-28 | Require binutils 2.25 or later to build glibc. | Joseph Myers | 1 | -1/+1 |
2017-06-28 | Support building glibc with gold 1.14 or above [BZ #14995] | H.J. Lu | 1 | -2/+70 |
2017-06-19 | Require GCC 4.9 or later for building glibc. | Joseph Myers | 1 | -1/+1 |
2017-06-15 | Enable tunables by default | Siddhesh Poyarekar | 1 | -1/+1 |
2017-06-13 | configure: Suppress expected compiler error message | Florian Weimer | 1 | -1/+2 |
2017-06-13 | Make copy of <bits/std_abs.h> from GCC 7 [BZ #21573] | H.J. Lu | 1 | -1/+4 |
2017-03-21 | Deprecate libnsl by default (only shared library will be | Thorsten Kukuk | 1 | -0/+18 |
2017-03-15 | Fix combreloc test with BSD grep | Alexey Neyman | 1 | -4/+4 |
2016-12-31 | Enhance --enable-tunables to select tunables frontend at build time | Siddhesh Poyarekar | 1 | -1/+2 |
2016-12-31 | Add framework for tunables | Siddhesh Poyarekar | 1 | -0/+16 |
2016-12-26 | Work even with compilers which enable -fstack-protector by default [BZ #7065] | Nick Alcock | 1 | -65/+25 |
2016-12-26 | Do not stack-protect ifunc resolvers [BZ #7065] | Nick Alcock | 1 | -0/+2 |
2016-12-26 | Configure support for --enable-stack-protector [BZ #7065] | Nick Alcock | 1 | -49/+102 |
2016-12-22 | Add configure check for python program | Siddhesh Poyarekar | 1 | -2/+60 |
2016-12-02 | Bug 20918 - Building with --enable-nss-crypt fails tst-linkall-static | Carlos O'Donell | 1 | -0/+29 |