- 70f6901 libc: make atoi, atol, and atoll pure functions by Nick Kralevich · 14 years ago
- 8df49ad FORTIFY_SOURCE: add strlcpy / strlcat support by Nick Kralevich · 14 years ago
- a5eaa02 Merge "Don't mark realloc with __attribute__((malloc))" by Nick Kralevich · 14 years ago
- b27631b Don't mark realloc with __attribute__((malloc)) by Nick Kralevich · 14 years ago
- 8c54c56 Merge "FORTIFY_SOURCE: add sprintf / vsprintf support" by Nick Kralevich · 14 years ago
- 9b549c3 FORTIFY_SOURCE: add sprintf / vsprintf support by Nick Kralevich · 14 years ago
- ca622f5 Merge "update filter.h / prctl.h / seccomp.h" by Nick Kralevich · 14 years ago
- 8f88aa7 am c5cab345: am 028ccf5d: Merge "Avoid multiple dns lookups for the same query" by Robert Greenwalt · 14 years ago
- c5cab34 am 028ccf5d: Merge "Avoid multiple dns lookups for the same query" by Robert Greenwalt · 14 years ago
- d1a6918 update filter.h / prctl.h / seccomp.h by Nick Kralevich · 14 years ago
- 028ccf5 Merge "Avoid multiple dns lookups for the same query" by Robert Greenwalt · 14 years ago
- c2f1d21 Merge "FORTIFY_SOURCE: add snprintf, vsnprintf" by Nick Kralevich · 14 years ago
- c9142d4 am 571da80c: am c75491e2: Merge "Remove an obsolete jamfile." by Elliott Hughes · 14 years ago
- 20afd4e am e0961445: Merge "Remove the meaningless on Linux if_dl.h header." by Elliott Hughes · 14 years ago
- 571da80 am c75491e2: Merge "Remove an obsolete jamfile." by Elliott Hughes · 14 years ago
- e096144 Merge "Remove the meaningless on Linux if_dl.h header." by Elliott Hughes · 14 years ago
- cffdf66 FORTIFY_SOURCE: add snprintf, vsnprintf by Nick Kralevich · 14 years ago
- 4c19e4f Remove an obsolete jamfile. by Elliott Hughes · 14 years ago
- 0f5b48c Merge "inet_ntop: pass the size of tmp to snprintf()" by Nick Kralevich · 14 years ago
- 85b06f9 inet_ntop: pass the size of tmp to snprintf() by Nick Kralevich · 14 years ago
- c3d45b8 Remove the meaningless on Linux if_dl.h header. by Elliott Hughes · 14 years ago
- 7c5c68f Merge "Remove the meaningless on Linux if_dl.h header." by Elliott Hughes · 14 years ago
- 5056f1f Remove the meaningless on Linux if_dl.h header. by Elliott Hughes · 14 years ago
- 631498d Merge "Added event logging for some spoofed DNS queries." by Geremy Condra · 14 years ago
- 524c87c Added event logging for some spoofed DNS queries. by Geremy Condra · 14 years ago
- 009f384 Added actual event logging calls to the FORTIFY_SOURCE methods. by Geremy Condra · 14 years ago
- 76656af _FORTIFY_SOURCE: check for integer overflows by Nick Kralevich · 14 years ago
- ec8addc Merge "Adding event logging to libc." by Geremy Condra · 14 years ago
- 8b11c4c Adding event logging to libc. by Geremy Condra · 14 years ago
- 71a18dd _FORTIFY_SOURCE: add memset / bzero support by Nick Kralevich · 14 years ago
- 4590497 am d0c25027: am 2b89f1e3: Merge "Fix sysconf(_SC_NPROCESSORS_CONF) on ARM." by Elliott Hughes · 14 years ago
- d0c2502 am 2b89f1e3: Merge "Fix sysconf(_SC_NPROCESSORS_CONF) on ARM." by Elliott Hughes · 14 years ago
- a985076 Fix sysconf(_SC_NPROCESSORS_CONF) on ARM. by Elliott Hughes · 14 years ago
- 158ad01 am 3069270d: am c2bba24d: Merge "Give the timer_create SIGEV_THREAD helper threads sensible names." by Elliott Hughes · 14 years ago
- 3069270 am c2bba24d: Merge "Give the timer_create SIGEV_THREAD helper threads sensible names." by Elliott Hughes · 14 years ago
- 470631e Give the timer_create SIGEV_THREAD helper threads sensible names. by Elliott Hughes · 14 years ago
- 204c6e5 Merge "arm: rewrite crtbegin* as C files." by Nick Kralevich · 14 years ago
- 0a23015 libc: implement some FORTIFY_SOURCE functions by Nick Kralevich · 14 years ago
- 31431f4 am 252a5c85: resolved conflicts for merge of e1dd3c28 to jb-dev-plus-aosp by Iliyan Malchev · 14 years ago
- 143ad4c am f0ddaa2f: am 7d2e24eb: bionic: introduce libc.debug.malloc.program by Iliyan Malchev · 14 years ago
- 252a5c8 resolved conflicts for merge of e1dd3c28 to jb-dev-plus-aosp by Iliyan Malchev · 14 years ago
- f0ddaa2 am 7d2e24eb: bionic: introduce libc.debug.malloc.program by Iliyan Malchev · 14 years ago
- e1dd3c2 bionic: import heaptracker as chk_malloc by Iliyan Malchev · 14 years ago
- 9d40326 arm: rewrite crtbegin* as C files. by Nick Kralevich · 14 years ago
- 7d2e24e bionic: introduce libc.debug.malloc.program by Iliyan Malchev · 14 years ago
- 857fc9e Merge "crtbegin: eliminate duplicate code" by Nick Kralevich · 14 years ago
- 83a73d1 crtbegin: eliminate duplicate code by Nick Kralevich · 14 years ago
- 207d767 am 5a095ef2: am 03539a36: Merge "Ensure that the port number and TXID are properly randomized." into jb-dev by Geremy Condra · 14 years ago
- 5a095ef am 03539a36: Merge "Ensure that the port number and TXID are properly randomized." into jb-dev by Geremy Condra · 14 years ago
- 03539a3 Merge "Ensure that the port number and TXID are properly randomized." into jb-dev by Geremy Condra · 14 years ago
- 41c2a11 am d7b60b20: am c84ff11d: Print the corrupted address passed to free(). by Ben Cheng · 14 years ago
- d7b60b2 am c84ff11d: Print the corrupted address passed to free(). by Ben Cheng · 14 years ago
- c84ff11 Print the corrupted address passed to free(). by Ben Cheng · 14 years ago
- b23f193 Ensure that the port number and TXID are properly randomized. by Geremy Condra · 14 years ago
- 15ed08d am d155ba57: am c7882ab2: Merge "bionic: add clean kernel header ucontext.h" by Jean-Baptiste Queru · 14 years ago
- 7cce043 resolved conflicts for merge of dc6c2b77 to master by Elliott Hughes · 14 years ago
- d155ba5 am c7882ab2: Merge "bionic: add clean kernel header ucontext.h" by Jean-Baptiste Queru · 14 years ago
- c7882ab Merge "bionic: add clean kernel header ucontext.h" by Jean-Baptiste Queru · 14 years ago
- dc6c2b7 am 70cf0bc0: Merge "Remove the last references to SuperH." by Elliott Hughes · 14 years ago
- e33af61 Remove the last references to SuperH. by Elliott Hughes · 14 years ago
- fc9e525 Rename the misleading var name TARGET_OUT_STATIC_LIBRARIES by Ying Wang · 14 years ago
- 6cdefd0 Add linker support for PIE by Nick Kralevich · 14 years ago
- c425bc0 bionic: add clean kernel header ucontext.h by Kito Cheng · 14 years ago
- 1b56aaa am f2f7bf76: am 4f05d1c7: Merge "bionic/x86: Optimization for memcpy" by Elliott Hughes · 14 years ago
- f2f7bf7 am 4f05d1c7: Merge "bionic/x86: Optimization for memcpy" by Elliott Hughes · 14 years ago
- 4f05d1c Merge "bionic/x86: Optimization for memcpy" by Elliott Hughes · 14 years ago
- 83a38b8 am 8034415d: resolved conflicts for merge of 08e72d01 to jb-dev-plus-aosp by Iliyan Malchev · 14 years ago
- 8034415 resolved conflicts for merge of 08e72d01 to jb-dev-plus-aosp by Iliyan Malchev · 14 years ago
- 537867a am 804147cb: am edb7cad9: Merge "Actually set the header guard in "linux-syscalls.h"." by Elliott Hughes · 14 years ago
- 804147c am edb7cad9: Merge "Actually set the header guard in "linux-syscalls.h"." by Elliott Hughes · 14 years ago
- 1928523 Actually set the header guard in "linux-syscalls.h". by Elliott Hughes · 14 years ago
- 2a5fab9 am dbd5ecad: resolved conflicts for merge of e5408907 to jb-dev-plus-aosp by Elliott Hughes · 14 years ago
- dbd5eca resolved conflicts for merge of e5408907 to jb-dev-plus-aosp by Elliott Hughes · 14 years ago
- 08e72d0 bionic: add support for non-NEON memcpy() on NEON SoCs by Prajakta Gudadhe · 14 years ago
- fd8bd2c am 58a00b49: am 7eb1cc23: Merge "bionic: allow the board to customize MALLOC_ALIGNMENT" by Elliott Hughes · 14 years ago
- 22167aa am eab2889e: am fd955033: Merge "pthread: Invalidate stale stack pointers on pthread_exit()" by Elliott Hughes · 14 years ago
- 58a00b4 am 7eb1cc23: Merge "bionic: allow the board to customize MALLOC_ALIGNMENT" by Elliott Hughes · 14 years ago
- eab2889 am fd955033: Merge "pthread: Invalidate stale stack pointers on pthread_exit()" by Elliott Hughes · 14 years ago
- 1fa0d84 [MIPS] Add support for MIPS syscalls by Raghu Gandham · 14 years ago
- 2fd81ef bionic: allow the board to customize MALLOC_ALIGNMENT by Jack Ren · 14 years ago
- da0d853 am 08b51e2c: Implement the "abort" stub in assembly for ARM. by Ben Cheng · 14 years ago
- 0753dc6 pthread: Invalidate stale stack pointers on pthread_exit() by Bjorn Andersson · 14 years ago
- a4e84d2 am 9c3eca7b: resolved conflicts for merge of 6cf3c7c5 to jb-dev-plus-aosp by Elliott Hughes · 14 years ago
- eda7be4 Implement the "abort" stub in assembly for ARM. by Ben Cheng · 14 years ago
- 08b51e2 Implement the "abort" stub in assembly for ARM. by Ben Cheng · 14 years ago
- 12cbf06 Merge "Implement the "abort" stub in assembly for ARM." by Ben Cheng · 14 years ago
- 017f438 Implement the "abort" stub in assembly for ARM. by Ben Cheng · 14 years ago
- 9c3eca7 resolved conflicts for merge of 6cf3c7c5 to jb-dev-plus-aosp by Elliott Hughes · 14 years ago
- c47703a bionic/x86: Optimization for memcpy by Jack Ren · 14 years ago
- 5982e33 Cherry-pick "generate PIC code". by Nick Kralevich · 14 years ago
- 2eef0ca am ff0d1ce4: am e3bc7192: Merge "bionic: fix integer overflows in chk_malloc(), leak_malloc(), and leak_memalign()" by Elliott Hughes · 14 years ago
- 9b25457 am 53daf475: am 73a6566d: Merge "Remove expired dns cache entries before removing oldest" by Elliott Hughes · 14 years ago
- e34c7ff am e636e1f2: am 8657eafc: Merge "Adjust memcpy for ARM Cortex A9 cache line size" by Elliott Hughes · 14 years ago
- d0c884d Let pthread_create fail if schedparam can't be set by Pierre Peiffer · 14 years ago
- a59cfcf Avoid multiple dns lookups for the same query by Mattias Falk · 14 years ago
- a2758f1 libc: stop using the custom linker script by Nick Kralevich · 14 years ago
- ff0d1ce am e3bc7192: Merge "bionic: fix integer overflows in chk_malloc(), leak_malloc(), and leak_memalign()" by Elliott Hughes · 14 years ago
- 53daf47 am 73a6566d: Merge "Remove expired dns cache entries before removing oldest" by Elliott Hughes · 14 years ago
- e636e1f am 8657eafc: Merge "Adjust memcpy for ARM Cortex A9 cache line size" by Elliott Hughes · 14 years ago
- 7f5aa4f bionic: fix integer overflows in chk_malloc(), leak_malloc(), and leak_memalign() by Xi Wang · 14 years ago