- 70f6901 libc: make atoi, atol, and atoll pure functions by Nick Kralevich · 13 years ago
- 8df49ad FORTIFY_SOURCE: add strlcpy / strlcat support by Nick Kralevich · 13 years ago
- a5eaa02 Merge "Don't mark realloc with __attribute__((malloc))" by Nick Kralevich · 13 years ago
- b27631b Don't mark realloc with __attribute__((malloc)) by Nick Kralevich · 13 years ago
- 9b549c3 FORTIFY_SOURCE: add sprintf / vsprintf support by Nick Kralevich · 13 years ago
- c2f1d21 Merge "FORTIFY_SOURCE: add snprintf, vsnprintf" by Nick Kralevich · 13 years ago
- cffdf66 FORTIFY_SOURCE: add snprintf, vsnprintf by Nick Kralevich · 13 years ago
- 5056f1f Remove the meaningless on Linux if_dl.h header. by Elliott Hughes · 13 years ago
- 71a18dd _FORTIFY_SOURCE: add memset / bzero support by Nick Kralevich · 13 years ago
- 0a23015 libc: implement some FORTIFY_SOURCE functions by Nick Kralevich · 13 years ago
- 804147c am edb7cad9: Merge "Actually set the header guard in "linux-syscalls.h"." by Elliott Hughes · 13 years ago
- 1928523 Actually set the header guard in "linux-syscalls.h". by Elliott Hughes · 13 years ago
- dbd5eca resolved conflicts for merge of e5408907 to jb-dev-plus-aosp by Elliott Hughes · 13 years ago
- 1fa0d84 [MIPS] Add support for MIPS syscalls by Raghu Gandham · 14 years ago
- 6baffed Add the posix_memalign(3) function to bionic by Ken Sumrall · 14 years ago
- 4994dea Merge "Bionic: Fix wrong prototype of system call clock_nanosleep" by Elliott Hughes · 13 years ago
- d515ce4 Bionic: Fix wrong prototype of system call clock_nanosleep by Jack Ren · 13 years ago
- 41070dd bionic: Fix wrong prototype of system call getresuid/getresgid by Jack Ren · 13 years ago
- f0ec06b Add faccessat to syscall list by Kenny Root · 13 years ago
- 891966d Merge "string.h: add __attribute__ ((pure)) to string functions" by Nick Kralevich · 13 years ago
- a677907 string.h: add __attribute__ ((pure)) to string functions by Nick Kralevich · 13 years ago
- 21eab51 New additions/bug fixes required/found when porting perf. by Ben Cheng · 13 years ago
- 1a82369 Update kernel headers and add syscall "perf_event_open" by Ben Cheng · 13 years ago
- 9ec0f03 Add relro support by Nick Kralevich · 13 years ago
- 51d22d7 am afab5a70: Merge "Eliminate duplicate constants" by Jean-Baptiste Queru · 13 years ago
- 9921947 Eliminate duplicate constants by Nick Kralevich · 13 years ago
- 7c38f53 am 7f28e0b4: Merge "Clean up the remnants of SuperH support" by Jean-Baptiste Queru · 13 years ago
- 7f28e0b Merge "Clean up the remnants of SuperH support" by Jean-Baptiste Queru · 13 years ago
- 67e7a93 Eliminate duplicate constants by Nick Kralevich · 13 years ago
- d6b58b0 am 09049311: am cfff36df: am a60ff6c5: Merge "libc: Define new symbol visibility macros" by Jean-Baptiste Queru · 13 years ago
- cfff36d am a60ff6c5: Merge "libc: Define new symbol visibility macros" by Jean-Baptiste Queru · 13 years ago
- b69060f Clean up the remnants of SuperH support by Raghu Gandham · 13 years ago
- f39a3fe Allow C++ to call fdprintf by Glenn Kasten · 13 years ago
- 25b7a16 Merge c4cb87f3 by Jean-Baptiste Queru · 14 years ago
- c4cb87f Merge 5b892aa7 by Jean-Baptiste Queru · 14 years ago
- 5fbf2e0 libc: Define new symbol visibility macros by David 'Digit' Turner · 14 years ago
- 70b1668 remove obsolete SuperH support by David 'Digit' Turner · 14 years ago
- 73fa5fd Merge 2f80f07d by Jean-Baptiste Queru · 14 years ago
- 2f80f07 am 23f56bbb: Merge "Add extended attribute (xattr) system call wrappers to bionic." by Jean-Baptiste Queru · 14 years ago
- 79fcc69 Merge "libc: remove private declarations from <time.h> and <resolv.h>" by David 'Digit' Turner · 14 years ago
- 5eb686d Add extended attribute (xattr) system call wrappers to bionic. by Stephen Smalley · 14 years ago
- ea29cd5 Eliminate duplicate copies of constants. by Nick Kralevich · 14 years ago
- d6045cb Don't generate sys/linux-unistd.h by Nick Kralevich · 14 years ago
- 023e540 am 06f51ba1: am f44de270: add personality() system call. by Nick Kralevich · 14 years ago
- 06f51ba am f44de270: add personality() system call. by Nick Kralevich · 14 years ago
- f44de27 add personality() system call. by Nick Kralevich · 14 years ago
- 208898e libc: remove private declarations from <time.h> and <resolv.h> by David 'Digit' Turner · 14 years ago
- 11f3d5a libc: Copy private C library declarations to private/ by David 'Digit' Turner · 14 years ago
- 6519c81 am e30e9093: sreadahead: adding readahead system call into bionic libc by Bruce Beare · 14 years ago
- e30e909 sreadahead: adding readahead system call into bionic libc by Bruce Beare · 14 years ago
- 85aad90 Add the posix_memalign(3) function to bionic by Ken Sumrall · 14 years ago
- de44d0b Merge "libc: provide atomic operations will full barriers for NDK apps." by David 'Digit' Turner · 14 years ago
- 95a1784 Merge "Add tgkill syscall." by Jeff Brown · 14 years ago
- 10c8ce5 Add tgkill syscall. by Jeff Brown · 14 years ago
- 0fec6b9 libc: provide atomic operations will full barriers for NDK apps. by David 'Digit' Turner · 14 years ago
- 9831ad3 libc: speed-up flockfile()/funlockfile() by David 'Digit' Turner · 14 years ago
- bda5da0 fix prototype of dladdr by Mathias Agopian · 14 years ago
- 8f88cbe am e0a4b678: am cc32fbc3: Merge "Add support for a dns cache per interface" by Robert Greenwalt · 14 years ago
- e0a4b67 am cc32fbc3: Merge "Add support for a dns cache per interface" by Robert Greenwalt · 14 years ago
- a94dc67 Merge remote branch 'goog/dalvik-dev' into dalvik-dev-to-master by Brian Carlstrom · 14 years ago
- 23d3e6b Add support for a dns cache per interface by Mattias Falk · 14 years ago
- 09dc7fb am b127b1f2: Merge "libc: enable IPTOS_MINCOST, fixup gethostbyaddr() proto." by Jean-Baptiste Queru · 14 years ago
- cfaf49d am 4aa32153: am 2cae7967: Merge "libc: Fix prctl() declaration." by David 'Digit' Turner · 14 years ago
- 4aa3215 am 2cae7967: Merge "libc: Fix prctl() declaration." by David 'Digit' Turner · 14 years ago
- 8a51237 libc: enable IPTOS_MINCOST, fixup gethostbyaddr() proto. by JP Abgrall · 14 years ago
- c18d76f Add icmp6.h and ip6.h files from current NetBSD libc. by Steinar H. Gunderson · 15 years ago
- b083bb5 libc: Fix prctl() declaration. by David 'Digit' Turner · 14 years ago
- f8d02d2 libc: enable IPTOS_MINCOST, fixup gethostbyaddr() proto. by JP Abgrall · 14 years ago
- bf01829 Fix strerror(3) for errno 0. by Elliott Hughes · 14 years ago
- c5d8d36 add net/ethernet.h stub by JP Abgrall · 14 years ago
- f5da2df am bfe04ea0: am 8c6b848e: am 0e47a919: Merge "libc: <sys/cdefs.h>: Fix the use of __STDC_VERSION__ from C++" by David 'Digit' Turner · 14 years ago
- bfe04ea am 8c6b848e: am 0e47a919: Merge "libc: <sys/cdefs.h>: Fix the use of __STDC_VERSION__ from C++" by David 'Digit' Turner · 14 years ago
- 01d14ab am c913b28f: am b130f004: am ae2d5ba3: Add support for the utimensat(2) syscall to bionic. by Ken Sumrall · 14 years ago
- b130f00 am ae2d5ba3: Add support for the utimensat(2) syscall to bionic. by Ken Sumrall · 14 years ago
- ae2d5ba Add support for the utimensat(2) syscall to bionic. by Ken Sumrall · 14 years ago
- 8eda21b libc: <sys/cdefs.h>: Fix the use of __STDC_VERSION__ from C++ by David 'Digit' Turner · 14 years ago
- f8e658c Merge "Return back EAI_ADDRFAMILY definition needed for libnl-2.0" by Dmitry Shmidt · 14 years ago
- 9a48b8e Return back EAI_ADDRFAMILY definition needed for libnl-2.0 by Dmitry Shmidt · 14 years ago
- 0b3c5c5 do not merge. Move property setting from libcutils to bionic. by satok · 14 years ago
- ec7e8cc do not merge. Move property setting from libcutils to bionic. by satok · 14 years ago
- 4399df8 Move property setting from libcutils to bionic. by Brad Fitzpatrick · 14 years ago
- 8d1f2e6 am 638608b1: am da8ea213: Merge "libc: <stdint.h>: Don\'t make __STD_CONSTANT_MACROS available if only __STD_LIMIT_MACROS is defined." by David 'Digit' Turner · 14 years ago
- 448a1b9 am b299039d: am e6e2ba1d: Merge "libc: <pthread.h>: Replace \'#if __cplusplus\' by \'#ifdef __cplusplus\'" by David 'Digit' Turner · 14 years ago
- 3134b56 am 0d6bbc7a: am dfe6eda5: Merge "libc: <stdint.h>: fix typo in INTMAX_C()/UINTMAX_C() definition" by David 'Digit' Turner · 14 years ago
- b868a32 am 0b73dac8: am d6722bdd: Merge "libc: <stdint.h>: Proper C++" by David 'Digit' Turner · 14 years ago
- da8ea21 Merge "libc: <stdint.h>: Don't make __STD_CONSTANT_MACROS available if only __STD_LIMIT_MACROS is defined." by David 'Digit' Turner · 14 years ago
- 847b183 libc: <pthread.h>: Replace '#if __cplusplus' by '#ifdef __cplusplus' by David 'Digit' Turner · 14 years ago
- 8b3cea6 libc: <stdint.h>: Don't make __STD_CONSTANT_MACROS available if only __STD_LIMIT_MACROS is defined. by David 'Digit' Turner · 14 years ago
- 0e5411b libc: <stdint.h>: fix typo in INTMAX_C()/UINTMAX_C() definition by David 'Digit' Turner · 14 years ago
- 08ff1a6 libc: <stdint.h>: Proper C++ by David 'Digit' Turner · 14 years ago
- 81d79f9 am 962dcb22: am fed58049: Merge "libc: Fix PTHREAD_RWLOCK_INITIALIZER" by David 'Digit' Turner · 14 years ago
- ca4462d libc: Fix PTHREAD_RWLOCK_INITIALIZER by David 'Digit' Turner · 14 years ago
- f582340 Fix the handle locking in stdio by Kenny Root · 14 years ago
- 62e1f37 Merge "libc: Update auto-gen scripts" by David 'Digit' Turner · 14 years ago
- fc26931 libc: Update auto-gen scripts by David 'Digit' Turner · 15 years ago
- 6846a45 Add icmp6.h and ip6.h files from current NetBSD libc. by Steinar H. Gunderson · 15 years ago
- bdca379 Include the Linux ipv6.h header from netinet/in.h, to get things like in6_pktinfo. by Steinar H. Gunderson · 15 years ago
- 3de0321 Add IN6ADDR_LOOPBACK_INIT macro to <netinet/in6.h>, as the kernel headers do not provide it anymore. by Steinar H. Gunderson · 15 years ago
- 64b6c43 Add a new #define IN6_IS_ADDR_ULA, for testing for Universal Local IPv6 Unicast addresses (ULAs). These replace the old site-local IPv6 addresses. by Steinar H. Gunderson · 15 years ago
- 5c8c00a libc: Fix the definition of SIGRTMAX by David 'Digit' Turner · 15 years ago