1. 5774184 bionic: add __system_property_foreach by Greg Hackmann · 13 years ago
  2. d98d35c am 0846109c: Merge "libc: Rename fortify error functions." by Nick Kralevich · 12 years ago
  3. 3bf6279 am dd0880fe: Merge "libc: add limited FORTIFY_SOURCE support for clang" by Nick Kralevich · 12 years ago
  4. ba6c021 am e2fb05b4: Merge "libc: Introduce __errordecl()" by Nick Kralevich · 12 years ago
  5. a641c18 libc: Rename fortify error functions. by Nick Kralevich · 12 years ago
  6. 16d1af1 libc: add limited FORTIFY_SOURCE support for clang by Nick Kralevich · 12 years ago
  7. b24c063 libc: Introduce __errordecl() by Nick Kralevich · 12 years ago
  8. f6e6e5e am 977a3313: Merge changes Iac00ce10,I192d3825 by Colin Cross · 12 years ago
  9. 5cf32de bionic: move system property writing from init to bionic by Colin Cross · 13 years ago
  10. c1e4183 am 560e9f7e: Merge "Ensure that <stdint.h> defines SIZE_MAX and friends." by Elliott Hughes · 12 years ago
  11. 7c89506 Ensure that <stdint.h> defines SIZE_MAX and friends. by Elliott Hughes · 12 years ago
  12. dc5f5f8 am f1867d47: Merge "Revert "Add SIZE_MAX to <stdint.h> in a way that might actually work."" by Elliott Hughes · 12 years ago
  13. 9248d3a Revert "Add SIZE_MAX to <stdint.h> in a way that might actually work." by Elliott Hughes · 12 years ago
  14. b0a2262 am 55c5ec64: Merge "Add SIZE_MAX to <stdint.h> in a way that might actually work." by Elliott Hughes · 12 years ago
  15. d8627af Add SIZE_MAX to <stdint.h> in a way that might actually work. by Elliott Hughes · 12 years ago
  16. 834f83d am 5cde15eb: Merge "<stdint.h> should expose SIZE_MAX." by Elliott Hughes · 12 years ago
  17. 2c157ae <stdint.h> should expose SIZE_MAX. by Elliott Hughes · 12 years ago
  18. e84cfbe am b7b4f5b8: Merge "update signal.h to be C90 compatable" by Elliott Hughes · 12 years ago
  19. 5a6a0a9 am 18af4503: Merge "Ensure header files using __BEGIN_DECLS include sys/cdefs.h." by Elliott Hughes · 12 years ago
  20. 156ccf4 update signal.h to be C90 compatable by Erik Gilling · 12 years ago
  21. 36fa67b Ensure header files using __BEGIN_DECLS include sys/cdefs.h. by Elliott Hughes · 12 years ago
  22. b9e2dae am c5bfb624: Merge "sys/personality.h: include <sys/cdefs.h>" by Elliott Hughes · 12 years ago
  23. 3282232 sys/personality.h: include <sys/cdefs.h> by Kito Cheng · 12 years ago
  24. 4b47d9f am 4c001859: Merge "Fix declaration of malloc_usable_size()" by Elliott Hughes · 12 years ago
  25. 4c00185 Merge "Fix declaration of malloc_usable_size()" by Elliott Hughes · 12 years ago
  26. 027a8fa am 8539961f: Merge "FORTIFY_SOURCE: strcat / strncat optimize" by Nick Kralevich · 12 years ago
  27. cf87019 FORTIFY_SOURCE: strcat / strncat optimize by Nick Kralevich · 12 years ago
  28. 25a87f7 Fix declaration of malloc_usable_size() by David 'Digit' Turner · 12 years ago
  29. 975d446 am 6f502bc7: Merge "Add more __restricts, clean up __format__ attributes." by Elliott Hughes · 12 years ago
  30. d04c183 Add more __restricts, clean up __format__ attributes. by Elliott Hughes · 12 years ago
  31. 0167878 am 5b7b2809: Merge "epoll: add EPOLLRDHUP, EPOLLWAKEUP, and EPOLLONESHOT events" by Elliott Hughes · 12 years ago
  32. 562804f am f0f4fa3f: Merge "libc: add timerfd calls" by Elliott Hughes · 12 years ago
  33. 3136623 am e1c58ab5: Merge "libc: remove obsolete CLOCK_REALTIME_HR and CLOCK_MONOTONIC_HR" by Elliott Hughes · 12 years ago
  34. 91cc801 am 7cb82791: Merge "libc: add clock ids CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM" by Elliott Hughes · 12 years ago
  35. b0a2fc3 epoll: add EPOLLRDHUP, EPOLLWAKEUP, and EPOLLONESHOT events by Todd Poynor · 12 years ago
  36. 4200e62 libc: add timerfd calls by Todd Poynor · 12 years ago
  37. 5c4340b libc: remove obsolete CLOCK_REALTIME_HR and CLOCK_MONOTONIC_HR by Todd Poynor · 12 years ago
  38. 23b9fd2 libc: add clock ids CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM by Todd Poynor · 12 years ago
  39. 37cd880 am d541ba17: Merge "Use restrict pointers for various libc functions." by Nick Kralevich · 12 years ago
  40. 1c462b7 Use restrict pointers for various libc functions. by Nick Kralevich · 12 years ago
  41. 8355ab5 am bee0ab16: Merge "libc: upgrade strrchr to FORTIFY_SOURCE=2" by Nick Kralevich · 12 years ago
  42. 3b2e6bc libc: upgrade strrchr to FORTIFY_SOURCE=2 by Nick Kralevich · 12 years ago
  43. 2ff94a0 am c4687130: Merge "libc: upgrade some libc functions to _FORTIFY_SOURCE=2" by Nick Kralevich · 12 years ago
  44. 9020fd5 libc: upgrade some libc functions to _FORTIFY_SOURCE=2 by Nick Kralevich · 12 years ago
  45. aed0c3a am b94b2851: Merge "libc: upgrade sprintf to _FORTIFY_SOURCE=2" by Nick Kralevich · 12 years ago
  46. 78d6d98 libc: upgrade sprintf to _FORTIFY_SOURCE=2 by Nick Kralevich · 12 years ago
  47. 56a1b49 am 382a7753: Merge "strncpy: implement _FORTIFY_SOURCE=2" by Nick Kralevich · 12 years ago
  48. 1aae9bd strncpy: implement _FORTIFY_SOURCE=2 by Nick Kralevich · 12 years ago
  49. 9b84824 Prevent name conflict for eventfd.cpp and eventfd.s when building libc.a by Kito Cheng · 12 years ago
  50. 8baa929 Prevent name conflict for eventfd.cpp and eventfd.s when building libc.a by Kito Cheng · 12 years ago
  51. c82b339 am 3c1504d9: am 48f25cef: Merge "Stop generating <sys/linux-syscalls.h>." by Elliott Hughes · 12 years ago
  52. 1b91c6c Stop generating <sys/linux-syscalls.h>. by Elliott Hughes · 12 years ago
  53. ba61bb5 am a3fe475c: am c019345a: Merge "Use the correct names for the __ARM_NR_* syscalls." by Elliott Hughes · 12 years ago
  54. cda6209 Use the correct names for the __ARM_NR_* syscalls. by Elliott Hughes · 12 years ago
  55. e0e5b2f am 65163750: am c37dd599: Merge "Fix builds where _FORTIFY_SOURCE is off." by Elliott Hughes · 12 years ago
  56. 890c8ed Fix builds where _FORTIFY_SOURCE is off. by Elliott Hughes · 12 years ago
  57. ddda044 am 5686bb30: am 3323628d: Merge "The SYS_ constants should cover all __NR_ values." by Elliott Hughes · 12 years ago
  58. 5c2772f The SYS_ constants should cover all __NR_ values. by Elliott Hughes · 12 years ago
  59. 17a0d19 am 01c0e19e: am 612333f6: Merge "Don\'t #define SYS_ constants unless they make sense for the current architecture." by Elliott Hughes · 12 years ago
  60. 9724ce3 Don't #define SYS_ constants unless they make sense for the current architecture. by Elliott Hughes · 12 years ago
  61. 5c9a25c am f977d2dc: am 800ad824: Merge "Provide glibc-compatible SYS_* aliases for the __NR_* constants." by Elliott Hughes · 12 years ago
  62. 8ecf225 Provide glibc-compatible SYS_* aliases for the __NR_* constants. by Elliott Hughes · 12 years ago
  63. 60ac09b am 6d6f5e61: am 4b032ee9: Merge "Let bionic use the correct definition of ssize_t." by Elliott Hughes · 13 years ago
  64. b6e2248 Let bionic use the correct definition of ssize_t. by Elliott Hughes · 13 years ago
  65. c96ad9b am 7b69ac53: am cf9a9604: Merge "Switch to upstream-freebsd for the unmolested wchar code." by Elliott Hughes · 13 years ago
  66. eb93ebf Switch to upstream-freebsd for the unmolested wchar code. by Elliott Hughes · 13 years ago
  67. 04190c5 am cc646773: am 305a9995: am 8fa924e5: Merge "unistd.h: don\'t include sys/capability.h" by Nick Kralevich · 13 years ago
  68. 6524d3c unistd.h: don't include sys/capability.h by Nick Kralevich · 13 years ago
  69. 0476656 am 9c102ccf: am 7fe8229b: am 9c1912c4: Merge "Avoid changing the C++ ABI with ssize_t." by Elliott Hughes · 13 years ago
  70. e255642 Avoid changing the C++ ABI with ssize_t. by Elliott Hughes · 13 years ago
  71. 30f1622 am 82f4cc5d: am 58b997c8: am f5f906c1: Merge "libc: create sys/capability.h" by Nick Kralevich · 13 years ago
  72. 7c0dd55 libc: create sys/capability.h by Nick Kralevich · 13 years ago
  73. 92ce5cc am ed1068c8: am 7b8bf681: am f6bb5bf4: Merge "Add the glibc-compatible names to <sys/endian.h>." by Elliott Hughes · 13 years ago
  74. f6bb5bf Merge "Add the glibc-compatible names to <sys/endian.h>." by Elliott Hughes · 13 years ago
  75. 726642c am dd843914: am 440bc83d: am 7b2c6385: Merge "Fix <memory.h> to be a synonym for <string.h> like in glibc." by Elliott Hughes · 13 years ago
  76. bcedca2 am 41fb968c: am cadc8583: am bc0e7ee1: Merge "libc: add sys/signal.h for compatibility" by Nick Kralevich · 13 years ago
  77. 7b2c638 Merge "Fix <memory.h> to be a synonym for <string.h> like in glibc." by Elliott Hughes · 13 years ago
  78. 6f1b7a6 Fix <memory.h> to be a synonym for <string.h> like in glibc. by Elliott Hughes · 13 years ago
  79. cf820d7 Add the glibc-compatible names to <sys/endian.h>. by Elliott Hughes · 13 years ago
  80. b22a684 libc: add sys/signal.h for compatibility by Nick Kralevich · 13 years ago
  81. 7dfc6a3 am e974e951: am 2a5b57db: am 580a7073: Merge "Stop advertising rindex(3), which is both deprecated and unimplemented." by Elliott Hughes · 13 years ago
  82. d470955 am 72e983d6: am 398f46dd: am a0259b42: Merge "libc: remove bcmp prototype" by Nick Kralevich · 13 years ago
  83. 538f6fc Stop advertising rindex(3), which is both deprecated and unimplemented. by Elliott Hughes · 13 years ago
  84. 11ebbc8 libc: remove bcmp prototype by Nick Kralevich · 13 years ago
  85. cae2173 am ccd40316: Merge "use architecture-specific ssize_t definition" by Elliott Hughes · 13 years ago
  86. c641caf use architecture-specific ssize_t definition by Thorsten Glaser · 13 years ago
  87. 5593d50 am eeecff72: Merge "Fix pthreads functions that should return ESRCH." by Elliott Hughes · 13 years ago
  88. 9d23e04 Fix pthreads functions that should return ESRCH. by Elliott Hughes · 13 years ago
  89. ac480b4 am 3fa67465: Merge "add factory property file definition" by Dima Zavin · 13 years ago
  90. 3fa6746 Merge "add factory property file definition" by Dima Zavin · 13 years ago
  91. 5bb4f54 am 6b73d13f: am 2d3e7233: Merge "Revert "Revert "Pull the pthread_key_t functions out of pthread.c.""" by Elliott Hughes · 13 years ago
  92. 1b21249 am e4b08318: am 8397cdba: Merge "Revert "Pull the pthread_key_t functions out of pthread.c."" by Elliott Hughes · 13 years ago
  93. 376bce0 am 024246ec: am 09e89c3c: Merge "Pull the pthread_key_t functions out of pthread.c." by Elliott Hughes · 13 years ago
  94. 44b53ad Revert "Revert "Pull the pthread_key_t functions out of pthread.c."" by Elliott Hughes · 13 years ago
  95. 6260553 Revert "Pull the pthread_key_t functions out of pthread.c." by Elliott Hughes · 13 years ago
  96. ad59322 Pull the pthread_key_t functions out of pthread.c. by Elliott Hughes · 13 years ago
  97. a7d9b65 Merge "dns cache per interface iteration 2" by Robert Greenwalt · 13 years ago
  98. c63e590 dns cache per interface iteration 2 by Mattias Falk · 14 years ago
  99. 7582a9c Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. by Elliott Hughes · 13 years ago
  100. 24fad01 Document the mallinfo struct, add missing attributes. by Elliott Hughes · 13 years ago