summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* FORTIFY_SOURCE: revert memcpy changes.Nick Kralevich2012-07-132-38/+4
* Merge "FORTIFY_SOURCE: introduce __BIONIC_FORTIFY_UNKNOWN_SIZE macro"Nick Kralevich2012-07-133-4/+8
|\
| * FORTIFY_SOURCE: introduce __BIONIC_FORTIFY_UNKNOWN_SIZE macroNick Kralevich2012-07-133-4/+8
* | Merge "FORTIFY_SOURCE: strlen check."Nick Kralevich2012-07-133-0/+81
|\ \ | |/
| * FORTIFY_SOURCE: strlen check.Nick Kralevich2012-07-133-0/+81
* | Merge "FORTIFY_SOURCE: restore __memcpy_chk()"Nick Kralevich2012-07-131-0/+10
|\ \ | |/
| * FORTIFY_SOURCE: restore __memcpy_chk()Nick Kralevich2012-07-131-0/+10
|/
* Merge "FORTIFY_SOURCE: enhanced memcpy protections."Nick Kralevich2012-07-133-7/+58
|\
| * FORTIFY_SOURCE: enhanced memcpy protections.Nick Kralevich2012-07-123-7/+58
|/
* Merge "memmove: Don't call memcpy if regions overlap"Nick Kralevich2012-07-121-3/+4
|\
| * memmove: Don't call memcpy if regions overlapNick Kralevich2012-07-111-3/+4
|/
* Don't use -fstack-protector on ssp.cNick Kralevich2012-07-101-1/+20
* Merge "FORTIFY_SOURCE: Add openat, fix bug"Nick Kralevich2012-07-092-7/+45
|\
| * FORTIFY_SOURCE: Add openat, fix bugNick Kralevich2012-07-092-7/+45
* | Merge "FORTIFY_SOURCE: add fgets support."Nick Kralevich2012-07-093-0/+100
|\ \
| * | FORTIFY_SOURCE: add fgets support.Nick Kralevich2012-07-093-0/+100
| |/
* | am 67636eea: am 40e7ed58: Unhide rtld_db_dlactivity()Andrew Hsieh2012-07-092-3/+3
|\ \ | |/ |/|
| * am 40e7ed58: Unhide rtld_db_dlactivity()Andrew Hsieh2012-07-092-3/+3
| |\
| | * Unhide rtld_db_dlactivity()Andrew Hsieh2012-07-022-3/+3
* | | Merge "Modify ion header"Rebecca Schultz Zavin2012-06-281-6/+10
|\ \ \
| * | | Modify ion headerRebecca Schultz Zavin2012-06-111-6/+10
* | | | Merge "FORTIFY_SOURCE: add open() checks"Nick Kralevich2012-06-272-0/+54
|\ \ \ \
| * | | | FORTIFY_SOURCE: add open() checksNick Kralevich2012-06-262-0/+54
* | | | | libc: cleanupsNick Kralevich2012-06-261-8/+8
|/ / / /
* | | | linker: improve loadable segment protection.David 'Digit' Turner2012-06-262-442/+98
* | | | linker: simplify code for dynamic and ARM exidx sections.David 'Digit' Turner2012-06-261-43/+14
* | | | Merge "linker: rename load_offset to load_bias."David 'Digit' Turner2012-06-262-18/+43
|\ \ \ \
| * | | | linker: rename load_offset to load_bias.David 'Digit' Turner2012-06-252-18/+43
* | | | | Merge "linker: avoid mapping the whole library before load."David 'Digit' Turner2012-06-261-111/+61
|\ \ \ \ \ | |/ / / /
| * | | | linker: avoid mapping the whole library before load.David 'Digit' Turner2012-06-251-111/+61
* | | | | Merge "linker: Add PAGE_START/OFFSET/END convenience macros"David 'Digit' Turner2012-06-261-18/+15
|\ \ \ \ \ | |/ / / /
| * | | | linker: Add PAGE_START/OFFSET/END convenience macrosDavid 'Digit' Turner2012-06-251-18/+15
* | | | | Merge "linker: New sources to manage the ELF program header table."David 'Digit' Turner2012-06-264-1/+795
|\ \ \ \ \ | |/ / / /
| * | | | linker: New sources to manage the ELF program header table.David 'Digit' Turner2012-06-254-1/+795
* | | | | am 5af97ca8: am c7bab8cb: Merge "Enable sqrtf() x86 assembly code"Elliott Hughes2012-06-251-4/+6
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | am c7bab8cb: Merge "Enable sqrtf() x86 assembly code"Elliott Hughes2012-06-251-4/+6
| |\ \ \
| | * \ \ Merge "Enable sqrtf() x86 assembly code"Elliott Hughes2012-06-251-4/+6
| | |\ \ \
| | | * | | Enable sqrtf() x86 assembly codexqian62012-06-251-4/+6
* | | | | | Add module base to main executable's ARM_exidx.Evgeniy Stepanov2012-06-221-1/+1
* | | | | | am fa136e8c: am a5948157: Merge "Define __stack_chk_fail_local.S"Andrew Hsieh2012-06-202-1/+4
|\ \ \ \ \ \ | |/ / / / /
| * | | | | am a5948157: Merge "Define __stack_chk_fail_local.S"Andrew Hsieh2012-06-202-1/+4
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge "Define __stack_chk_fail_local.S"Andrew Hsieh2012-06-202-1/+4
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Define __stack_chk_fail_local.SAndrew Hsieh2012-06-212-1/+4
| | |/ / /
* | | | | am effc607e: Reconcile with jb-releaseThe Android Open Source Project2012-06-200-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | Reconcile with jb-releaseThe Android Open Source Project2012-06-200-0/+0
| |\ \ \ \
| | * \ \ \ merge in jb-release history after reset to jb-devThe Android Automerger2012-06-200-0/+0
| | |\ \ \ \ | | | |_|_|/ | | |/| | |
* | | | | | Merge "linker: reduce size by nearly 20KB"David 'Digit' Turner2012-06-191-0/+15
|\ \ \ \ \ \
| * | | | | | linker: reduce size by nearly 20KBDavid 'Digit' Turner2012-06-191-0/+15
* | | | | | | am 63c4179f: am 4d0128f1: Merge "Minor tweak to get memory around corrupted h...Andy McFadden2012-06-191-20/+22
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / /
| * | | | | am 4d0128f1: Merge "Minor tweak to get memory around corrupted heap chunks du...Andy McFadden2012-06-191-20/+22
| |\ \ \ \ \ | | |/ / / /