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
*
Remove unused variables not spotted by GCC.
Elliott Hughes
2014-02-12
1
-10
/
+4
*
Clean up all the lint cpplint can find in the dynamic linker.
Elliott Hughes
2014-02-11
1
-71
/
+48
*
[MIPS64] Dynamic linker
Chris Dearman
2014-02-11
1
-41
/
+48
*
Switch <elf.h> over to linux uapi under the covers.
Elliott Hughes
2014-02-10
1
-224
/
+191
*
Fix <link.h>.
Elliott Hughes
2014-02-10
1
-17
/
+17
*
bionic: Change the type of soinfo's size to size_t
Weiwu Chen
2014-01-28
1
-1
/
+1
*
Make it possible for code to query the dynamic linker's default search path.
Elliott Hughes
2014-01-13
1
-9
/
+12
*
Improve dynamic linker diagnostics for internal errors.
Elliott Hughes
2013-12-22
1
-5
/
+8
*
AArch64: Linker64 support for AArch64
Marcus Oakland
2013-12-17
1
-4
/
+219
*
Fix debugging issues in vdso handling
Pavel Chupin
2013-12-12
1
-1
/
+3
*
Fix linker crashes during unknown symbol lookup
Sergey Melnikov
2013-10-31
1
-8
/
+10
*
Don't allow text relocations on 64-bit.
Elliott Hughes
2013-10-28
1
-10
/
+17
*
Clean up linker architecture macros.
Elliott Hughes
2013-10-28
1
-118
/
+97
*
Revert "Don't warn about x86 text relocations. They're too prevalent."
Elliott Hughes
2013-10-24
1
-2
/
+0
*
Don't warn about x86 text relocations. They're too prevalent.
Elliott Hughes
2013-10-23
1
-0
/
+2
*
change wording on text relocation message.
Nick Kralevich
2013-10-22
1
-2
/
+2
*
x86_64: Add R_X86_64_64 relocation handling
Pavel Chupin
2013-10-16
1
-0
/
+8
*
x86_64: Rename 64-bit linker to linker64
Pavel Chupin
2013-10-09
1
-0
/
+4
*
Fix x86_64 build, clean up intermediate libraries.
Elliott Hughes
2013-10-09
1
-3
/
+3
*
Use /system/lib64 and /vendor/lib64 for 64-bit libraries.
Elliott Hughes
2013-10-08
1
-0
/
+5
*
x86_64 linker.
Elliott Hughes
2013-10-08
1
-37
/
+199
*
Remove 32-bit assumptions from the ELF code.
Elliott Hughes
2013-09-30
1
-78
/
+77
*
Add the dl_iterate_phdr function to libdl for arm.
Christopher Ferris
2013-09-06
1
-3
/
+1
*
Make mips_relocate_got tolerate a missing got
Brian Carlstrom
2013-08-21
1
-17
/
+15
*
Kernel dso support for 'dl_iterate_phdr' function
Sergey Melnikov
2013-06-25
1
-0
/
+24
*
linker: Emit a warning on text relocations
Nick Kralevich
2013-06-21
1
-0
/
+2
*
Make LD_PRELOAD failures just warnings.
Elliott Hughes
2013-06-18
1
-7
/
+8
*
Small cleanup of soinfo_elf_lookup.
Christopher Ferris
2013-06-03
1
-5
/
+2
*
Don't fail to run DT_INIT and DT_INIT_ARRAY constructors if a shared library ...
Elliott Hughes
2013-05-09
1
-38
/
+24
*
linker: only re-open std* for setuid programs.
Nick Kralevich
2013-04-25
1
-5
/
+6
*
Make abort messages available to debuggerd.
Elliott Hughes
2013-04-05
1
-4
/
+6
*
Drop unnecessary execution permission for .cpp/.c/.h
Kito Cheng
2013-03-22
1
-0
/
+0
*
Clean up internal libc logging.
Elliott Hughes
2013-03-15
1
-7
/
+6
*
Use more types than just 'unsigned' in the linker.
Elliott Hughes
2013-03-12
1
-86
/
+82
*
Use Elf32_Addr instead of unsigned in linker
Kito Cheng
2013-03-12
1
-51
/
+47
*
Fix typo of DT_NEEDED for DT_NULL
Brian Carlstrom
2013-03-06
1
-1
/
+1
*
Fix TIMING/STATS/COUNT_PAGES dynamic linker build
Kito Cheng
2013-03-06
1
-3
/
+3
*
Fix MIPS linker build
Brian Carlstrom
2013-03-06
1
-1
/
+1
*
More linker cleanup.
Elliott Hughes
2013-03-05
1
-195
/
+27
*
Minor linker cleanup, primarily to use Elf32_Dyn
Brian Carlstrom
2013-03-05
1
-157
/
+169
*
Switch to using AT_RANDOM for the stack guards.
Elliott Hughes
2013-02-08
1
-1
/
+1
*
Clean up the argc/argv/envp/auxv handling.
Elliott Hughes
2013-02-07
1
-99
/
+58
*
Remove partial implementation of MIPS non-PIC support.
Elliott Hughes
2013-02-06
1
-14
/
+0
*
Fix the duplication in the debugging code.
Elliott Hughes
2013-01-18
1
-3
/
+3
*
Revert "stack protector: use AT_RANDOM"
Nick Kralevich
2013-01-16
1
-4
/
+4
*
stack protector: use AT_RANDOM
Nick Kralevich
2013-01-16
1
-4
/
+4
*
Fix my git mistake.
Elliott Hughes
2013-01-14
1
-1
/
+2
*
[MIPS] Set DT_DEBUG dyntab entry if it is writable
Chris Dearman
2013-01-14
1
-5
/
+6
*
Fix debug malloc.
Elliott Hughes
2013-01-03
1
-6
/
+6
*
Support System.loadLibrary for libraries with transitive dependencies.
Elliott Hughes
2012-12-20
1
-83
/
+73
[next]