index
:
glibc
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
elf
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-30
Merge branch 'release/2.19/master' of git://sourceware.org/git/glibc
Igor Pashev
138
-3733
/
+2426
2014-02-06
Revert "Patch 3/4 of the effort to make TLS access async-signal-safe."
Allan McRae
2
-13
/
+0
2014-02-06
Revert "Patch 2/4 of the effort to make TLS access async-signal-safe."
Allan McRae
2
-160
/
+16
2014-02-06
Revert "Async-signal safe TLS."
Allan McRae
3
-114
/
+39
2014-01-31
[BZ #16046] Static dlopen correction fallout fixes.
Maciej W. Rozycki
4
-49
/
+8
2014-01-08
Obvious comment typo fix ("openened") in elf/dl-load.c.
Brooks Moses
1
-1
/
+1
2014-01-03
Async-signal safe TLS.
Andrew Hunter
3
-39
/
+114
2014-01-01
Update remaining copyright dates
Allan McRae
5
-5
/
+5
2014-01-01
Update copyright notices with scripts/update-copyrights
Allan McRae
80
-80
/
+80
2013-12-19
Fix white space as well.
Paul Pluzhnikov
1
-1
/
+1
2013-12-19
Fix incorrect power of 2 check in last commit.
Paul Pluzhnikov
1
-1
/
+1
2013-12-19
Cleanup compile warnings.
Paul Pluzhnikov
1
-5
/
+15
2013-12-18
Patch 2/4 of the effort to make TLS access async-signal-safe.
Paul Pluzhnikov
2
-16
/
+150
2013-12-18
Patch 3/4 of the effort to make TLS access async-signal-safe.
Paul Pluzhnikov
2
-0
/
+13
2013-12-18
Add error reporting (via errno) to getauxval().
Brooks Moses
1
-2
/
+26
2013-12-16
Clean up setjmp use in dl-error.c.
Roland McGrath
1
-32
/
+40
2013-12-05
Revert wrong commit.
Adhemerval Zanella
1
-2
/
+2
2013-12-05
Fix elf/get-dynamic-info.h for AT
Adhemerval Zanella
1
-2
/
+2
2013-12-04
PowerPC64 ELFv2 ABI 3/6: PLT local entry point optimization
Ulrich Weigand
1
-0
/
+11
2013-12-04
PowerPC64 ELFv2 ABI 2/6: Remove function descriptors
Ulrich Weigand
1
-0
/
+6
2013-12-04
PowerPC64: Report overflow on @h and @ha relocations
Alan Modra
1
-0
/
+11
2013-12-02
Return fixed version of breaking of RPATH when $ORIGIN contains colons
Ondřej Bílka
1
-10
/
+16
2013-11-21
Don't use broken DL_AUTO_FUNCTION_ADDRESS()
Guy Martin
3
-11
/
+4
2013-11-18
Adjust AT_EXECFN when using explicit loader invocation.
Paul Pluzhnikov
2
-1
/
+5
2013-11-18
Adjust AT_EXECFN when using explicit loader invocation.
Paul Pluzhnikov
1
-0
/
+45
2013-11-18
Revert b75891075bece24be9fd85618f18af4a2daf7f1c
Ondřej Bílka
1
-16
/
+10
2013-11-18
Fix breaking of RPATH when $ORIGIN contains colons. Fixes bug 10253
Ondřej Bílka
1
-10
/
+16
2013-11-13
Avoid passing NULL to DSO_FILENAME.
Marcus Shawcroft
1
-1
/
+1
2013-11-13
Handle NULL return from htab_find_slot()
Marcus Shawcroft
1
-0
/
+6
2013-11-11
Fix vDSO l_name for GDB's: Can't read pathname for load map: Input/output error.
Jan Kratochvil
1
-1
/
+7
2013-11-03
Remove unused NONTLS_INIT_TP.
Ondřej Bílka
1
-4
/
+0
2013-10-20
Print the reason why preloading failed in do_preload()
Michael Stahl
1
-2
/
+2
2013-10-18
Don't include tls.h in test cases
Siddhesh Poyarekar
23
-41
/
+0
2013-10-15
Clear initfini list after freeing. Fixes bug 15308.
Ondřej Bílka
1
-0
/
+1
2013-10-14
ldd: make try_trace more robust and portable
Patrick 'P. J.' McDermott
1
-13
/
+12
2013-09-30
Add AArch64 relocation definitions.
Petr Machata
1
-0
/
+112
2013-09-23
BZ #15754: Fix test case for ARM.
Carlos O'Donell
1
-0
/
+3
2013-09-23
BZ #15754: CVE-2013-4788
Carlos O'Donell
3
-2
/
+210
2013-09-21
[BZ #15859] Fix memory leak in _dl_map_object_deps
Vinitha Vijayan
1
-1
/
+0
2013-09-18
MIPS: IEEE 754-2008 NaN encoding support
Maciej W. Rozycki
2
-0
/
+10
2013-09-09
Fix static-binary lazy FPU context allocation
Maciej W. Rozycki
1
-0
/
+6
2013-09-04
Remove --disable-versioning.
Joseph Myers
1
-1
/
+1
2013-08-30
Fix typos.
Ondřej Bílka
1
-1
/
+1
2013-08-29
Fix typos.
Ondřej Bílka
1
-1
/
+1
2013-08-21
Fix typos.
Ondřej Bílka
5
-5
/
+5
2013-08-20
* elf/setup-vdso.h (setup_vdso): Fix missing string termination.
Andreas Arnez
1
-1
/
+1
2013-06-28
Add GLRO(dl_hwcap2) for new AT_HWCAP2 auxv_t a_type.
Ryan S. Arnold
2
-3
/
+11
2013-06-28
Test for mprotect failure in dl-load.c (bug 12492).
Pierre Ynard
1
-1
/
+5
2013-06-28
Mark packed structure element used with atomic operation aligned.
Nathan Froyd
1
-1
/
+12
2013-06-28
[BZ #15022] Correct global-scope dlopen issues in static executables.
Maciej W. Rozycki
3
-31
/
+46
[next]