| Commit message (Expand) | Author | Age | Files | Lines |
* | Post-cleanup 2: minimize _G_config.h.zack/no-libio-h | Zack Weinberg | 2018-02-05 | 1 | -8/+5 |
* | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 2018-01-01 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2018-01-01 | 14 | -14/+14 |
* | Deprecate external use of libio.h and _G_config.h. | Zack Weinberg | 2017-12-24 | 1 | -1/+1 |
* | Add --enable-static-pie configure option to build static PIE [BZ #19574] | H.J. Lu | 2017-12-15 | 4 | -6/+52 |
* | Use newly built crt*.o files to build shared objects [BZ #22362] | H.J. Lu | 2017-11-06 | 1 | -0/+10 |
* | Hide internal __libc_print_version function [BZ #18822] | H.J. Lu | 2017-10-01 | 1 | -1/+1 |
* | Remove Banner mechanism. | Joseph Myers | 2017-09-22 | 2 | -16/+0 |
* | Enable unwind info in libc-start.c and backtrace.c | Wilco Dijkstra | 2017-09-19 | 1 | -0/+3 |
* | Remove Roland McGrath/Ulrich Drepper et al. from DSO banner | H.J. Lu | 2017-09-01 | 1 | -1/+1 |
* | Mark __libc_multiple_libcs with attribute_hidden [BZ #18822] | H.J. Lu | 2017-08-21 | 1 | -2/+0 |
* | Consolidate non cancellable open call | Adhemerval Zanella | 2017-08-17 | 1 | -1/+1 |
* | i386: Add <startup.h> [BZ #21913] | H.J. Lu | 2017-08-08 | 1 | -1/+2 |
* | powerpc: Fix float128 IFUNC relocations [BZ #21707] | Tulio Magno Quites Machado Filho | 2017-07-17 | 1 | -2/+9 |
* | Delay initialization of CPU features struct in static binaries | Siddhesh Poyarekar | 2017-05-31 | 1 | -0/+6 |
* | Assume that O_NOFOLLOW is always defined | Florian Weimer | 2017-04-13 | 1 | -8/+4 |
* | getopt: remove USE_NONOPTION_FLAGS | Zack Weinberg | 2017-04-07 | 1 | -8/+0 |
* | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 13 | -13/+13 |
* | Add framework for tunables | Siddhesh Poyarekar | 2016-12-31 | 2 | -2/+8 |
* | Disable stack protector in early static initialization [BZ #7065] | Nick Alcock | 2016-12-26 | 1 | -0/+4 |
* | Initialize the stack guard earlier when linking statically [BZ #7065] | Nick Alcock | 2016-12-26 | 2 | -27/+19 |
* | Remove unused function _dl_tls_setup | Florian Weimer | 2016-12-21 | 1 | -19/+0 |
* | Move all tests out of the csu subdirectory | Nick Alcock | 2016-12-21 | 4 | -678/+3 |
* | Remove __libc_csu_irel declaration | Siddhesh Poyarekar | 2016-09-10 | 1 | -3/+0 |
* | elf: Avoid using memalign for TLS allocations [BZ #17730] | Florian Weimer | 2016-08-03 | 1 | -1/+1 |
* | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 15 | -15/+15 |
* | Fix gcrt0.o compilation | Samuel Thibault | 2015-08-07 | 1 | -2/+9 |
* | Align TCB offset to the maximum alignment | H.J. Lu | 2015-06-24 | 1 | -1/+4 |
* | Compile gcrt1.o with -fPIC | H.J. Lu | 2015-02-23 | 1 | -2/+11 |
* | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 15 | -15/+15 |
* | powerpc: Fix missing barriers in atomic_exchange_and_add_{acq,rel} | Adhemerval Zanella | 2014-11-26 | 1 | -0/+16 |
* | Add tests for C11-like atomic operations. | Torvald Riegel | 2014-11-20 | 1 | -1/+129 |
* | Modify several tests to use test-skeleton.c | Arjun Shankar | 2014-11-05 | 1 | -2/+5 |
* | Remove bitrotten --enable-oldest-abi (bug 6652). | Joseph Myers | 2014-09-16 | 1 | -3/+0 |
* | Remove second argument from TLS_INIT_TP macro | Andreas Schwab | 2014-05-27 | 1 | -2/+2 |
* | Clean up __exit_thread. | Roland McGrath | 2014-05-13 | 1 | -1/+2 |
* | Support _r_debug for static binaries. | Carlos O'Donell | 2014-04-14 | 1 | -0/+3 |
* | Remove "Compiled on ..." crapola from version text. | Roland McGrath | 2014-03-14 | 1 | -34/+1 |
* | Fix fallout from Joseph's untested Makeconfig change. | Roland McGrath | 2014-02-28 | 1 | -2/+2 |
* | Consistently include Makeconfig after defining subdir. | Joseph Myers | 2014-02-26 | 1 | -4/+2 |
* | Remove unused %include lines from Versions files. | Roland McGrath | 2014-02-22 | 1 | -2/+0 |
* | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 2014-02-10 | 1 | -4/+4 |
* | [BZ #16046] Static dlopen correction fallout fixes. | Maciej W. Rozycki | 2014-01-31 | 1 | -15/+12 |
* | Update remaining copyright dates | Allan McRae | 2014-01-01 | 1 | -1/+1 |
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 15 | -15/+15 |
* | BZ #15754: CVE-2013-4788 | Carlos O'Donell | 2013-09-23 | 1 | -0/+16 |
* | Fix static-binary lazy FPU context allocation | Maciej W. Rozycki | 2013-09-09 | 1 | -4/+1 |