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
*
Restore protection flags for ifunc during relocs.
Dmitriy Ivanov
2015-07-26
1
-3
/
+51
*
Fix memory-leak on soinfo_free()
Dmitriy Ivanov
2015-07-09
1
-0
/
+1
*
Improve personality initialization
Dmitriy Ivanov
2015-06-30
1
-7
/
+0
*
Lock on dl_interate_phdr
Dmitriy Ivanov
2015-06-29
1
-1
/
+1
*
Fix crash when trying to load invalid ELF file.
Dmitriy Ivanov
2015-06-25
1
-1
/
+1
*
Revert "[MIPS] Support FR=0 emulation on FR=1 64-bit FP registers"
Dimitry Ivanov
2015-06-24
1
-6
/
+0
*
[MIPS] Support FR=0 emulation on FR=1 64-bit FP registers
Duane Sand
2015-06-23
1
-0
/
+6
*
Merge "Remove text-relocs support for apps targeting M+" into mnc-dev
Dmitriy Ivanov
2015-06-22
1
-0
/
+7
|
\
|
*
Remove text-relocs support for apps targeting M+
Dmitriy Ivanov
2015-06-12
1
-0
/
+7
*
|
Improve library lookup logic
Dmitriy Ivanov
2015-06-17
1
-8
/
+41
*
|
Revert "Improve library lookup logic"
Dimitry Ivanov
2015-06-17
1
-12
/
+0
*
|
Improve library lookup logic
Dmitriy Ivanov
2015-06-16
1
-0
/
+12
|
/
*
Merge "Make path to apk compliant with jar url format" into mnc-dev
Dmitriy Ivanov
2015-06-11
1
-4
/
+4
|
\
|
*
Make path to apk compliant with jar url format
Dmitriy Ivanov
2015-06-09
1
-4
/
+4
*
|
Fix l_addr for the linker
Dmitriy Ivanov
2015-06-10
1
-1
/
+1
*
|
Statically linked executables should honor AT_SECURE.
Elliott Hughes
2015-06-10
1
-89
/
+9
*
|
Check if strtab exists before using it
Dmitriy Ivanov
2015-06-10
1
-11
/
+11
|
/
*
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
[next]