summaryrefslogtreecommitdiffstats
path: root/linker
Commit message (Expand)AuthorAgeFilesLines
...
| * Kernel dso support for 'dl_iterate_phdr' functionSergey Melnikov2013-06-251-0/+24
* | am 53ddcc90: Merge "linker: Emit a warning on text relocations"Nick Kralevich2013-06-211-0/+2
|\ \ | |/
| * linker: Emit a warning on text relocationsNick Kralevich2013-06-211-0/+2
* | am 6807af77: Merge "Make LD_PRELOAD failures just warnings."Elliott Hughes2013-06-182-8/+18
|\ \ | |/
| * Make LD_PRELOAD failures just warnings.Elliott Hughes2013-06-182-8/+18
* | am 8252b8e4: Merge "Honor p_vaddr if set"Brian Carlstrom2013-06-102-21/+32
|\ \ | |/
| * Honor p_vaddr if setBrian Carlstrom2013-06-072-21/+32
* | am 06713930: Merge "Small cleanup of soinfo_elf_lookup."Brian Carlstrom2013-06-031-5/+2
|\ \ | |/
| * Small cleanup of soinfo_elf_lookup.Christopher Ferris2013-06-031-5/+2
* | am f5f29de6: Merge "Fix bionic linker to support segments with zero p_filesz"Brian Carlstrom2013-05-211-10/+13
|\ \ | |/
| * Fix bionic linker to support segments with zero p_fileszBrian Carlstrom2013-05-211-10/+13
* | am 98f7659d: Merge "Don\'t fail to run DT_INIT and DT_INIT_ARRAY constructors...Elliott Hughes2013-05-091-38/+24
|\ \ | |/
| * Don't fail to run DT_INIT and DT_INIT_ARRAY constructors if a shared library ...Elliott Hughes2013-05-091-38/+24
* | am 5f28fde8: Merge "linker: only re-open std* for setuid programs."Nick Kralevich2013-04-251-5/+6
|\ \ | |/
| * linker: only re-open std* for setuid programs.Nick Kralevich2013-04-251-5/+6
* | am 240fb862: Merge "Make abort messages available to debuggerd."Elliott Hughes2013-04-053-18/+23
|\ \ | |/
| * Make abort messages available to debuggerd.Elliott Hughes2013-04-053-18/+23
* | am c48968d2: am 4453c51c: Merge "Drop unnecessary execution permission for .c...Elliott Hughes2013-03-212-0/+0
|\ \ | |/
| * Drop unnecessary execution permission for .cpp/.c/.hKito Cheng2013-03-222-0/+0
* | am 5f829205: am c1416647: Merge "Clean up internal libc logging."Elliott Hughes2013-03-154-18/+14
|\ \ | |/
| * Clean up internal libc logging.Elliott Hughes2013-03-154-18/+14
* | am 5d998b4a: am f21aa3b6: Merge "Use more types than just \'unsigned\' in the...Elliott Hughes2013-03-124-119/+118
|\ \ | |/
| * Use more types than just 'unsigned' in the linker.Elliott Hughes2013-03-124-119/+118
* | am 3c9afb5e: am 6b4c77f8: Merge "Use Elf32_Addr instead of unsigned in linker"Elliott Hughes2013-03-122-53/+49
|\ \ | |/
| * Use Elf32_Addr instead of unsigned in linkerKito Cheng2013-03-122-53/+49
* | resolved conflicts for merge of 4706606c to jb-mr2-devElliott Hughes2013-03-072-92/+9
|\ \ | |/
| * Regenerate NOTICE files.Elliott Hughes2013-03-072-92/+9
* | am 91392116: am 33031fed: Merge "Fix typo of DT_NEEDED for DT_NULL"Brian Carlstrom2013-03-071-1/+1
|\ \ | |/
| * Fix typo of DT_NEEDED for DT_NULLBrian Carlstrom2013-03-061-1/+1
* | am 50a2cd86: am 0b4a85bf: Merge "Fix TIMING/STATS/COUNT_PAGES dynamic linker ...Elliott Hughes2013-03-061-3/+3
|\ \ | |/
| * Fix TIMING/STATS/COUNT_PAGES dynamic linker buildKito Cheng2013-03-061-3/+3
* | am 9043202b: am 20958207: Merge "Fix MIPS linker build"Brian Carlstrom2013-03-061-1/+1
|\ \ | |/
| * Fix MIPS linker buildBrian Carlstrom2013-03-061-1/+1
* | am 9a0b658c: am c41dcad0: Merge "More linker cleanup."Elliott Hughes2013-03-066-457/+317
|\ \ | |/
| * More linker cleanup.Elliott Hughes2013-03-056-457/+317
* | am a2517de3: am 036f9097: Merge "Minor linker cleanup, primarily to use Elf32...Brian Carlstrom2013-03-066-176/+188
|\ \ | |/
| * Minor linker cleanup, primarily to use Elf32_DynBrian Carlstrom2013-03-056-176/+188
* | am b5862d4d: Merge "Update linker README."Elliott Hughes2013-02-191-2/+3
|\ \ | |/
| * Update linker README.Elliott Hughes2013-02-191-2/+3
* | am 3002d64b: Merge "Everyone has a TLS register."Elliott Hughes2013-02-131-7/+1
|\ \ | |/
| * Everyone has a TLS register.Elliott Hughes2013-02-121-7/+1
* | am 8f509e8b: am 9a9bb243: Merge "Switch to using AT_RANDOM for the stack guar...Elliott Hughes2013-02-081-1/+1
|\ \ | |/
| * Switch to using AT_RANDOM for the stack guards.Elliott Hughes2013-02-081-1/+1
* | am 5bb67760: am f6afd3b6: Merge "Fix x86 build, remove void* arithmetic."Elliott Hughes2013-02-071-0/+1
|\ \ | |/
| * Fix x86 build, remove void* arithmetic.Elliott Hughes2013-02-071-0/+1
* | am 6f67cd22: am 2f41531f: Merge "Clean up the argc/argv/envp/auxv handling."Elliott Hughes2013-02-074-136/+83
|\ \ | |/
| * Clean up the argc/argv/envp/auxv handling.Elliott Hughes2013-02-074-136/+83
* | am 0e51a861: am 4fc2a74b: Merge "Remove partial implementation of MIPS non-PI...Elliott Hughes2013-02-062-28/+0
|\ \ | |/
| * Remove partial implementation of MIPS non-PIC support.Elliott Hughes2013-02-062-28/+0
* | am a7f44b5a: am 172e038f: am f09f6db5: Merge "Use the NetBSD <sys/exec_elf.h>."Elliott Hughes2013-01-291-31/+2
|\ \ | |/