index
:
glibc
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nptl
/
sysdeps
/
x86_64
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-30
Merge branch 'release/2.19/master' of git://sourceware.org/git/glibc
Igor Pashev
9
-95
/
+16
2014-01-01
Update copyright notices with scripts/update-copyrights
Allan McRae
7
-7
/
+7
2013-11-26
Use __glibc_reserved instead __unused.
Ondřej Bílka
1
-2
/
+2
2013-10-30
rename configure.in to configure.ac
Mike Frysinger
2
-1
/
+1
2013-05-26
Backport __m128 replacement.
Igor Pashev
1
-2
/
+8
2013-05-15
Reserve new TLS field for x86 and x86_64
Andreas Jaeger
1
-1
/
+3
2013-01-02
Update copyright notices with scripts/update-copyrights.
Joseph Myers
7
-7
/
+7
2012-12-04
tls.h workaround for kopensolaris/x86_64
Igor Pashev
1
-3
/
+7
2012-11-26
Cast to __intptr_t before casting pointer to int64
H.J. Lu
1
-2
/
+3
2012-11-02
Compile x86 rtld with -mno-sse -mno-mmx
H.J. Lu
1
-2
/
+9
2012-10-09
Add missing magic to GLIBC_PROVIDES.
Roland McGrath
1
-82
/
+0
2012-09-24
Add "()" when casting to uint64_t for 64-bit store
H.J. Lu
1
-2
/
+2
2012-05-14
Add x32 support to tcbhead_t
H.J. Lu
1
-6
/
+1
2012-05-14
Add sysdeps/x86_64/{64,x32}/shlib-versions
H.J. Lu
2
-0
/
+6
2012-05-11
Update comments for CALL_THREAD_FCT
H.J. Lu
1
-5
/
+5
2012-05-11
Add sysdeps/x86_64/x32/tls.h
H.J. Lu
1
-0
/
+46
2012-05-11
Use uint64_t on 64-bit integer
H.J. Lu
1
-2
/
+2
2012-05-11
Replace movq/%q0 with mov/%0 in THREAD_SELF
H.J. Lu
1
-1
/
+1
2012-05-02
Kill trailing whitespace.
Paul Pluzhnikov
1
-1
/
+1
2012-05-02
Avoid "anonymous" code in pthread_spin_lock.
Paul Pluzhnikov
2
-1
/
+36
2012-04-20
Delete unused TLS_GET_FS, TLS_SET_FS macros.
Paul Pluzhnikov
1
-8
/
+1
2012-03-19
Use __asm__("rsp") to get CURRENT_STACK_FRAME
H.J. Lu
1
-1
/
+1
2012-02-09
Replace FSF snail mail address with URLs.
Paul Eggert
5
-15
/
+10
2011-09-11
Remove --wth-tls option, TLS support is required
Ulrich Drepper
1
-6
/
+1
2011-08-14
Align x86 TCB to 64 bytes (cache line size), important for Atom.
Roland McGrath
1
-4
/
+12
2011-07-06
Rebuild configure scripts
Ulrich Drepper
1
-1
/
+1
2011-02-15
Remove use of ranlib.
Ulrich Drepper
1
-9
/
+89
2010-10-13
Fix alignment of AVX safe area on x86-64.
H.J. Lu
2
-8
/
+4
2009-09-15
configure tweaks, support $libc_add_on_config_subdirs
Roland McGrath
1
-32
/
+0
2009-08-25
Handle AVX saving on x86-64 in interrupted smbol lookups.
Ulrich Drepper
1
-2
/
+8
2009-08-04
Optimize x86-64 syscall cancellation handling.
Ulrich Drepper
1
-0
/
+10
2009-07-31
Regenerated.
Ulrich Drepper
1
-8
/
+40
2009-07-29
Fix x86-64 TCB alignment for future processor versions.
Ulrich Drepper
1
-1
/
+6
2009-07-29
Preserve SSE registers in runtime relocations on x86-64.
Ulrich Drepper
2
-18
/
+56
2009-07-23
Check for .cfi_{personality,lsda} on x86-64.
Ulrich Drepper
2
-0
/
+59
2009-04-27
* cancellation.c (__pthread_disable_asynccancel): Use THREAD_ATOMIC_AND
Ulrich Drepper
1
-1
/
+12
2008-12-08
* sysdeps/x86_64/tls.h (tcbhead_t): Add fields reserved for TM
Ulrich Drepper
1
-1
/
+9
2008-08-15
* sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.
Ulrich Drepper
1
-10
/
+0
2007-12-14
* sysdeps/x86_64/pthreaddef.h (ARCH_RETRY_MMAP): Take additional
Ulrich Drepper
1
-4
/
+3
2007-07-28
* iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
Ulrich Drepper
1
-1
/
+1
2007-06-08
[BZ #4586]
Ulrich Drepper
1
-1
/
+1
2007-05-28
* sysdeps/i386/tls.h (THREAD_GSCOPE_RESET_FLAG): Use explicit
Ulrich Drepper
1
-1
/
+0
2007-05-26
* sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
Ulrich Drepper
1
-8
/
+0
2007-05-25
* sysdeps/i386/tls.h (THREAD_SET_PRIVATE_FUTEX,
Ulrich Drepper
1
-0
/
+7
2007-05-25
* sysdeps/powerpc/tls.h (tcbhead_t): Add gscope_flag.
Ulrich Drepper
1
-0
/
+1
2007-05-23
* init.c (__pthread_initialize_minimal_internal): Check whether
Ulrich Drepper
2
-0
/
+7
2007-05-21
* sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
Ulrich Drepper
1
-4
/
+1
2007-05-19
* elf/dl-close.c (_dl_close_worker): When removing object from
Ulrich Drepper
1
-0
/
+26
2007-04-26
* sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
Ulrich Drepper
1
-0
/
+1
2007-04-26
(tcbhead_t): Add vgetcpu_cache.
Ulrich Drepper
1
-2
/
+3
[next]