index
:
bionic.git
replicant-6.0
Android's bionic
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
linker
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove an unused parameter from the dlopen implementation.
Elliott Hughes
2014-06-03
3
-10
/
+6
*
Turn on -Wunused and fix the mistakes it uncovers.
Elliott Hughes
2014-06-03
4
-4
/
+3
*
Merge "Do not add arcs to the soinfo graph on dlopen"
Dmitriy Ivanov
2014-05-23
1
-3
/
+0
|
\
|
*
Do not add arcs to the soinfo graph on dlopen
Bjorn Andersson
2014-05-22
1
-3
/
+0
*
|
Remove unnecessary #includes of <sys/atomics.h>.
Elliott Hughes
2014-05-22
1
-1
/
+0
|
/
*
Removed dlsym handle != NULL check for lp64
Dmitriy Ivanov
2014-05-21
1
-2
/
+5
*
HACK: linker: check for handle==0xffffffff on LP64
Colin Cross
2014-05-20
1
-1
/
+1
*
Merge "Add R_X86_64_64 to the list of possible weak relocs"
Dmitriy Ivanov
2014-05-20
1
-0
/
+1
|
\
|
*
Add R_X86_64_64 to the list of possible weak relocs
Pavel Chupin
2014-05-20
1
-0
/
+1
*
|
Add RTLD_NOLOAD support and some related changes.
Dmitriy Ivanov
2014-05-20
3
-32
/
+59
*
|
Fix lookup-by-base-name for lp64
Dmitriy Ivanov
2014-05-19
1
-17
/
+25
|
/
*
Rethrow SIGTRAP too.
Elliott Hughes
2014-05-16
1
-0
/
+1
*
debugger.cpp should know the names of the signals it catches.
Elliott Hughes
2014-05-16
1
-6
/
+9
*
Improve detection of already loaded libraries
Dmitriy Ivanov
2014-05-14
8
-158
/
+446
*
Merge "Fix for linker allocator"
Dmitriy Ivanov
2014-05-14
2
-1
/
+4
|
\
|
*
Fix for linker allocator
Dmitriy Ivanov
2014-05-14
2
-1
/
+4
*
|
Switch to g_ for globals.
Elliott Hughes
2014-05-14
5
-67
/
+66
|
/
*
Merge "Remove page level mprotects"
Dmitriy Ivanov
2014-05-14
3
-44
/
+0
|
\
|
*
Remove page level mprotects
Dmitriy Ivanov
2014-05-13
3
-44
/
+0
*
|
Merge "Refactor linker allocator"
Dmitriy Ivanov
2014-05-13
6
-61
/
+434
|
\
\
|
|
/
|
*
Refactor linker allocator
Dmitriy Ivanov
2014-05-12
6
-61
/
+434
*
|
Cleanup: updated comments
Dmitriy Ivanov
2014-05-12
1
-7
/
+2
*
|
Cleanup: remove AARCH/ARM_COPY relocation support
Dmitriy Ivanov
2014-05-12
1
-89
/
+27
|
/
*
Remove support for non-PIE executables
Nick Kralevich
2014-05-08
1
-0
/
+6
*
Merge "Handle empty relro segment or incorrectly sized file."
Torne (Richard Coles)
2014-05-06
1
-3
/
+13
|
\
|
*
Handle empty relro segment or incorrectly sized file.
Torne (Richard Coles)
2014-05-02
1
-3
/
+13
*
|
Disallow dlopen("egl/blah.so") on LP64
Dmitriy Ivanov
2014-05-02
1
-0
/
+3
|
/
*
Pass si_code through to debuggerd.
Elliott Hughes
2014-04-25
1
-36
/
+42
*
Fix arm64/x86 build.
Torne (Richard Coles)
2014-04-22
1
-1
/
+1
*
Merge "Allow sharing the RELRO section via a file."
Torne (Richard Coles)
2014-04-22
3
-5
/
+153
|
\
|
*
Allow sharing the RELRO section via a file.
Torne (Richard Coles)
2014-04-17
3
-5
/
+153
*
|
Merge "Support loading libraries to a reserved address."
Torne (Richard Coles)
2014-04-22
3
-19
/
+41
|
\
\
|
|
/
|
*
Support loading libraries to a reserved address.
Torne (Richard Coles)
2014-04-17
3
-19
/
+41
*
|
Merge "Add android_dlopen_ext() interface to linker."
Torne (Richard Coles)
2014-04-22
3
-13
/
+25
|
\
\
|
|
/
|
*
Add android_dlopen_ext() interface to linker.
Torne (Richard Coles)
2014-04-17
3
-13
/
+25
*
|
Merge "Make libc signal handler output more like debuggerd."
Elliott Hughes
2014-04-19
1
-162
/
+185
|
\
\
|
*
|
Make libc signal handler output more like debuggerd.
Elliott Hughes
2014-04-18
1
-162
/
+185
|
|
/
*
|
Temporarily disable text relocation warnings for x86 libraries
Du Chenyang
2014-04-18
1
-0
/
+2
|
/
*
Remove duplicate line in linker/Android.mk.
Elliott Hughes
2014-04-01
1
-2
/
+1
*
Merge "Use __unused instead of UNUSED in linker.cpp"
Christopher Ferris
2014-03-30
1
-8
/
+7
|
\
|
*
Use __unused instead of UNUSED in linker.cpp
Kito Cheng
2014-03-25
1
-8
/
+7
*
|
linker: use LOCAL_MULTILIB := both style to build linker64
Colin Cross
2014-03-27
2
-62
/
+65
|
/
*
Unify our assembler macros.
Elliott Hughes
2014-02-20
3
-3
/
+3
*
Linker writes to wrong memory location when processing DT_MIPS_RLD_MAP
Benjamin Adolphi
2014-02-19
1
-1
/
+1
*
build linker and linker64 on 64-bit architectures
Colin Cross
2014-02-13
3
-82
/
+89
*
Remove unused variables not spotted by GCC.
Elliott Hughes
2014-02-12
1
-10
/
+4
*
Clean up all the lint cpplint can find in the dynamic linker.
Elliott Hughes
2014-02-11
4
-84
/
+61
*
[MIPS64] Dynamic linker
Chris Dearman
2014-02-11
4
-47
/
+196
*
Switch <elf.h> over to linux uapi under the covers.
Elliott Hughes
2014-02-10
5
-437
/
+405
*
Fix <link.h>.
Elliott Hughes
2014-02-10
2
-43
/
+18
[next]