Age | Commit message (Expand) | Author | Files | Lines |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 13 | -13/+13 |
2014-11-23 | hurd: Fix dlopening libraries from static programs | Samuel Thibault | 1 | -0/+5 |
2014-05-27 | Remove second argument from TLS_INIT_TP macro | Andreas Schwab | 1 | -49/+26 |
2014-04-16 | hurd: Add i386 fields to TLS structure | Samuel Thibault | 1 | -0/+10 |
2014-04-16 | hurd: Move dtv, dtv_t, tcbhead_t declaration to per-arch file. | Samuel Thibault | 1 | -0/+24 |
2014-03-14 | Compile with -Wundef. | Roland McGrath | 1 | -0/+1 |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 13 | -13/+13 |
2013-09-24 | sysdeps/mach/hurd/i386/tls.h: Remove TLS_INIT_TP_EXPENSIVE. | Will Newton | 1 | -1/+0 |
2013-08-29 | Hurd: Use __executable_start symbol instead of _start. | Samuel Thibault | 1 | -2/+2 |
2013-05-26 | _dl_non_dynamic_init declaration cleanup. | Thomas Schwinge | 1 | -3/+0 |
2013-03-28 | Use __ehdr_start, if available, as fallback for AT_PHDR. | Roland McGrath | 1 | -8/+14 |
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-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 13 | -13/+13 |
2013-01-01 | Add script to update copyright notices and reformat some to facilitate its use. | Joseph Myers | 1 | -2/+1 |
2012-11-04 | [BZ #5246] Conditionalize use of PTR_DEMANGLE. | Thomas Schwinge | 1 | -0/+2 |
2012-06-23 | Some missing bits from sysdeps/*/elf dismissal. | Thomas Schwinge | 1 | -2/+2 |
2012-05-10 | Hurd: Fix value of __libc_stack_end | Samuel Thibault | 1 | -0/+2 |
2012-05-10 | Hurd: Avoid init-first.c miscompilation. | Thomas Schwinge | 1 | -14/+31 |
2012-05-10 | Hurd: ____longjmp_chk | Thomas Schwinge | 3 | -0/+121 |
2012-04-02 | Call __ctype_init in early glibc startup. | Thomas Schwinge | 1 | -2/+5 |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 12 | -36/+24 |
2011-09-11 | Remove --wth-tls option, TLS support is required | Ulrich Drepper | 1 | -11/+9 |
2010-12-24 | Remove `.ctors' and `.dtors' output sections | H.J. Lu | 1 | -1/+1 |
2008-03-08 | 2008-03-08 Roland McGrath <roland@frob.com> | Roland McGrath | 1 | -1/+5 |
2007-07-23 | [BZ #3665, BZ #4126, BZ #4178, BZ #4610] | Roland McGrath | 1 | -1/+1 |
2007-07-22 | 2006-06-13 Thomas Schwinge <tschwinge@gnu.org> | Roland McGrath | 1 | -2/+2 |
2007-01-11 | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 1 | -4/+1 |
2007-07-31 | . | Jakub Jelinek | 1 | -1/+4 |
2006-10-27 | USE_TLS support is now default. | Ulrich Drepper | 1 | -4/+1 |
2006-03-05 | * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Make sure high bits | Roland McGrath | 1 | -2/+2 |
2006-01-12 | 2006-01-12 Roland McGrath <roland@redhat.com> | Roland McGrath | 1 | -1/+2 |
2006-01-08 | * po/.cvsignore: List libc.pot.files, and not any .pot names. | Roland McGrath | 1 | -3/+0 |
2005-12-21 | * elf/cache.c: Use <> rather than "" #includes. | Roland McGrath | 1 | -3/+4 |
2005-10-16 | [BZ #1253] | Roland McGrath | 1 | -11/+14 |
2004-12-22 | (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. | Ulrich Drepper | 5 | -22/+20 |
2007-07-12 | 2.5-18.1 | Jakub Jelinek | 5 | -20/+22 |
2004-10-29 | * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_fork): Use i386_thread_state | Roland McGrath | 1 | -1/+3 |
2004-10-27 | * sysdeps/mach/hurd/i386/tls.h (HURD_TLS_DESC_DECL): New macro. | Roland McGrath | 1 | -12/+38 |
2004-10-27 | * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Initialize TCB->tcb. | Roland McGrath | 1 | -0/+4 |
2004-10-24 | * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Don't return early | Roland McGrath | 1 | -4/+7 |
2004-09-13 | (init1): fix one more nit in last change | Roland McGrath | 1 | -4/+4 |
2004-09-12 | 2004-09-12 Roland McGrath <roland@frob.com> | Roland McGrath | 1 | -0/+4 |
2004-09-11 | * sysdeps/mach/hurd/i386/init-first.c (init1) [! SHARED]: | Roland McGrath | 1 | -22/+38 |
2004-09-11 | 2004-09-11 Alfred M. Szmidt <ams@kemisten.nu> | Roland McGrath | 1 | -1/+1 |
2004-09-03 | 2004-09-03 Alfred M. Szmidt <ams@kemisten.nu> | Roland McGrath | 1 | -1/+1 |
2004-09-03 | Add backslashes missing in last change. | Roland McGrath | 1 | -9/+9 |
2004-09-02 | 2004-09-02 Roland McGrath <roland@redhat.com> | Roland McGrath | 1 | -4/+15 |
2004-09-01 | * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Let gcc | Roland McGrath | 2 | -10/+6 |
2004-06-01 | Update. | Ulrich Drepper | 1 | -0/+3 |