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
...
|
*
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
*
Fix LD_PRELOAD for dlopen()
Dmitriy Ivanov
2015-04-28
1
-1
/
+2
*
linker: use libc's environ variable to store envp
Dmitriy Ivanov
2015-04-28
1
-5
/
+4
*
Always use signed leb128 decoder
Dmitriy Ivanov
2015-04-22
3
-52
/
+11
*
Add library name to error message
Dmitriy Ivanov
2015-04-20
1
-1
/
+2
*
Support symbol versioning
Dmitriy Ivanov
2015-04-16
5
-43
/
+476
*
Add realpath for soinfo
Dmitriy Ivanov
2015-04-06
4
-115
/
+191
*
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
*
|
Merge "Look into local group on dlsym with RTLD_DEFAULT"
Dmitriy Ivanov
2015-04-02
3
-15
/
+40
|
\
\
|
*
|
Look into local group on dlsym with RTLD_DEFAULT
Dmitriy Ivanov
2015-04-02
3
-15
/
+40
|
|
/
*
|
linker: never mark pages simultaneously writable / executable
Nick Kralevich
2015-04-01
1
-1
/
+7
|
/
*
Revert "Remove text-relocation support for lp32"
Dimitry Ivanov
2015-04-01
4
-4
/
+108
*
Remove text-relocation support for lp32
Dmitriy Ivanov
2015-03-31
4
-108
/
+4
*
Fix long lines and replace macros with functions.
Dmitriy Ivanov
2015-03-31
7
-93
/
+153
*
linker_environ: clear MALLOC_CONF when AT_SECURE=1
Nick Kralevich
2015-03-27
1
-0
/
+2
*
Explain why we need objcopy for the linker
Dmitriy Ivanov
2015-03-26
1
-1
/
+3
*
Replace fixed arrays with vectors
Dmitriy Ivanov
2015-03-24
1
-52
/
+70
*
Limit soinfo compatibility fields to arm32
Dmitriy Ivanov
2015-03-19
1
-2
/
+2
*
Implement lookup by DT_SONAME
Dmitriy Ivanov
2015-03-18
3
-23
/
+39
*
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
2
-15
/
+98
*
General purpose memory allocator for linker.
Dmitriy Ivanov
2015-03-16
8
-20
/
+745
*
Rename LinkerAllocator and LinkerAllocatorPage
Dmitriy Ivanov
2015-03-10
4
-22
/
+24
*
Refactoring: rename linker_allocator files
Dmitriy Ivanov
2015-03-10
6
-6
/
+6
*
Store fields for gnu_hash separately
Dmitriy Ivanov
2015-03-09
2
-20
/
+29
*
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
6
-7
/
+298
*
Refactoring: introduce reloc_iterators
Dmitriy Ivanov
2015-03-06
4
-13
/
+67
*
Fix: DT_DEBUG was acting as DT_REL on mips64
Dmitriy Ivanov
2015-02-13
1
-1
/
+1
*
Merge "linker: Use load_bias to adjust search address in elf_addr_lookup"
Dimitry Ivanov
2015-02-05
1
-2
/
+2
|
\
|
*
linker: Use load_bias to adjust search address in elf_addr_lookup
Chris Dearman
2015-02-04
1
-2
/
+2
*
|
Add missing includes.
Elliott Hughes
2015-01-28
4
-0
/
+5
*
|
Only one crashing thread should contact debuggerd.
Christopher Ferris
2015-01-28
1
-1
/
+20
*
|
Fix mips64 build. Replace explicit cast with static_cast
Nikola Veljkovic
2015-01-28
1
-2
/
+2
|
/
*
Remove obsolete BUILD_TINY_ANDROID.
Elliott Hughes
2015-01-24
1
-4
/
+0
*
Merge "Minimize calls to mprotect"
Dmitriy Ivanov
2015-01-24
1
-23
/
+43
|
\
|
*
Minimize calls to mprotect
Dmitriy Ivanov
2015-01-23
1
-23
/
+43
*
|
Merge "Add comments about the -shared flag."
Chih-Hung Hsieh
2015-01-23
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
Add comments about the -shared flag.
Chih-Hung Hsieh
2015-01-22
1
-0
/
+3
*
|
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
5
-10
/
+15
|
/
[prev]
[next]