projects
/
platform
/
upstream
/
glibc.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Update German translation
[platform/upstream/glibc.git]
/
elf
/
2014-07-14
Alan Modra
Correct DT_PPC64_NUM
tree
|
commitdiff
2014-07-03
Richard Henderson
Rely on HP_TIMING_AVAIL implies HP_SMALL_TIMING_AVAIL
tree
|
commitdiff
2014-07-03
Richard Henderson
Remove HP_TIMING_DIFF_INIT and dl_hp_timing_overhead
tree
|
commitdiff
2014-06-26
Siddhesh Poyarekar
Fix Wundef warning for ELF_MACHINE_NO_RELA
tree
|
commitdiff
2014-06-23
Will Newton
elf/dl-lookup.c: Use __glibc_likely and __glibc_unlikely
tree
|
commitdiff
2014-06-23
Will Newton
elf/dl-lookup.c: Remove unnecessary static variable
tree
|
commitdiff
2014-06-23
Will Newton
elf/dl-lookup.c: Move STB_GNU_UNIQUE handling to a...
tree
|
commitdiff
2014-06-20
Maciej W. Rozycki
[BZ #16046] dl_iterate_phdr static executable test
tree
|
commitdiff
2014-06-18
Joseph Myers
Use $(rtld-prefix) more consistently.
tree
|
commitdiff
2014-06-07
Joseph Myers
Remove redundant C locale settings.
tree
|
commitdiff
2014-06-06
Joseph Myers
Don't require test wrappers to preserve environment...
tree
|
commitdiff
2014-05-27
Ondřej Bílka
Remove duplicate code in elf/dl-deps.c.
tree
|
commitdiff
2014-05-27
Andreas Schwab
Remove second argument from TLS_INIT_TP macro
tree
|
commitdiff
2014-05-17
Richard Henderson
Merge remote-tracking branch 'origin/roland/nptl-alpha'
tree
|
commitdiff
2014-05-16
Joseph Myers
Use existing makefile variables for dependencies on...
tree
|
commitdiff
2014-05-14
Andreas Schwab
Remove last use of USE___THREAD
tree
|
commitdiff
2014-05-09
Adhemerval Zanella
Fix elf/tst-tls9-static build
tree
|
commitdiff
2014-05-05
Roland McGrath
Move rules for Linux-specific pldd program to Linux...
tree
|
commitdiff
2014-04-11
Paul Pluzhnikov
2014-04-11 Paul Pluzhnikov <ppluzhnikov@google.com>
tree
|
commitdiff
2014-04-03
Roland McGrath
Factor mmap/munmap of PT_LOAD segments out of _dl_map_o...
tree
|
commitdiff
2014-04-03
Will Newton
elf/dl-lookup.c: Remove obsolete comment about nested...
tree
|
commitdiff
2014-03-27
Paul Pluzhnikov
2014-03-27 Paul Pluzhnikov <ppluzhnikov@google.com>
tree
|
commitdiff
2014-03-26
Paul Pluzhnikov
2014-03-26 Paul Pluzhnikov <ppluzhnikov@google.com>
tree
|
commitdiff
2014-03-25
Joseph Myers
Add empty GLIBC_2.2.5 version to elf/Versions.
tree
|
commitdiff
2014-03-25
Paul Pluzhnikov
Address post-commit patch comments.
tree
|
commitdiff
2014-03-24
Paul Pluzhnikov
Fix BZ #16634.
tree
|
commitdiff
2014-03-14
Mike Frysinger
stop supporting bash-1.x
tree
|
commitdiff
2014-03-13
Mike Frysinger
sotruss: drop ksh support and add basic POSIX shell...
tree
|
commitdiff
2014-03-13
Roland McGrath
Use __ehdr_start, when available, for rtld to get its...
tree
|
commitdiff
2014-03-13
Paul Pluzhnikov
Add missing elf/tst-pie2.c -- should have been in
tree
|
commitdiff
2014-03-12
Paul Pluzhnikov
2014-03-12 Paul Pluzhnikov <ppluzhnikov@google.com>
tree
|
commitdiff
2014-03-07
Joseph Myers
Make tests consistently use *.out output files.
tree
|
commitdiff
2014-03-06
Joseph Myers
Enumerate tests with special rules in tests-special...
tree
|
commitdiff
2014-02-28
Carlos O'Donell
Promote do_lookup_x:check_match to a full function.
tree
|
commitdiff
2014-02-28
Roland McGrath
Fix fallout from Joseph's untested Makeconfig change.
tree
|
commitdiff
2014-02-25
Carlos O'Donell
BZ #16613: Support TLS in audit libraries.
tree
|
commitdiff
2014-02-25
Andreas Schwab
Fix race conditions in pldd that may leave the process...
tree
|
commitdiff
2014-02-21
Joseph Myers
Generate .test-result files for tests with special...
tree
|
commitdiff
2014-02-14
Joseph Myers
Split up rules for tests that compare output with basel...
tree
|
commitdiff
2014-02-12
Joseph Myers
Make ABI tests generate .out files.
tree
|
commitdiff
2014-02-11
Joseph Myers
Merge MIPS dl-lookup.c into generic file.
tree
|
commitdiff
2014-02-10
Ondřej Bílka
Use glibc_likely instead __builtin_expect.
tree
|
commitdiff
2014-02-05
Allan McRae
Revert "Patch 3/4 of the effort to make TLS access...
tree
|
commitdiff
2014-02-05
Allan McRae
Revert "Patch 2/4 of the effort to make TLS access...
tree
|
commitdiff
2014-02-05
Allan McRae
Revert "Async-signal safe TLS."
tree
|
commitdiff
2014-01-31
Maciej W. Rozycki
[BZ #16046] Static dlopen correction fallout fixes.
tree
|
commitdiff
2014-01-09
Brooks Moses
Obvious comment typo fix ("openened") in elf/dl-load.c.
tree
|
commitdiff
2014-01-03
Paul Pluzhnikov
Merge branch 'master' of ssh://sourceware.org/git/glibc
tree
|
commitdiff
2014-01-03
Andrew Hunter
Async-signal safe TLS.
tree
|
commitdiff
2014-01-01
Allan McRae
Update remaining copyright dates
tree
|
commitdiff
2014-01-01
Allan McRae
Update copyright notices with scripts/update-copyrights
tree
|
commitdiff
2013-12-19
Paul Pluzhnikov
Fix white space as well.
tree
|
commitdiff
2013-12-19
Paul Pluzhnikov
Fix incorrect power of 2 check in last commit.
tree
|
commitdiff
2013-12-19
Paul Pluzhnikov
Cleanup compile warnings.
tree
|
commitdiff
2013-12-19
Paul Pluzhnikov
Patch 2/4 of the effort to make TLS access async-signal...
tree
|
commitdiff
2013-12-19
Paul Pluzhnikov
Patch 3/4 of the effort to make TLS access async-signal...
tree
|
commitdiff
2013-12-18
Brooks Moses
Add error reporting (via errno) to getauxval().
tree
|
commitdiff
2013-12-16
Roland McGrath
Clean up setjmp use in dl-error.c.
tree
|
commitdiff
2013-12-05
Adhemerval Zanella
Revert wrong commit.
tree
|
commitdiff
2013-12-05
Adhemerval Zanella
Fix elf/get-dynamic-info.h for AT
tree
|
commitdiff
2013-12-04
Ulrich Weigand
PowerPC64 ELFv2 ABI 3/6: PLT local entry point optimization
tree
|
commitdiff
2013-12-04
Ulrich Weigand
PowerPC64 ELFv2 ABI 2/6: Remove function descriptors
tree
|
commitdiff
2013-12-04
Alan Modra
PowerPC64: Report overflow on @h and @ha relocations
tree
|
commitdiff
2013-12-02
Ondřej Bílka
Return fixed version of breaking of RPATH when $ORIGIN...
tree
|
commitdiff
2013-11-21
Guy Martin
Don't use broken DL_AUTO_FUNCTION_ADDRESS()
tree
|
commitdiff
2013-11-18
Paul Pluzhnikov
Adjust AT_EXECFN when using explicit loader invocation.
tree
|
commitdiff
2013-11-18
Paul Pluzhnikov
Adjust AT_EXECFN when using explicit loader invocation.
tree
|
commitdiff
2013-11-18
Ondřej Bílka
Revert b75891075bece24be9fd85618f18af4a2daf7f1c
tree
|
commitdiff
2013-11-18
Ondřej Bílka
Fix breaking of RPATH when $ORIGIN contains colons...
tree
|
commitdiff
2013-11-13
Marcus Shawcroft
Avoid passing NULL to DSO_FILENAME.
tree
|
commitdiff
2013-11-13
Marcus Shawcroft
Handle NULL return from htab_find_slot()
tree
|
commitdiff
2013-11-11
Jan Kratochvil
Fix vDSO l_name for GDB's: Can't read pathname for...
tree
|
commitdiff
2013-11-03
Ondřej Bílka
Remove unused NONTLS_INIT_TP.
tree
|
commitdiff
2013-10-20
Michael Stahl
Print the reason why preloading failed in do_preload()
tree
|
commitdiff
2013-10-18
Siddhesh Poyarekar
Don't include tls.h in test cases
tree
|
commitdiff
2013-10-15
Ondřej Bílka
Clear initfini list after freeing. Fixes bug 15308.
tree
|
commitdiff
2013-10-14
Patrick 'P. J.'...
ldd: make try_trace more robust and portable
tree
|
commitdiff
2013-09-30
Petr Machata
Add AArch64 relocation definitions.
tree
|
commitdiff
2013-09-23
Carlos O'Donell
BZ #15754: Fix test case for ARM.
tree
|
commitdiff
2013-09-23
Carlos O'Donell
BZ #15754: CVE-2013-4788
tree
|
commitdiff
2013-09-21
Vinitha Vijayan
[BZ #15859] Fix memory leak in _dl_map_object_deps
tree
|
commitdiff
2013-09-18
Maciej W. Rozycki
MIPS: IEEE 754-2008 NaN encoding support
tree
|
commitdiff
2013-09-09
Maciej W. Rozycki
Fix static-binary lazy FPU context allocation
tree
|
commitdiff
2013-09-04
Chris Leonard
Update iso-1427.def and related occurrences.
tree
|
commitdiff
2013-09-04
Joseph Myers
Remove --disable-versioning.
tree
|
commitdiff
2013-08-30
Ondřej Bílka
Fix typos.
tree
|
commitdiff
2013-08-29
Ondřej Bílka
Fix typos.
tree
|
commitdiff
2013-08-21
Ondřej Bílka
Fix typos.
tree
|
commitdiff
2013-08-20
Andreas Arnez
* elf/setup-vdso.h (setup_vdso): Fix missing string...
tree
|
commitdiff
2013-06-28
Ryan S. Arnold
Add GLRO(dl_hwcap2) for new AT_HWCAP2 auxv_t a_type.
tree
|
commitdiff
2013-06-28
Pierre Ynard
Test for mprotect failure in dl-load.c (bug 12492).
tree
|
commitdiff
2013-06-28
Nathan Froyd
Mark packed structure element used with atomic operatio...
tree
|
commitdiff
2013-06-28
Maciej W. Rozycki
[BZ #15022] Correct global-scope dlopen issues in stati...
tree
|
commitdiff
2013-06-26
Maciej W. Rozycki
[BZ #15022] Avoid repeated calls to DL_STATIC_INIT...
tree
|
commitdiff
2013-06-26
Ryan S. Arnold
Add AT_HWCAP2 as a new auxv_t a_type to elf.h.
tree
|
commitdiff
2013-06-21
Maciej W. Rozycki
Remove dead DL_DST_REQ_STATIC code.
tree
|
commitdiff
2013-06-18
Roland McGrath
Use rtld-CPPFLAGS in rtld-%.os rules for generated...
tree
|
commitdiff
2013-06-13
Roland McGrath
Don't let ld.so that failed its sanity check land in...
tree
|
commitdiff
2013-06-06
Ondrej Bilka
Fix leading whitespaces.
tree
|
commitdiff
2013-06-05
Joseph Myers
Remove trailing whitespace.
tree
|
commitdiff
next