- da01fa6 Allocate all arc4random data on the same page. by Elliott Hughes · 9 years ago
- 2c8a26d Merge "Migrate libstdc++ to ndk_library." by Treehugger Robot · 9 years ago
- 59bde2e Use STDERR_FILENO instead of opening /dev/stderr. by Josh Gao · 9 years ago
- df31aff Migrate libstdc++ to ndk_library. by Dan Albert · 9 years ago
- 4edd651 Add missing O_CLOEXEC and TEMP_FAILURE_RETRY to localtime.c. by Elliott Hughes · 9 years ago
- 81c46fc Fix tzdata loading. by Elliott Hughes · 9 years ago
- e131f6c Update timezone data to 2016g. by Joachim Sauer · 9 years ago
- b81ade6 Merge "Fix mbsnrtowcs where `dst` is null." by Elliott Hughes · 9 years ago
- 83e9f36 Merge "Update escaping in Android.bp files" by Treehugger Robot · 9 years ago
- 89e29ee Fix mbsnrtowcs where `dst` is null. by Elliott Hughes · 9 years ago
- 7b29495 Update escaping in Android.bp files by Colin Cross · 9 years ago
- cc9e993 Merge "Update documentation." by Christopher Ferris · 9 years ago
- ac66d16 Update documentation. by Christopher Ferris · 9 years ago
- 95fa061 Rename __pure, __pure2, and __purefunc. by Elliott Hughes · 9 years ago
- 6cd9fb0 Fix warnings (and errors) in static inline headers. by Josh Gao · 9 years ago
- 6576a37 Add legacy inlines for locale aware APIs. by Dan Albert · 9 years ago
- 3103f6d Add strtof_l and strtod_l. by Dan Albert · 9 years ago
- 904460f Merge "bionic: tests: add test for fallocate FALLOC_FL_PUNCH_HOLE" by Nick Desaulniers · 9 years ago
- 53ad33b Merge "Remove remaining big-endian cruft." by Elliott Hughes · 9 years ago
- c351cbd Merge "Remove _KERNEL references from <machine/elf_machdep.h>." by Elliott Hughes · 9 years ago
- 09d900d bionic: tests: add test for fallocate FALLOC_FL_PUNCH_HOLE by Nick Desaulniers · 9 years ago
- f45d76a Match _Nonnull between char and wchar_t funcs. by Dan Albert · 9 years ago
- 495ec92 Add __ANDROID_API_FUTURE__. by Dan Albert · 9 years ago
- 42743f1 Merge "Fix some easy cases of __ANDROID__ versus __BIONIC__." by Elliott Hughes · 9 years ago
- 4971277 Remove remaining big-endian cruft. by Elliott Hughes · 9 years ago
- 63da3df Remove _KERNEL references from <machine/elf_machdep.h>. by Elliott Hughes · 9 years ago
- a9209d7 Fix some easy cases of __ANDROID__ versus __BIONIC__. by Elliott Hughes · 9 years ago
- 81b4aad Fix BYTE_ORDER check in <netinet/ip6.h>. by Josh Gao · 9 years ago
- cb728e6 Fix instances of '#if __i386__'. by Josh Gao · 9 years ago
- b36efa4 Fix instances of '#if __LP64__'. by Josh Gao · 9 years ago
- 5622837 Merge "Initialize main thread TLS before the global stack guard." by Josh Gao · 9 years ago
- bae16ef Add missing uapi header module. by Dan Albert · 9 years ago
- a39f5d8 Make getpagesize inline static. by Dan Albert · 9 years ago
- 4238a35 Add modules for NDK headers and libraries. by Dan Albert · 10 years ago
- 31d7037 Expose some more function decls. by Dan Albert · 9 years ago
- 23f088c [mips64] Fix ipc syscalls by Nikola Veljkovic · 9 years ago
- 572791e Merge changes Id513b72a,I92cd0116,I62393b58,I90ac2224,I527f88ac by Treehugger Robot · 9 years ago
- cb0b143 Provide fake definitions for libstdc++. by Dan Albert · 9 years ago
- 69b2654 Provide static inlines for in6addr things. by Dan Albert · 9 years ago
- 11f0e10 Provide an inline __cmsg_nxthdr. by Dan Albert · 9 years ago
- 2990404 Correct more fortify availability guards. by Dan Albert · 9 years ago
- 2fc14a9 Don't use an anonymous label in arm's __bionic_clone. by Elliott Hughes · 9 years ago
- e5dd632 Move strncpy fortify into android-21. by Dan Albert · 9 years ago
- 3afa181 Merge "versioner: add support for __VERSIONER_NO_GUARD." by Josh Gao · 9 years ago
- fff29fe versioner: add support for __VERSIONER_NO_GUARD. by Josh Gao · 9 years ago
- 7f0849f Fix sscanf/wcstod parsing of NaNs. by Elliott Hughes · 9 years ago
- 4bef281 Fix unittests broken by 545808a by Tamas Berghammer · 9 years ago
- 4159e86 Initialize main thread TLS before the global stack guard. by Josh Gao · 9 years ago
- d30bc9e Fix "Unknown token error" when upstream clang is used. by MinSeong Kim · 9 years ago
- b3fbee4 Revert "Update getentropy_linux.c from upstream." by Josh Gao · 9 years ago
- 5faef47 Update getentropy_linux.c from upstream. by Josh Gao · 10 years ago
- ac04d34 Merge "Update to kernel headers v4.7.2." by Christopher Ferris · 9 years ago
- 106b3a8 Update to kernel headers v4.7.2. by Christopher Ferris · 9 years ago
- 864f3ec Initialize __abort_message_ptr in linker's copy of libc by Dimitry Ivanov · 9 years ago
- 0b1a282 Merge "Fix a typo in the debug malloc usage info" by Christopher Ferris · 9 years ago
- 6313116 Merge "Revert "Switch back to the BSD exec for now."" by Treehugger Robot · 9 years ago
- e19c672 Revert "Switch back to the BSD exec for now." by Elliott Hughes · 9 years ago
- 6395a30 Merge "Fix execvp/execvpe behavior with absolute paths and ENOEXEC." by Elliott Hughes · 9 years ago
- 545808a Fix a typo in the debug malloc usage info by Tamas Berghammer · 9 years ago
- 6361506 Fix execvp/execvpe behavior with absolute paths and ENOEXEC. by Elliott Hughes · 9 years ago
- 18c31d7 Switch back to the BSD exec for now. by Elliott Hughes · 9 years ago
- 3c11590 Fix execvpe ENOEXEC behavior. by Elliott Hughes · 9 years ago
- fac5689 Merge "Rewrite the exec family." by Treehugger Robot · 9 years ago
- 1b40aaf Rewrite the exec family. by Elliott Hughes · 9 years ago
- 723a2e6 Merge "Fix mips build." am: 685ed4467c by Elliott Hughes · 9 years ago
- 1878ea0 Fix mips build. by Elliott Hughes · 9 years ago
- a0a3a8c Merge "Flesh out <sys/msg.h>, <sys/sem.h>, <sys/shm.h>." am: 7d4e28a486 by Elliott Hughes · 9 years ago
- 7d4e28a Merge "Flesh out <sys/msg.h>, <sys/sem.h>, <sys/shm.h>." by Elliott Hughes · 9 years ago
- 7c59f3f Flesh out <sys/msg.h>, <sys/sem.h>, <sys/shm.h>. by Elliott Hughes · 9 years ago
- 4321522 Merge "Be more restrictive about max frame size." am: a6b73d36ef by Elliott Hughes · 9 years ago
- a6b73d3 Merge "Be more restrictive about max frame size." by Treehugger Robot · 9 years ago
- 74600ce Merge "Document that our getnameinfo(3) prototype is unfixably wrong." by Elliott Hughes · 9 years ago
- 8e547bd Be more restrictive about max frame size. by Elliott Hughes · 9 years ago
- 5c730fe Merge "Add missing <sys/stat.h> macros." am: fe4ab7dc30 by Elliott Hughes · 9 years ago
- daf7506 Merge "Fix various <sys/socket.h> prototypes." am: c8476bb7ad by Elliott Hughes · 9 years ago
- d29747f Merge "mprotect and msync take void*, not const void*." am: 1df81cd177 by Elliott Hughes · 9 years ago
- ecb7611 Document that our getnameinfo(3) prototype is unfixably wrong. by Elliott Hughes · 9 years ago
- fe4ab7d Merge "Add missing <sys/stat.h> macros." by Treehugger Robot · 9 years ago
- c8476bb Merge "Fix various <sys/socket.h> prototypes." by Treehugger Robot · 9 years ago
- 1df81cd Merge "mprotect and msync take void*, not const void*." by Treehugger Robot · 9 years ago
- c8d967f Merge "Fix memmem behavior with empty needles." am: ce8a5b4b9d by Elliott Hughes · 9 years ago
- 2b9605f Fix various <sys/socket.h> prototypes. by Elliott Hughes · 9 years ago
- 9288761 Add missing <sys/stat.h> macros. by Elliott Hughes · 9 years ago
- 9dff0d0 mprotect and msync take void*, not const void*. by Elliott Hughes · 9 years ago
- cae33ad Fix memmem behavior with empty needles. by Elliott Hughes · 9 years ago
- b3ed1c5 Merge "Fix mktime's errno behavior." am: 228e747b6c by Elliott Hughes · 9 years ago
- 228e747 Merge "Fix mktime's errno behavior." by Treehugger Robot · 9 years ago
- a671192 Merge "Move some POSIX math functions out of _USE_GNU/_USE_BSD." am: e73fc63f96 by Elliott Hughes · 9 years ago
- e73fc63 Merge "Move some POSIX math functions out of _USE_GNU/_USE_BSD." by Treehugger Robot · 9 years ago
- f8ebaa4 Fix mktime's errno behavior. by Elliott Hughes · 9 years ago
- c1929e4 Move some POSIX math functions out of _USE_GNU/_USE_BSD. by Elliott Hughes · 9 years ago
- 0805744 Merge changes I9b662ca9,Iad7f3fc9,I1b16a4b5,I47b07755,I6496a8c4, ... by Josh Gao · 9 years ago
- 9519fc0 Merge changes I9b662ca9,Iad7f3fc9,I1b16a4b5,I47b07755,I6496a8c4, ... by Treehugger Robot · 9 years ago
- f6f567f Merge "POSIX says <sys/types.h> should make all the pthread_* types available." by Elliott Hughes · 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