- 8d25327 Revert "FORTIFY_SOURCE: fortify read()" by Nick Kralevich · 11 years ago
- 65c99de FORTIFY_SOURCE: fortify read() by Nick Kralevich · 11 years ago
- 78df45e Fix the ALIGN and ALIGNBYTES macros for LP64. by Elliott Hughes · 11 years ago
- 7264516 Add arch-x86_64/include/machine. by Elliott Hughes · 11 years ago
- 7943df6 Check memory size on FD_* functions by Nick Kralevich · 11 years ago
- 90201d5 FORTIFY_SOURCE: Add __FD_* checks by Nick Kralevich · 11 years ago
- b91791d Use alloc_size attribute on *alloc functions by Nick Kralevich · 11 years ago
- 5e72c51 Remove #define _BITSIZE 32. by Elliott Hughes · 11 years ago
- e4ffd9f Regenerate the system call stubs (to get x86_64). by Elliott Hughes · 11 years ago
- f281fd0 Merge "Better statfs/fstatfs glibc compatibility." by Elliott Hughes · 11 years ago
- 01a700e Better statfs/fstatfs glibc compatibility. by Elliott Hughes · 11 years ago
- c620059 Remove 32-bit assumptions from the ELF code. by Elliott Hughes · 11 years ago
- d3e64a3 Add x86_64 to the bionic headers. by Elliott Hughes · 11 years ago
- a9a02ac Fix inttypes.h and stdint.h for 64-bit (and C++11). by Elliott Hughes · 11 years ago
- d13c2b1 Fix unnecessary call to __strncpy_chk2 by Nick Kralevich · 11 years ago
- 60f4f9a libc: fortify recvfrom() by Nick Kralevich · 11 years ago
- b4f7616 Ensure we have the off64_t variant of every function that takes an off_t. by Elliott Hughes · 11 years ago
- afcc0cc Add mmap64() by Daniel Leung · 11 years ago
- 9ae59c0 Declare __page_shift and __page_size with C linkage. by Bernhard Rosenkraenzer · 11 years ago
- 24053a4 Add the dl_iterate_phdr function to libdl for arm. by Christopher Ferris · 11 years ago
- 3c4b50f Fix strchr for basic non-sse case on x86 by Pavel Chupin · 11 years ago
- bd8e674 cdefs.h: introduce __bos0 by Nick Kralevich · 11 years ago
- 93501d3 FORTIFY_SOURCE: introduce __strncpy_chk2 by Nick Kralevich · 11 years ago
- 5e9b20f Make ctype.h a little less unhygienic. by Elliott Hughes · 11 years ago
- aec2ffb Fix our missing abs/labs/llabs/imaxabs (and imaxdiv) symbols. by Elliott Hughes · 11 years ago
- d0be7c8 Add futimens. by Elliott Hughes · 11 years ago
- cd92751 Merge "Fix stdint.h intptr_t/uintptr_t for x86_64/x32" by Elliott Hughes · 11 years ago
- a0473d7 Merge "syslog needs a valid socket path for _PATH_LOG" by Elliott Hughes · 11 years ago
- 0a9c615 Fix stdint.h intptr_t/uintptr_t for x86_64/x32 by Pavel Chupin · 12 years ago
- c03e1e7 Define PTHREAD_KEYS_MAX and _POSIX_THREAD_KEYS_MAX in a POSIX-compliant way. by Elliott Hughes · 11 years ago
- ff20b91 am 8a363692: Merge "Add TCP_INFO state enum values." by Elliott Hughes · 11 years ago
- ef49e99 am d30877ae: Merge "syslog.h: add __printflike to syslog functions" by Nick Kralevich · 11 years ago
- 0dff43c Add TCP_INFO state enum values. by Elliott Hughes · 11 years ago
- 6b1dd17 syslog.h: add __printflike to syslog functions by Nick Kralevich · 11 years ago
- 731f7c2 am 9d476716: Merge "Add <sys/statvfs.h>." by Elliott Hughes · 11 years ago
- 06040fd Add <sys/statvfs.h>. by Elliott Hughes · 11 years ago
- f3f72e7 am 4fc8a0c1: Merge "Remove <netinet/icmp6.h> ni_* macros." by Elliott Hughes · 11 years ago
- c2cd33e Remove <netinet/icmp6.h> ni_* macros. by Elliott Hughes · 11 years ago
- 233050b am e31c45c9: Merge "Make bionic\'s <netinet/icmp6.h> standalone, like glibc\'s." by Elliott Hughes · 11 years ago
- 3a040d8 Make bionic's <netinet/icmp6.h> standalone, like glibc's. by Elliott Hughes · 11 years ago
- 62bdd03 am 6b33f31b: Merge "Fix IPv6 filtering definitions in netinet/icmp6.h." by Elliott Hughes · 11 years ago
- bfc6a59 Fix IPv6 filtering definitions in netinet/icmp6.h. by Lorenzo Colitti · 11 years ago
- 24400ac am e63ea6ac: Merge "Clean up <sys/mount.h>/<linux/fs.h> duplication." by Elliott Hughes · 11 years ago
- e42e51d Clean up <sys/mount.h>/<linux/fs.h> duplication. by Elliott Hughes · 11 years ago
- a8b954c am de2781d9: Merge changes I01345c23,I3b57517c by Elliott Hughes · 11 years ago
- f936ef1 Include linux/termios.h from sys/ioctl.h. by Lorenzo Colitti · 11 years ago
- 833dc58 am 87b4286f: Merge "Expose dn_comp and dn_expand to system C code." by Elliott Hughes · 11 years ago
- b8e435c Expose dn_comp and dn_expand to system C code. by Lorenzo Colitti · 11 years ago
- 7c808b2 am feec97a7: Merge "Fix inttypes.h PRI?PTR and SCN?PTR macros." by Elliott Hughes · 11 years ago
- 74f0833 Fix inttypes.h PRI?PTR and SCN?PTR macros. by Elliott Hughes · 11 years ago
- dcd237a am 1ba3a2c2: Merge "Update icmp6.h to current NetBSD." by Elliott Hughes · 11 years ago
- ce7c404 Update icmp6.h to current NetBSD. by Lorenzo Colitti · 11 years ago
- 28d298a am 413eef71: Merge "More FORTIFY_SOURCE functions under clang" by Nick Kralevich · 11 years ago
- a6cde39 More FORTIFY_SOURCE functions under clang by Nick Kralevich · 11 years ago
- f9ef010 am 78a7bf99: Merge "stdio.h: enable vs?printf clang FORTIFY_SOURCE" by Nick Kralevich · 11 years ago
- c8ae8bd stdio.h: enable vs?printf clang FORTIFY_SOURCE by Nick Kralevich · 11 years ago
- 146d79c am fbec57d4: Merge changes Ib496e818,I074204e9 by Colin Cross · 11 years ago
- 5e9a086 bionic: add compatibility mode for properties by Colin Cross · 11 years ago
- db6dd60 am b116bf76: Merge "Switch to current upstream getopt_long." by Elliott Hughes · 11 years ago
- b116bf7 Merge "Switch to current upstream getopt_long." by Elliott Hughes · 11 years ago
- baa6186 am 995f17e6: Merge "libc: add swapon and swapoff syscalls" by Rom Lemarchand · 11 years ago
- d278b82 Switch to current upstream getopt_long. by Elliott Hughes · 11 years ago
- d206b56 libc: add swapon and swapoff syscalls by Rom Lemarchand · 11 years ago
- 7180213 am bfacb603: Merge "libc: enable FORTIFY_SOURCE snprintf under clang" by Nick Kralevich · 11 years ago
- 621b19d libc: enable FORTIFY_SOURCE snprintf under clang by Nick Kralevich · 11 years ago
- a99e29e am 1642edb5: Merge changes Ib074192d,I6df3afed,I69070455,Icbe31908,Id3fa4526,I038d451f by Colin Cross · 11 years ago
- 1540f60 bionic: revert to a single (larger) property area by Greg Hackmann · 11 years ago
- 996cdc4 bionic: reimplement property area as hybrid trie/binary tree by Greg Hackmann · 11 years ago
- cb215a7 bionic: make property area expandable by Greg Hackmann · 12 years ago
- 9544803 am 0ea1d5c0: Merge "libc: enable sprintf FORTIFY_SOURCE under clang" by Nick Kralevich · 11 years ago
- c6eb985 libc: enable sprintf FORTIFY_SOURCE under clang by Nick Kralevich · 11 years ago
- 5fed0ee am 0ce28d20: Merge "libc: enable FORTIFY_SOURCE clang strlcpy" by Nick Kralevich · 11 years ago
- 8bafa74 libc: enable FORTIFY_SOURCE clang strlcpy by Nick Kralevich · 11 years ago
- 33df38a am 4eed6509: Merge "stdint.h header is not fully compatible with C99(ISO9899:1999)" by Elliott Hughes · 11 years ago
- 4eed650 Merge "stdint.h header is not fully compatible with C99(ISO9899:1999)" by Elliott Hughes · 11 years ago
- f425050 am 3225f498: Merge "bionic: add __system_property_foreach" by Colin Cross · 11 years ago
- dc5d342 stdint.h header is not fully compatible with C99(ISO9899:1999) by Sergey Melnikov · 12 years ago
- c6ff844 bionic: add __system_property_foreach by Greg Hackmann · 12 years ago
- d98d35c am 0846109c: Merge "libc: Rename fortify error functions." by Nick Kralevich · 11 years ago
- 3bf6279 am dd0880fe: Merge "libc: add limited FORTIFY_SOURCE support for clang" by Nick Kralevich · 11 years ago
- ba6c021 am e2fb05b4: Merge "libc: Introduce __errordecl()" by Nick Kralevich · 11 years ago
- a641c18 libc: Rename fortify error functions. by Nick Kralevich · 11 years ago
- 16d1af1 libc: add limited FORTIFY_SOURCE support for clang by Nick Kralevich · 11 years ago
- b24c063 libc: Introduce __errordecl() by Nick Kralevich · 11 years ago
- f6e6e5e am 977a3313: Merge changes Iac00ce10,I192d3825 by Colin Cross · 11 years ago
- 5cf32de bionic: move system property writing from init to bionic by Colin Cross · 12 years ago
- c1e4183 am 560e9f7e: Merge "Ensure that <stdint.h> defines SIZE_MAX and friends." by Elliott Hughes · 11 years ago
- 7c89506 Ensure that <stdint.h> defines SIZE_MAX and friends. by Elliott Hughes · 11 years ago
- dc5f5f8 am f1867d47: Merge "Revert "Add SIZE_MAX to <stdint.h> in a way that might actually work."" by Elliott Hughes · 11 years ago
- 9248d3a Revert "Add SIZE_MAX to <stdint.h> in a way that might actually work." by Elliott Hughes · 11 years ago
- b0a2262 am 55c5ec64: Merge "Add SIZE_MAX to <stdint.h> in a way that might actually work." by Elliott Hughes · 11 years ago
- d8627af Add SIZE_MAX to <stdint.h> in a way that might actually work. by Elliott Hughes · 11 years ago
- 834f83d am 5cde15eb: Merge "<stdint.h> should expose SIZE_MAX." by Elliott Hughes · 11 years ago
- 2c157ae <stdint.h> should expose SIZE_MAX. by Elliott Hughes · 11 years ago
- e84cfbe am b7b4f5b8: Merge "update signal.h to be C90 compatable" by Elliott Hughes · 11 years ago
- 5a6a0a9 am 18af4503: Merge "Ensure header files using __BEGIN_DECLS include sys/cdefs.h." by Elliott Hughes · 11 years ago
- 156ccf4 update signal.h to be C90 compatable by Erik Gilling · 11 years ago
- 36fa67b Ensure header files using __BEGIN_DECLS include sys/cdefs.h. by Elliott Hughes · 11 years ago
- b9e2dae am c5bfb624: Merge "sys/personality.h: include <sys/cdefs.h>" by Elliott Hughes · 11 years ago
- 3282232 sys/personality.h: include <sys/cdefs.h> by Kito Cheng · 11 years ago