- f6f567f Merge "POSIX says <sys/types.h> should make all the pthread_* types available." by Elliott Hughes · 9 years ago
- 6f89d02 Merge "POSIX says <sys/types.h> should make all the pthread_* types available." by Treehugger Robot · 9 years ago
- 2802365 POSIX says <sys/types.h> should make all the pthread_* types available. by Elliott Hughes · 9 years ago
- 96ea9e6 Merge "POSIX says <locale.h> makes NULL visible." am: cea5c8a609 by Elliott Hughes · 9 years ago
- 8407dde Merge "Fix sysconf(_SC_ARG_MAX)." am: 51b3b44585 by Elliott Hughes · 9 years ago
- a7908ef Merge "Fix recvfrom prototype." am: 4a77fa3dcd by Elliott Hughes · 9 years ago
- cea5c8a Merge "POSIX says <locale.h> makes NULL visible." by Treehugger Robot · 9 years ago
- 51b3b44 Merge "Fix sysconf(_SC_ARG_MAX)." by Elliott Hughes · 9 years ago
- 4a77fa3 Merge "Fix recvfrom prototype." by Treehugger Robot · 9 years ago
- f232711 Merge "Fix pthread_barrierattr_getpshared prototype." am: f8f2949744 by Elliott Hughes · 9 years ago
- f8f2949 Merge "Fix pthread_barrierattr_getpshared prototype." by Treehugger Robot · 9 years ago
- f3308b9 Merge "POSIX says IPPORT_RESERVED is in <netdb.h>." am: a1858a7f59 by Elliott Hughes · 9 years ago
- e8469fd Merge "POSIX says SEM_FAILED shall have type sem_t*." am: 5b45d2fec8 by Elliott Hughes · 9 years ago
- 243fcc2 Merge "POSIX says <fcntl.h> makes SEEK_* visible." am: f135e4e56b by Elliott Hughes · 9 years ago
- a1858a7 Merge "POSIX says IPPORT_RESERVED is in <netdb.h>." by Treehugger Robot · 9 years ago
- 5b45d2f Merge "POSIX says SEM_FAILED shall have type sem_t*." by Treehugger Robot · 9 years ago
- f135e4e Merge "POSIX says <fcntl.h> makes SEEK_* visible." by Treehugger Robot · 9 years ago
- 3c2f0a2 Merge "linker: disallow W + E PT_LOAD segments" am: e8087022c1 by Dimitry Ivanov · 9 years ago
- e808702 Merge "linker: disallow W + E PT_LOAD segments" by Dimitry Ivanov · 9 years ago
- c1d06e4 Merge "Add two missing POSIX constant-only headers." am: 0e1b92af2f by Elliott Hughes · 9 years ago
- 0e1b92a Merge "Add two missing POSIX constant-only headers." by Treehugger Robot · 9 years ago
- e437788 POSIX says IPPORT_RESERVED is in <netdb.h>. by Elliott Hughes · 9 years ago
- 95b0680 POSIX says SEM_FAILED shall have type sem_t*. by Elliott Hughes · 9 years ago
- c553788 POSIX says <locale.h> makes NULL visible. by Elliott Hughes · 9 years ago
- fb94c63 Merge "Use sysinfo(2) to implement more of <sys/sysinfo.h>." am: b17d845d9b by Elliott Hughes · 9 years ago
- fd936ae POSIX says <fcntl.h> makes SEEK_* visible. by Elliott Hughes · 9 years ago
- b17d845 Merge "Use sysinfo(2) to implement more of <sys/sysinfo.h>." by Treehugger Robot · 9 years ago
- 48bfc6e Add two missing POSIX constant-only headers. by Elliott Hughes · 9 years ago
- 8197aca Fix recvfrom prototype. by Elliott Hughes · 9 years ago
- 02ac028 Fix pthread_barrierattr_getpshared prototype. by Elliott Hughes · 9 years ago
- 9700bab linker: disallow W + E PT_LOAD segments by Dimitry Ivanov · 9 years ago
- 2ce52af Merge "dlerror returns char*, not const char*." am: 166f875eab by Elliott Hughes · 9 years ago
- 166f875 Merge "dlerror returns char*, not const char*." by Treehugger Robot · 9 years ago
- 5e071a1 dlerror returns char*, not const char*. by Elliott Hughes · 9 years ago
- c508de0 Use sysinfo(2) to implement more of <sys/sysinfo.h>. by Elliott Hughes · 9 years ago
- 6b94ab9 Merge "linker: use stat(2) to check file existence" am: c623e7efc9 by Dimitry Ivanov · 9 years ago
- c623e7e Merge "linker: use stat(2) to check file existence" by Dimitry Ivanov · 9 years ago
- 4cf7024 linker: use stat(2) to check file existence by Dimitry Ivanov · 9 years ago
- 2fa91f4 Merge "linker_asan: Translate absolute dlopen paths to use asan-libraries." by Dimitry Ivanov · 9 years ago
- cea35d7 Merge "linker_asan: Translate absolute dlopen paths to use asan-libraries." by Treehugger Robot · 9 years ago
- 45d25ca linker_asan: Translate absolute dlopen paths to use asan-libraries. by Dimitry Ivanov · 9 years ago
- bcb80b2 Merge "Add ndk_library for libdl." am: 4519a4d182 by Dan Albert · 9 years ago
- 4aa98a3 Merge "Add __attribute__((sentinel)) tags to execl and friends." am: 32a2e137a5 by Josh Gao · 9 years ago
- 4519a4d Merge "Add ndk_library for libdl." by Treehugger Robot · 9 years ago
- 32a2e13 Merge "Add __attribute__((sentinel)) tags to execl and friends." by Treehugger Robot · 9 years ago
- 62ad07d Merge "Check alignment along with range of mapped file fragments" am: 3e35b26704 by Dimitry Ivanov · 9 years ago
- 3e35b26 Merge "Check alignment along with range of mapped file fragments" by Treehugger Robot · 9 years ago
- fdcf8ed Merge "Move brillo closer to Android." am: 299e501419 by Elliott Hughes · 9 years ago
- 4fe10a4 Merge "Remove __static_cast macro from <sys/cdefs.h>." am: 18af5bfa5d by Elliott Hughes · 9 years ago
- 299e501 Merge "Move brillo closer to Android." by Treehugger Robot · 9 years ago
- 18af5bf Merge "Remove __static_cast macro from <sys/cdefs.h>." by Treehugger Robot · 9 years ago
- 38dba2e Fix sysconf(_SC_ARG_MAX). by Elliott Hughes · 9 years ago
- d80a52e Add __attribute__((sentinel)) tags to execl and friends. by Josh Gao · 9 years ago
- 732a173 Merge "Fortify vsnprintf in more cases." am: af211ab23f by Elliott Hughes · 9 years ago
- d1dd7c5 Remove __static_cast macro from <sys/cdefs.h>. by Elliott Hughes · 9 years ago
- af211ab Merge "Fortify vsnprintf in more cases." by Elliott Hughes · 9 years ago
- 5ffed9b Move brillo closer to Android. by Elliott Hughes · 9 years ago
- fb3873d Fortify vsnprintf in more cases. by Elliott Hughes · 9 years ago
- bd90675 Check alignment along with range of mapped file fragments by Dimitry Ivanov · 9 years ago
- b9243aa Merge "Remove more stdio copy/paste." am: f5042cab10 by Elliott Hughes · 9 years ago
- f5042ca Merge "Remove more stdio copy/paste." by Treehugger Robot · 9 years ago
- 53cf348 Remove more stdio copy/paste. by Elliott Hughes · 9 years ago
- 430c64f Merge "linker: fix mips build" am: ce11d26bd7 by Dimitry Ivanov · 9 years ago
- ce11d26 Merge "linker: fix mips build" by Treehugger Robot · 9 years ago
- 576a375 linker: fix mips build by Dimitry Ivanov · 9 years ago
- f84421c Merge "Don't use the same declaration to declare multiple symbol names." by Josh Gao · 9 years ago
- dcc8feb Merge "Don't use the same declaration to declare multiple symbol names." by Treehugger Robot · 9 years ago
- f24a92d Merge changes I868417f4,I57ac3667 am: 8336b64442 by Dimitry Ivanov · 9 years ago
- 8336b64 Merge changes I868417f4,I57ac3667 by Treehugger Robot · 9 years ago
- 8a03c83 Don't use the same declaration to declare multiple symbol names. by Josh Gao · 9 years ago
- 64ac8e6 Merge "Update NOTICE files." am: 6ba5f07e3f by Elliott Hughes · 9 years ago
- 48ec288 Extract soinfo and globals to separate files. by Dimitry Ivanov · 9 years ago
- b943f30 Move android_namespace_t to a separate file. by Dimitry Ivanov · 9 years ago
- 6ba5f07 Merge "Update NOTICE files." by Elliott Hughes · 9 years ago
- 77a3e28 Update NOTICE files. by Elliott Hughes · 9 years ago
- c507eed Merge "Guard fortify inlines with __ANDROID_API__." am: 4b10751310 by Dan Albert · 9 years ago
- 4b10751 Merge "Guard fortify inlines with __ANDROID_API__." by Treehugger Robot · 9 years ago
- 6d0c5d0 Merge "Reimplement remove(3) without the lstat(2)." am: 7e93d9c675 by Elliott Hughes · 9 years ago
- 7e93d9c Merge "Reimplement remove(3) without the lstat(2)." by Treehugger Robot · 9 years ago
- dfa6bbb Guard fortify inlines with __ANDROID_API__. by Dan Albert · 9 years ago
- d1f25a7 Reimplement remove(3) without the lstat(2). by Elliott Hughes · 9 years ago
- e8a9108 Add ndk_library for libdl. by Dan Albert · 9 years ago
- 685ad2d Merge changes I01c4d9a8,Ic34734b4 am: ed9e6a41c9 by Dan Albert · 9 years ago
- ed9e6a4 Merge changes I01c4d9a8,Ic34734b4 by Treehugger Robot · 9 years ago
- c8a95a3 Run genversion-scripts.py. by Dan Albert · 9 years ago
- 1bcaf53 Annotate libdl.map.txt. by Dan Albert · 9 years ago
- 810b6ca Merge "Guard include of uchar.h in stdatomic.h" am: e8921ec92c by Pirama Arumuga Nainar · 9 years ago
- e8921ec Merge "Guard include of uchar.h in stdatomic.h" by Pirama Arumuga Nainar · 9 years ago
- ed3c787 Guard include of uchar.h in stdatomic.h by Pirama Arumuga Nainar · 9 years ago
- 8280789 Merge changes Iecc1b127,Ib67f07db,I7672d34c am: f0b53115ae by Dan Albert · 9 years ago
- f0b5311 Merge changes Iecc1b127,Ib67f07db,I7672d34c by Treehugger Robot · 9 years ago
- bba09a6 Merge changes Ib5962ea3,I8c1a7464,I06ce7c31 am: d7d4937bdc by Josh Gao · 9 years ago
- d7d4937 Merge changes Ib5962ea3,I8c1a7464,I06ce7c31 by Treehugger Robot · 9 years ago
- 37ba905 Run genversion-scripts.py. by Dan Albert · 9 years ago
- ea701b3 Only check arch tag if we have *any* arch tags. by Dan Albert · 9 years ago
- 10085bf Add pylintrc. by Dan Albert · 9 years ago
- ce99048 Merge changes Iedab3259,I333fe8ae am: 0fb3b0aec4 by Dan Albert · 9 years ago
- 0fb3b0a Merge changes Iedab3259,I333fe8ae by Treehugger Robot · 9 years ago
- b6a4a4c Add version information for legacy inlines. by Josh Gao · 9 years ago
- f9128bc versioner: remove unnecessary kernel/common symlink. by Josh Gao · 9 years ago