| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix then/than typos. | Ondřej Bílka | 2013-08-30 | 1 | -1/+1 |
* | Fix typos. | Ondřej Bílka | 2013-08-21 | 1 | -1/+1 |
* | Declare __ehdr_start with hidden visibility. | Maciej W. Rozycki | 2013-04-25 | 1 | -1/+2 |
* | Use __ehdr_start, if available, as fallback for AT_PHDR. | Roland McGrath | 2013-03-28 | 1 | -0/+18 |
* | Make _dl_phdr pointer to const. | Roland McGrath | 2013-03-28 | 1 | -1/+1 |
* | Consolidate declarations of _dl_phdr, _dl_phnum. | Roland McGrath | 2013-03-28 | 1 | -4/+0 |
* | Add sysdeps/init_array to produce empty crt[in].o and use .preinit_array for ... | Roland McGrath | 2013-03-12 | 2 | -0/+14 |
* | Revert GLIBC_PTHREAD_DEFAULT_STACKSIZE changes. | Carlos O'Donell | 2013-03-01 | 2 | -3/+3 |
* | Set default stack size from program environment | Siddhesh Poyarekar | 2013-03-01 | 2 | -3/+3 |
* | Add license exception text to gmon-start. | Roland McGrath | 2013-02-27 | 1 | -0/+17 |
* | Remove bounded-pointers build system support. | Joseph Myers | 2013-02-15 | 1 | -9/+0 |
* | Remove bp-sym.h and BP_SYM uses from C code. | Joseph Myers | 2013-02-14 | 1 | -2/+1 |
* | Remove __ptrvalue, __bounded and __unbounded. | Joseph Myers | 2013-02-13 | 1 | -17/+11 |
* | Remove lots of inline keywords. | Roland McGrath | 2013-02-07 | 1 | -2/+2 |
* | Remove bp-start.h and INIT_ARGV_and_ENVIRON. | Joseph Myers | 2013-02-01 | 1 | -2/+1 |
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 15 | -15/+15 |
* | Update copyright years. | David S. Miller | 2013-01-01 | 1 | -2/+2 |
* | Support --with-pkgversion and --with-bugurl. | Joseph Myers | 2012-11-09 | 1 | -2/+2 |
* | [BZ #5246] Conditionalize use of PTR_DEMANGLE. | Thomas Schwinge | 2012-11-04 | 1 | -0/+2 |
* | Clean up init-first.c files. | Roland McGrath | 2012-10-01 | 1 | -18/+71 |
* | Update copyright years in csu/libc-tls.c | H.J. Lu | 2012-09-11 | 1 | -1/+1 |
* | Remove _dl_initial_dtv | H.J. Lu | 2012-09-06 | 1 | -11/+9 |
* | Always check dtv before freeing dtv[-1] | H.J. Lu | 2012-09-06 | 1 | -0/+2 |
* | Fix libc-start change for IRELless machines. | Roland McGrath | 2012-08-22 | 1 | -7/+8 |
* | Support static IFUNC calls irrespective of USE_MULTIARCH. | Roland McGrath | 2012-08-21 | 2 | -46/+37 |
* | Delete unused csu/.gitignore | Andreas Jaeger | 2012-05-19 | 1 | -1/+0 |
* | Call __ctype_init in early glibc startup. | Thomas Schwinge | 2012-04-02 | 1 | -1/+5 |
* | Remove distribute variable from Makefiles | Ulrich Drepper | 2012-03-07 | 1 | -2/+0 |
* | Remove old initfini mechanism. | Joseph Myers | 2012-02-21 | 2 | -74/+2 |
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 15 | -45/+30 |
* | Remove have-initfini and need-nopic-initfini | Andreas Schwab | 2012-02-08 | 2 | -19/+3 |
* | Support crti.S and crtn.S provided directly by architectures. | Joseph Myers | 2012-02-08 | 1 | -0/+9 |
* | More fallout from supporting only ELF | Ulrich Drepper | 2012-01-08 | 1 | -2/+0 |
* | Remove non-ELF support | Ulrich Drepper | 2012-01-07 | 2 | -21/+1 |
* | Update copyright year | Ulrich Drepper | 2012-01-01 | 1 | -2/+2 |
* | Remove support for !USE___THREAD | Ulrich Drepper | 2011-09-10 | 2 | -28/+3 |
* | Cleanup of configuration options | Ulrich Drepper | 2011-09-10 | 2 | -13/+2 |
* | Comment typo fix. | Roland McGrath | 2011-07-10 | 1 | -2/+3 |
* | Update copyright year. | Ulrich Drepper | 2011-01-17 | 1 | -2/+2 |
* | Fix retrieving of kernel header version. | Ulrich Drepper | 2010-04-04 | 1 | -2/+13 |