index
:
bionic.git
replicant-6.0
Android's bionic
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
linker
/
linker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Backward compatibility for dlsym(RTLD_DEFAULT, ...)
Dmitriy Ivanov
2015-06-02
1
-8
/
+26
*
Work around for libraries without dt_soname
Dmitriy Ivanov
2015-06-02
1
-0
/
+13
*
Fix dlsym(handle_of_main_executable, ...)
Dmitriy Ivanov
2015-06-01
1
-0
/
+11
*
Improve some of error/warning messages
Dmitriy Ivanov
2015-05-28
1
-2
/
+3
*
Work around incorrect dt_needed entries
Dmitriy Ivanov
2015-05-28
1
-1
/
+17
*
Fix RTLD_NEXT lookup for the local_group
Dmitriy Ivanov
2015-05-22
1
-1
/
+1
*
Merge "Apply work around b/19059885 to x86" into mnc-dev
Dmitriy Ivanov
2015-05-16
1
-4
/
+4
|
\
|
*
Apply work around b/19059885 to x86
Dmitriy Ivanov
2015-05-15
1
-4
/
+4
*
|
Don't use TEMP_FAILURE_RETRY on close in bionic.
Elliott Hughes
2015-05-15
1
-2
/
+1
|
/
*
ScopedFd: Don't use TEMP_FAILURE_RETRY() with close()
Spencer Low
2015-05-13
1
-22
/
+25
*
Improved dlsym tests and fixes to linker
Dmitriy Ivanov
2015-05-12
1
-27
/
+20
*
Use realpath for log and error messages
Dmitriy Ivanov
2015-05-07
1
-56
/
+60
*
VersionTracker: Ignore libraries without soname
Dmitriy Ivanov
2015-05-06
1
-1
/
+1
*
Lookup version info when relocating mips got
Dmitriy Ivanov
2015-05-01
1
-1
/
+1
*
Refactoring: move VersionTracker to link_image
Dmitriy Ivanov
2015-05-01
1
-12
/
+17
*
Refactoring: extract lookup_version_info(..)
Dmitriy Ivanov
2015-04-30
1
-18
/
+28
*
linker: initialize system properties
Dmitriy Ivanov
2015-04-29
1
-0
/
+5
*
Fix LD_PRELOAD for dlopen()
Dmitriy Ivanov
2015-04-28
1
-1
/
+2
*
Always use signed leb128 decoder
Dmitriy Ivanov
2015-04-22
1
-13
/
+6
*
Add library name to error message
Dmitriy Ivanov
2015-04-20
1
-1
/
+2
*
Support symbol versioning
Dmitriy Ivanov
2015-04-16
1
-31
/
+374
*
Add realpath for soinfo
Dmitriy Ivanov
2015-04-06
1
-95
/
+153
*
Merge "Add ANDROID_DLEXT_FORCE_LOAD flag"
Dmitriy Ivanov
2015-04-03
1
-10
/
+12
|
\
|
*
Add ANDROID_DLEXT_FORCE_LOAD flag
Dmitriy Ivanov
2015-04-03
1
-10
/
+12
*
|
Look into local group on dlsym with RTLD_DEFAULT
Dmitriy Ivanov
2015-04-02
1
-4
/
+34
|
/
*
Revert "Remove text-relocation support for lp32"
Dimitry Ivanov
2015-04-01
1
-2
/
+36
*
Remove text-relocation support for lp32
Dmitriy Ivanov
2015-03-31
1
-36
/
+2
*
Fix long lines and replace macros with functions.
Dmitriy Ivanov
2015-03-31
1
-55
/
+85
*
Replace fixed arrays with vectors
Dmitriy Ivanov
2015-03-24
1
-52
/
+70
*
Implement lookup by DT_SONAME
Dmitriy Ivanov
2015-03-18
1
-22
/
+33
*
Fix library lookup for filenames with slash.
Dmitriy Ivanov
2015-03-18
1
-5
/
+1
*
Support loading shared libraries from zip files
Simon Baldwin
2015-03-16
1
-14
/
+97
*
General purpose memory allocator for linker.
Dmitriy Ivanov
2015-03-16
1
-12
/
+0
*
Rename LinkerAllocator and LinkerAllocatorPage
Dmitriy Ivanov
2015-03-10
1
-2
/
+2
*
Refactoring: rename linker_allocator files
Dmitriy Ivanov
2015-03-10
1
-1
/
+1
*
Store fields for gnu_hash separately
Dmitriy Ivanov
2015-03-09
1
-20
/
+25
*
linker: Allow an app to update it's own LD_LIBRARY_PATH
Nick Kralevich
2015-03-07
1
-3
/
+1
*
Add support for packed relocations.
Dmitriy Ivanov
2015-03-06
1
-5
/
+84
*
Refactoring: introduce reloc_iterators
Dmitriy Ivanov
2015-03-06
1
-8
/
+10
*
Fix: DT_DEBUG was acting as DT_REL on mips64
Dmitriy Ivanov
2015-02-13
1
-1
/
+1
*
linker: Use load_bias to adjust search address in elf_addr_lookup
Chris Dearman
2015-02-04
1
-2
/
+2
*
Minimize calls to mprotect
Dmitriy Ivanov
2015-01-23
1
-23
/
+43
*
Add a log message to make the transition from linker to user code clear.
Elliott Hughes
2015-01-23
1
-0
/
+2
*
Enable -Wold-style-cast warnings for linker
Dmitriy Ivanov
2015-01-22
1
-5
/
+9
*
Refactoring: move mips reloc to separate method
Dmitriy Ivanov
2015-01-14
1
-120
/
+19
*
Refactoring: unify relocate function
Dmitriy Ivanov
2015-01-13
1
-190
/
+97
*
Refactoring: use generic reloc constants
Dmitriy Ivanov
2015-01-13
1
-18
/
+9
*
Revert "Refactoring: use generic reloc constants"
Dimitry Ivanov
2015-01-13
1
-10
/
+18
*
Refactoring: use generic reloc constants
Dmitriy Ivanov
2015-01-13
1
-18
/
+10
*
Refactor soinfo::relocate
Dmitriy Ivanov
2015-01-09
1
-102
/
+59
[next]