Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FORTIFY_SOURCE: revert memcpy changes. | Nick Kralevich | 2012-07-13 | 2 | -38/+4 |
* | Merge "FORTIFY_SOURCE: introduce __BIONIC_FORTIFY_UNKNOWN_SIZE macro" | Nick Kralevich | 2012-07-13 | 3 | -4/+8 |
|\ | |||||
| * | FORTIFY_SOURCE: introduce __BIONIC_FORTIFY_UNKNOWN_SIZE macro | Nick Kralevich | 2012-07-13 | 3 | -4/+8 |
* | | Merge "FORTIFY_SOURCE: strlen check." | Nick Kralevich | 2012-07-13 | 3 | -0/+81 |
|\ \ | |/ | |||||
| * | FORTIFY_SOURCE: strlen check. | Nick Kralevich | 2012-07-13 | 3 | -0/+81 |
* | | Merge "FORTIFY_SOURCE: restore __memcpy_chk()" | Nick Kralevich | 2012-07-13 | 1 | -0/+10 |
|\ \ | |/ | |||||
| * | FORTIFY_SOURCE: restore __memcpy_chk() | Nick Kralevich | 2012-07-13 | 1 | -0/+10 |
|/ | |||||
* | Merge "FORTIFY_SOURCE: enhanced memcpy protections." | Nick Kralevich | 2012-07-13 | 3 | -7/+58 |
|\ | |||||
| * | FORTIFY_SOURCE: enhanced memcpy protections. | Nick Kralevich | 2012-07-12 | 3 | -7/+58 |
|/ | |||||
* | Merge "memmove: Don't call memcpy if regions overlap" | Nick Kralevich | 2012-07-12 | 1 | -3/+4 |
|\ | |||||
| * | memmove: Don't call memcpy if regions overlap | Nick Kralevich | 2012-07-11 | 1 | -3/+4 |
|/ | |||||
* | Don't use -fstack-protector on ssp.c | Nick Kralevich | 2012-07-10 | 1 | -1/+20 |
* | Merge "FORTIFY_SOURCE: Add openat, fix bug" | Nick Kralevich | 2012-07-09 | 2 | -7/+45 |
|\ | |||||
| * | FORTIFY_SOURCE: Add openat, fix bug | Nick Kralevich | 2012-07-09 | 2 | -7/+45 |
* | | Merge "FORTIFY_SOURCE: add fgets support." | Nick Kralevich | 2012-07-09 | 3 | -0/+100 |
|\ \ | |||||
| * | | FORTIFY_SOURCE: add fgets support. | Nick Kralevich | 2012-07-09 | 3 | -0/+100 |
| |/ | |||||
* | | am 67636eea: am 40e7ed58: Unhide rtld_db_dlactivity() | Andrew Hsieh | 2012-07-09 | 2 | -3/+3 |
|\ \ | |/ |/| | |||||
| * | am 40e7ed58: Unhide rtld_db_dlactivity() | Andrew Hsieh | 2012-07-09 | 2 | -3/+3 |
| |\ | |||||
| | * | Unhide rtld_db_dlactivity() | Andrew Hsieh | 2012-07-02 | 2 | -3/+3 |
* | | | Merge "Modify ion header" | Rebecca Schultz Zavin | 2012-06-28 | 1 | -6/+10 |
|\ \ \ | |||||
| * | | | Modify ion header | Rebecca Schultz Zavin | 2012-06-11 | 1 | -6/+10 |
* | | | | Merge "FORTIFY_SOURCE: add open() checks" | Nick Kralevich | 2012-06-27 | 2 | -0/+54 |
|\ \ \ \ | |||||
| * | | | | FORTIFY_SOURCE: add open() checks | Nick Kralevich | 2012-06-26 | 2 | -0/+54 |
* | | | | | libc: cleanups | Nick Kralevich | 2012-06-26 | 1 | -8/+8 |
|/ / / / | |||||
* | | | | linker: improve loadable segment protection. | David 'Digit' Turner | 2012-06-26 | 2 | -442/+98 |
* | | | | linker: simplify code for dynamic and ARM exidx sections. | David 'Digit' Turner | 2012-06-26 | 1 | -43/+14 |
* | | | | Merge "linker: rename load_offset to load_bias." | David 'Digit' Turner | 2012-06-26 | 2 | -18/+43 |
|\ \ \ \ | |||||
| * | | | | linker: rename load_offset to load_bias. | David 'Digit' Turner | 2012-06-25 | 2 | -18/+43 |
* | | | | | Merge "linker: avoid mapping the whole library before load." | David 'Digit' Turner | 2012-06-26 | 1 | -111/+61 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | linker: avoid mapping the whole library before load. | David 'Digit' Turner | 2012-06-25 | 1 | -111/+61 |
* | | | | | Merge "linker: Add PAGE_START/OFFSET/END convenience macros" | David 'Digit' Turner | 2012-06-26 | 1 | -18/+15 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | linker: Add PAGE_START/OFFSET/END convenience macros | David 'Digit' Turner | 2012-06-25 | 1 | -18/+15 |
* | | | | | Merge "linker: New sources to manage the ELF program header table." | David 'Digit' Turner | 2012-06-26 | 4 | -1/+795 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | linker: New sources to manage the ELF program header table. | David 'Digit' Turner | 2012-06-25 | 4 | -1/+795 |
* | | | | | am 5af97ca8: am c7bab8cb: Merge "Enable sqrtf() x86 assembly code" | Elliott Hughes | 2012-06-25 | 1 | -4/+6 |
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | | |||||
| * | | | am c7bab8cb: Merge "Enable sqrtf() x86 assembly code" | Elliott Hughes | 2012-06-25 | 1 | -4/+6 |
| |\ \ \ | |||||
| | * \ \ | Merge "Enable sqrtf() x86 assembly code" | Elliott Hughes | 2012-06-25 | 1 | -4/+6 |
| | |\ \ \ | |||||
| | | * | | | Enable sqrtf() x86 assembly code | xqian6 | 2012-06-25 | 1 | -4/+6 |
* | | | | | | Add module base to main executable's ARM_exidx. | Evgeniy Stepanov | 2012-06-22 | 1 | -1/+1 |
* | | | | | | am fa136e8c: am a5948157: Merge "Define __stack_chk_fail_local.S" | Andrew Hsieh | 2012-06-20 | 2 | -1/+4 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | am a5948157: Merge "Define __stack_chk_fail_local.S" | Andrew Hsieh | 2012-06-20 | 2 | -1/+4 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Merge "Define __stack_chk_fail_local.S" | Andrew Hsieh | 2012-06-20 | 2 | -1/+4 |
| | |\ \ \ \ | | | |/ / / | | |/| | | | |||||
| | | * | | | Define __stack_chk_fail_local.S | Andrew Hsieh | 2012-06-21 | 2 | -1/+4 |
| | |/ / / | |||||
* | | | | | am effc607e: Reconcile with jb-release | The Android Open Source Project | 2012-06-20 | 0 | -0/+0 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Reconcile with jb-release | The Android Open Source Project | 2012-06-20 | 0 | -0/+0 |
| |\ \ \ \ | |||||
| | * \ \ \ | merge in jb-release history after reset to jb-dev | The Android Automerger | 2012-06-20 | 0 | -0/+0 |
| | |\ \ \ \ | | | |_|_|/ | | |/| | | | |||||
* | | | | | | Merge "linker: reduce size by nearly 20KB" | David 'Digit' Turner | 2012-06-19 | 1 | -0/+15 |
|\ \ \ \ \ \ | |||||
| * | | | | | | linker: reduce size by nearly 20KB | David 'Digit' Turner | 2012-06-19 | 1 | -0/+15 |
* | | | | | | | am 63c4179f: am 4d0128f1: Merge "Minor tweak to get memory around corrupted h... | Andy McFadden | 2012-06-19 | 1 | -20/+22 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / / | |||||
| * | | | | | am 4d0128f1: Merge "Minor tweak to get memory around corrupted heap chunks du... | Andy McFadden | 2012-06-19 | 1 | -20/+22 |
| |\ \ \ \ \ | | |/ / / / |