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
*
linker: Avoid logcat spam with some blobs
Marcin Chojnacki
2016-08-04
1
-0
/
+4
*
Do not depend on host bits to get the right size to write.
Junichi Uekawa
2016-06-28
1
-3
/
+3
*
linker: Allow text-relocs for x86 (only)
Christopher R. Palmer
2016-03-10
1
-0
/
+2
*
bionic: linker: Load shim libs *before* the self-linked libs
Christopher R. Palmer
2016-02-14
1
-4
/
+4
*
Make shim lib load failure non-fatal.
Danny Baumann
2015-12-12
1
-10
/
+12
*
Merge tag 'android-6.0.1_r3' of https://android.googlesource.com/platform/bio...
Steve Kondik
2015-12-07
1
-3
/
+13
|
\
|
*
Ensure that readlink has access to /proc/self/fd
Dmitriy Ivanov
2015-10-14
1
-0
/
+8
|
*
Log dlopen failures caused by text relocations
Dmitriy Ivanov
2015-10-13
1
-0
/
+1
|
*
linker: don't pass dlextinfo to dependent loads.
Torne (Richard Coles)
2015-10-08
1
-3
/
+4
*
|
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
|
\
[next]