| Commit message (Expand) | Author | Age | Files | Lines |
* | Move x86_64 code out of nptl/ subdirectory. | Roland McGrath | 2014-06-11 | 1 | -424/+0 |
* | Start cleaning up TLS initial value for pthread_create. | Roland McGrath | 2014-06-09 | 1 | -0/+2 |
* | Remove second argument from TLS_INIT_TP macro | Andreas Schwab | 2014-05-27 | 1 | -1/+1 |
* | Compile with -Wundef. | Roland McGrath | 2014-03-14 | 1 | -4/+4 |
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 1 | -1/+1 |
* | Use __glibc_reserved instead __unused. | Ondřej Bílka | 2013-11-26 | 1 | -2/+2 |
* | Reserve new TLS field for x86 and x86_64 | Andreas Jaeger | 2013-05-15 | 1 | -1/+3 |
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 1 | -1/+1 |
* | Cast to __intptr_t before casting pointer to int64 | H.J. Lu | 2012-11-26 | 1 | -2/+3 |
* | Compile x86 rtld with -mno-sse -mno-mmx | H.J. Lu | 2012-11-02 | 1 | -2/+9 |
* | Add "()" when casting to uint64_t for 64-bit store | H.J. Lu | 2012-09-24 | 1 | -2/+2 |
* | Add x32 support to tcbhead_t | H.J. Lu | 2012-05-14 | 1 | -6/+1 |
* | Use uint64_t on 64-bit integer | H.J. Lu | 2012-05-11 | 1 | -2/+2 |
* | Replace movq/%q0 with mov/%0 in THREAD_SELF | H.J. Lu | 2012-05-11 | 1 | -1/+1 |
* | Delete unused TLS_GET_FS, TLS_SET_FS macros. | Paul Pluzhnikov | 2012-04-20 | 1 | -8/+1 |
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 1 | -3/+2 |
* | Remove --wth-tls option, TLS support is required | Ulrich Drepper | 2011-09-11 | 1 | -6/+1 |
* | Fix alignment of AVX safe area on x86-64. | H.J. Lu | 2010-10-13 | 1 | -6/+1 |
* | Handle AVX saving on x86-64 in interrupted smbol lookups. | Ulrich Drepper | 2009-08-25 | 1 | -2/+8 |
* | Fix x86-64 TCB alignment for future processor versions. | Ulrich Drepper | 2009-07-29 | 1 | -1/+6 |
* | Preserve SSE registers in runtime relocations on x86-64. | Ulrich Drepper | 2009-07-29 | 1 | -18/+55 |
* | * cancellation.c (__pthread_disable_asynccancel): Use THREAD_ATOMIC_AND | Ulrich Drepper | 2009-04-27 | 1 | -1/+12 |
* | * sysdeps/x86_64/tls.h (tcbhead_t): Add fields reserved for TM | Ulrich Drepper | 2008-12-08 | 1 | -1/+9 |
* | * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned | Ulrich Drepper | 2007-07-28 | 1 | -1/+1 |
* | [BZ #4586] | Ulrich Drepper | 2007-06-08 | 1 | -1/+1 |
* | * sysdeps/i386/tls.h (THREAD_GSCOPE_RESET_FLAG): Use explicit | Ulrich Drepper | 2007-05-28 | 1 | -1/+0 |
* | * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>. | Ulrich Drepper | 2007-05-26 | 1 | -8/+0 |
* | * sysdeps/i386/tls.h (THREAD_SET_PRIVATE_FUTEX, | Ulrich Drepper | 2007-05-25 | 1 | -0/+7 |
* | * sysdeps/powerpc/tls.h (tcbhead_t): Add gscope_flag. | Ulrich Drepper | 2007-05-25 | 1 | -0/+1 |
* | * init.c (__pthread_initialize_minimal_internal): Check whether | Ulrich Drepper | 2007-05-23 | 1 | -0/+4 |
* | * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value | Ulrich Drepper | 2007-05-21 | 1 | -4/+1 |
* | * elf/dl-close.c (_dl_close_worker): When removing object from | Ulrich Drepper | 2007-05-19 | 1 | -0/+26 |
* | (tcbhead_t): Add vgetcpu_cache. | Ulrich Drepper | 2007-04-26 | 1 | -2/+3 |
* | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 2007-01-11 | 1 | -25/+1 |
* | . | Jakub Jelinek | 2007-07-31 | 1 | -1/+25 |
* | USE_TLS support is now default. | Ulrich Drepper | 2006-10-27 | 1 | -3/+0 |
* | * Makeconfig (%.v.i rule): Don't use -DASSEMBLER. | Roland McGrath | 2006-04-27 | 1 | -2/+2 |
* | * elf/Versions [GLIBC_PRIVATE]: Export __pointer_chk_guard if defined. | Ulrich Drepper | 2005-12-18 | 1 | -0/+10 |
* | * Versions.def (ld): Add GLIBC_2.4. | Ulrich Drepper | 2005-06-26 | 1 | -0/+9 |
* | * sysdeps/powerpc/powerpc32/fpu/s_ceil.S (TWO52.0): Delete. | Ulrich Drepper | 2005-05-21 | 1 | -4/+6 |
* | * csu/elf-init.c (__libc_csu_fini): Don't do anything here. | Ulrich Drepper | 2005-01-06 | 1 | -2/+7 |
* | (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. | Ulrich Drepper | 2004-12-22 | 1 | -53/+6 |
* | 2.5-18.1 | Jakub Jelinek | 2007-07-12 | 1 | -6/+53 |
* | * sysdeps/unix/sysv/linux/speed.c | Roland McGrath | 2003-09-09 | 1 | -0/+3 |
* | Update. | Ulrich Drepper | 2003-06-22 | 1 | -4/+0 |
* | Update. | Ulrich Drepper | 2003-06-17 | 1 | -0/+2 |
* | Update. | Ulrich Drepper | 2003-05-01 | 1 | -0/+4 |
* | Update. | Ulrich Drepper | 2003-04-14 | 1 | -2/+10 |
* | Update. | Ulrich Drepper | 2003-04-12 | 1 | -4/+13 |
* | Update. | Ulrich Drepper | 2003-04-05 | 1 | -0/+26 |