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
*
Look into ld_preloads before current library
Dmitriy Ivanov
2014-08-29
1
-9
/
+27
*
Replace snprintf calls in linker.
Christopher Ferris
2014-08-27
2
-3
/
+17
*
Revert "Add support for protected local symbol lookup."
Dmitriy Ivanov
2014-08-18
3
-36
/
+31
*
Keep symbols for linker
Dmitriy Ivanov
2014-08-15
1
-0
/
+4
*
Label pages mapped by linker_allocator
Dmitriy Ivanov
2014-08-13
1
-0
/
+5
*
Optimize symbol lookup
Dmitriy Ivanov
2014-08-13
2
-0
/
+17
*
Revert "Revert "Fix dlsym(3) to do breadth first search.""
Dmitriy Ivanov
2014-08-04
5
-15
/
+98
*
Revert "Fix dlsym(3) to do breadth first search."
Dmitriy Ivanov
2014-08-04
5
-98
/
+15
*
Fix dlsym(3) to do breadth first search.
Dmitriy Ivanov
2014-07-29
5
-15
/
+98
*
Fix mips/mips64 build
Dmitriy Ivanov
2014-07-28
2
-0
/
+4
*
Fix 'adb shell /system/bin/linker' crash
Dmitriy Ivanov
2014-07-28
1
-1
/
+14
*
Fix global variable initialization for linker
Dmitriy Ivanov
2014-07-24
4
-21
/
+7
*
debuggerd: if PR_GET_DUMPABLE=0, don't ask for dumping
Nick Kralevich
2014-07-23
1
-0
/
+9
*
Fix a couple of bugs in generate-NOTICE and regenerate the NOTICE files.
Elliott Hughes
2014-07-23
1
-12
/
+12
*
Use VDSO for clock_gettime(2) and gettimeofday(2).
Elliott Hughes
2014-07-16
1
-4
/
+1
*
Merge "Remove __CTOR_LIST__ from mips/mips64."
Elliott Hughes
2014-07-09
2
-11
/
+0
|
\
|
*
Remove __CTOR_LIST__ from mips/mips64.
Elliott Hughes
2014-07-09
2
-11
/
+0
*
|
Don't zero r1 on entry to the dynamic linker.
Elliott Hughes
2014-07-08
3
-18
/
+8
|
/
*
Change android_dlextinfo flags to uint64_t
Dmitriy Ivanov
2014-07-08
1
-1
/
+1
*
Regenerate the bionic NOTICE files.
Elliott Hughes
2014-07-07
1
-0
/
+32
*
Revert "Reenable support for non-PIE executables"
Nick Kralevich
2014-07-03
1
-91
/
+22
*
Build fix
Dmitriy Ivanov
2014-07-02
1
-1
/
+1
*
Load library using file handle.
Dmitriy Ivanov
2014-07-02
2
-8
/
+15
*
Native tests are now multilib=both by default
Dmitriy Ivanov
2014-07-01
1
-1
/
+0
*
Write message to stderr on __libc_fatal()
Dmitriy Ivanov
2014-07-01
1
-8
/
+3
*
Add support for protected local symbol lookup.
Dmitriy Ivanov
2014-07-01
3
-34
/
+46
*
Reinstate the x86 dynamic linker warning for text relocations.
Elliott Hughes
2014-06-30
1
-2
/
+0
*
Disallow dlopen("egl/blah.so") on LP64
Dmitriy Ivanov
2014-06-29
1
-2
/
+1
*
Merge "Revert "HACK: linker: check for handle==0xffffffff on LP64""
Colin Cross
2014-06-26
1
-2
/
+2
|
\
|
*
Revert "HACK: linker: check for handle==0xffffffff on LP64"
Colin Cross
2014-06-16
1
-2
/
+2
*
|
Reenable support for non-PIE executables
Nick Kralevich
2014-06-19
1
-22
/
+91
*
|
Fix weak function lookups
Dmitriy Ivanov
2014-06-17
1
-1
/
+1
*
|
[MIPS64] linker64 requires startup code
Chris Dearman
2014-06-12
1
-0
/
+1
|
/
*
Remove an unused parameter from the dlopen implementation.
Elliott Hughes
2014-06-03
3
-10
/
+6
*
Turn on -Wunused and fix the mistakes it uncovers.
Elliott Hughes
2014-06-03
4
-4
/
+3
*
Merge "Do not add arcs to the soinfo graph on dlopen"
Dmitriy Ivanov
2014-05-23
1
-3
/
+0
|
\
|
*
Do not add arcs to the soinfo graph on dlopen
Bjorn Andersson
2014-05-22
1
-3
/
+0
*
|
Remove unnecessary #includes of <sys/atomics.h>.
Elliott Hughes
2014-05-22
1
-1
/
+0
|
/
*
Removed dlsym handle != NULL check for lp64
Dmitriy Ivanov
2014-05-21
1
-2
/
+5
*
HACK: linker: check for handle==0xffffffff on LP64
Colin Cross
2014-05-20
1
-1
/
+1
*
Merge "Add R_X86_64_64 to the list of possible weak relocs"
Dmitriy Ivanov
2014-05-20
1
-0
/
+1
|
\
|
*
Add R_X86_64_64 to the list of possible weak relocs
Pavel Chupin
2014-05-20
1
-0
/
+1
*
|
Add RTLD_NOLOAD support and some related changes.
Dmitriy Ivanov
2014-05-20
3
-32
/
+59
*
|
Fix lookup-by-base-name for lp64
Dmitriy Ivanov
2014-05-19
1
-17
/
+25
|
/
*
Rethrow SIGTRAP too.
Elliott Hughes
2014-05-16
1
-0
/
+1
*
debugger.cpp should know the names of the signals it catches.
Elliott Hughes
2014-05-16
1
-6
/
+9
*
Improve detection of already loaded libraries
Dmitriy Ivanov
2014-05-14
8
-158
/
+446
*
Merge "Fix for linker allocator"
Dmitriy Ivanov
2014-05-14
2
-1
/
+4
|
\
|
*
Fix for linker allocator
Dmitriy Ivanov
2014-05-14
2
-1
/
+4
*
|
Switch to g_ for globals.
Elliott Hughes
2014-05-14
5
-67
/
+66
|
/
[next]