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
*
Revert "Revert "linker: Reset the active shim libs each time we do a dlopen""
Christopher R. Palmer
2015-12-01
1
-2
/
+8
*
linker: Don't try to walk the g_active_shim_libs when doing dlsym
Christopher R. Palmer
2015-12-01
1
-3
/
+4
*
Revert "linker: Reset the active shim libs each time we do a dlopen"
Ethan Chen
2015-11-30
1
-8
/
+2
*
linker: Reset the active shim libs each time we do a dlopen
Christopher R. Palmer
2015-11-29
1
-2
/
+8
*
linker: Fix the fact that shim libs do not properly call constructors
Christopher R. Palmer
2015-11-15
1
-0
/
+1
*
linker: Add support for dynamic "shim" libs
Christopher R. Palmer
2015-11-07
1
-0
/
+63
*
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
3
-1
/
+8
*
Fix crash when trying to load invalid ELF file.
Dmitriy Ivanov
2015-06-25
3
-4
/
+19
*
Revert "[MIPS] Support FR=0 emulation on FR=1 64-bit FP registers"
Dimitry Ivanov
2015-06-24
3
-153
/
+6
*
[MIPS] Support FR=0 emulation on FR=1 64-bit FP registers
Duane Sand
2015-06-23
3
-6
/
+153
*
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
*
|
Merge "Add flag that makes linker honor min(p_vaddr)" into mnc-dev
David Srbecky
2015-06-19
1
-1
/
+7
|
\
\
|
*
|
Add flag that makes linker honor min(p_vaddr)
Dmitriy Ivanov
2015-06-18
1
-1
/
+7
|
|
/
*
|
Improve library lookup logic
Dmitriy Ivanov
2015-06-17
2
-8
/
+45
*
|
Revert "Improve library lookup logic"
Dimitry Ivanov
2015-06-17
2
-16
/
+0
*
|
Improve library lookup logic
Dmitriy Ivanov
2015-06-16
2
-0
/
+16
|
/
*
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
4
-325
/
+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
4
-9
/
+34
*
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
2
-1
/
+19
*
Add functions to provide target sdk version
Dmitriy Ivanov
2015-05-27
4
-14
/
+59
*
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
3
-9
/
+12
|
\
|
*
Apply work around b/19059885 to x86
Dmitriy Ivanov
2015-05-15
3
-9
/
+12
*
|
Don't use TEMP_FAILURE_RETRY on close in bionic.
Elliott Hughes
2015-05-15
1
-2
/
+1
|
/
*
Fix regression in crash reporting
John Reck
2015-05-15
1
-9
/
+0
*
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
*
Update NOTICE files (the second time today).
Elliott Hughes
2015-05-12
1
-28
/
+0
*
Simplify three copyright headers.
Elliott Hughes
2015-05-12
1
-1
/
+1
*
Merge "Update NOTICE files." into mnc-dev
Elliott Hughes
2015-05-12
1
-22
/
+38
|
\
|
*
Update NOTICE files.
Elliott Hughes
2015-05-12
1
-22
/
+38
*
|
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
*
|
Fix protected symbol lookups for mips
Dmitriy Ivanov
2015-05-05
1
-6
/
+20
|
/
*
Lookup version info when relocating mips got
Dmitriy Ivanov
2015-05-01
3
-9
/
+18
*
Refactoring: move VersionTracker to link_image
Dmitriy Ivanov
2015-05-01
3
-22
/
+24
*
Refactoring: extract lookup_version_info(..)
Dmitriy Ivanov
2015-04-30
3
-36
/
+37
*
linker: initialize system properties
Dmitriy Ivanov
2015-04-29
1
-0
/
+5
*
Fix mips relocation to use load_bias as intended
Dmitriy Ivanov
2015-04-29
1
-1
/
+1
[next]