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