Age | Commit message (Expand) | Author | Files | Lines |
2016-08-03 | elf: Avoid using memalign for TLS allocations [BZ #17730] | Florian Weimer | 1 | -1/+1 |
2016-01-04 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 15 | -15/+15 |
2015-08-07 | Fix gcrt0.o compilation | Samuel Thibault | 1 | -2/+9 |
2015-06-24 | Align TCB offset to the maximum alignment | H.J. Lu | 1 | -1/+4 |
2015-02-23 | Compile gcrt1.o with -fPIC | H.J. Lu | 1 | -2/+11 |
2015-01-02 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 15 | -15/+15 |
2014-11-26 | powerpc: Fix missing barriers in atomic_exchange_and_add_{acq,rel} | Adhemerval Zanella | 1 | -0/+16 |
2014-11-20 | Add tests for C11-like atomic operations. | Torvald Riegel | 1 | -1/+129 |
2014-11-05 | Modify several tests to use test-skeleton.c | Arjun Shankar | 1 | -2/+5 |
2014-09-16 | Remove bitrotten --enable-oldest-abi (bug 6652). | Joseph Myers | 1 | -3/+0 |
2014-05-27 | Remove second argument from TLS_INIT_TP macro | Andreas Schwab | 1 | -2/+2 |
2014-05-13 | Clean up __exit_thread. | Roland McGrath | 1 | -1/+2 |
2014-04-14 | Support _r_debug for static binaries. | Carlos O'Donell | 1 | -0/+3 |
2014-03-14 | Remove "Compiled on ..." crapola from version text. | Roland McGrath | 1 | -34/+1 |
2014-02-28 | Fix fallout from Joseph's untested Makeconfig change. | Roland McGrath | 1 | -2/+2 |
2014-02-26 | Consistently include Makeconfig after defining subdir. | Joseph Myers | 1 | -4/+2 |
2014-02-22 | Remove unused %include lines from Versions files. | Roland McGrath | 1 | -2/+0 |
2014-02-10 | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 1 | -4/+4 |
2014-01-31 | [BZ #16046] Static dlopen correction fallout fixes. | Maciej W. Rozycki | 1 | -15/+12 |
2014-01-01 | Update remaining copyright dates | Allan McRae | 1 | -1/+1 |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 15 | -15/+15 |
2013-09-23 | BZ #15754: CVE-2013-4788 | Carlos O'Donell | 1 | -0/+16 |
2013-09-09 | Fix static-binary lazy FPU context allocation | Maciej W. Rozycki | 1 | -4/+1 |
2013-08-30 | Fix then/than typos. | Ondřej Bílka | 1 | -1/+1 |
2013-08-21 | Fix typos. | Ondřej Bílka | 1 | -1/+1 |
2013-04-25 | Declare __ehdr_start with hidden visibility. | Maciej W. Rozycki | 1 | -1/+2 |
2013-03-28 | Use __ehdr_start, if available, as fallback for AT_PHDR. | Roland McGrath | 1 | -0/+18 |
2013-03-28 | Make _dl_phdr pointer to const. | Roland McGrath | 1 | -1/+1 |
2013-03-28 | Consolidate declarations of _dl_phdr, _dl_phnum. | Roland McGrath | 1 | -4/+0 |
2013-03-12 | Add sysdeps/init_array to produce empty crt[in].o and use .preinit_array for ... | Roland McGrath | 2 | -0/+14 |
2013-03-01 | Revert GLIBC_PTHREAD_DEFAULT_STACKSIZE changes. | Carlos O'Donell | 2 | -3/+3 |
2013-03-01 | Set default stack size from program environment | Siddhesh Poyarekar | 2 | -3/+3 |
2013-02-27 | Add license exception text to gmon-start. | Roland McGrath | 1 | -0/+17 |
2013-02-15 | Remove bounded-pointers build system support. | Joseph Myers | 1 | -9/+0 |
2013-02-14 | Remove bp-sym.h and BP_SYM uses from C code. | Joseph Myers | 1 | -2/+1 |
2013-02-13 | Remove __ptrvalue, __bounded and __unbounded. | Joseph Myers | 1 | -17/+11 |
2013-02-07 | Remove lots of inline keywords. | Roland McGrath | 1 | -2/+2 |
2013-02-01 | Remove bp-start.h and INIT_ARGV_and_ENVIRON. | Joseph Myers | 1 | -2/+1 |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 15 | -15/+15 |
2013-01-01 | Update copyright years. | David S. Miller | 1 | -2/+2 |
2012-11-09 | Support --with-pkgversion and --with-bugurl. | Joseph Myers | 1 | -2/+2 |
2012-11-04 | [BZ #5246] Conditionalize use of PTR_DEMANGLE. | Thomas Schwinge | 1 | -0/+2 |
2012-10-01 | Clean up init-first.c files. | Roland McGrath | 1 | -18/+71 |
2012-09-11 | Update copyright years in csu/libc-tls.c | H.J. Lu | 1 | -1/+1 |
2012-09-06 | Remove _dl_initial_dtv | H.J. Lu | 1 | -11/+9 |
2012-09-06 | Always check dtv before freeing dtv[-1] | H.J. Lu | 1 | -0/+2 |
2012-08-22 | Fix libc-start change for IRELless machines. | Roland McGrath | 1 | -7/+8 |
2012-08-21 | Support static IFUNC calls irrespective of USE_MULTIARCH. | Roland McGrath | 2 | -46/+37 |