1. 404d491 Merge "Use bl instead of blx to support interworking properly." by Ben Cheng · 11 years ago
  2. a123b5d Use bl instead of blx to support interworking properly. by Ben Cheng · 11 years ago
  3. 8539961 Merge "FORTIFY_SOURCE: strcat / strncat optimize" by Nick Kralevich · 11 years ago
  4. cf87019 FORTIFY_SOURCE: strcat / strncat optimize by Nick Kralevich · 11 years ago
  5. 72f59c8 Merge "Add strncpy FORTIFY_SOURCE tests." by Nick Kralevich · 11 years ago
  6. 8cc145e Add strncpy FORTIFY_SOURCE tests. by Nick Kralevich · 11 years ago
  7. d515f46 Merge "libc x86: Remove strcat.S" by Nick Kralevich · 11 years ago
  8. 4fe461b libc x86: Remove strcat.S by Nick Kralevich · 11 years ago
  9. 8d79fd1 Merge "libc x86: Remove index.S, strcpy.S, strchr.S" by Nick Kralevich · 11 years ago
  10. e4c4ada libc x86: Remove index.S, strcpy.S, strchr.S by Nick Kralevich · 11 years ago
  11. 2317275 Merge "libc: delete x86 memchr.S" by Nick Kralevich · 11 years ago
  12. 615684c libc: delete x86 memchr.S by Nick Kralevich · 11 years ago
  13. f5f29de Merge "Fix bionic linker to support segments with zero p_filesz" by Brian Carlstrom · 11 years ago
  14. 82dcc79 Fix bionic linker to support segments with zero p_filesz by Brian Carlstrom · 11 years ago
  15. 2e31707 Merge "libc/arm: add cortex-a8 cpu variant" by Erik Gilling · 11 years ago
  16. 22bda4b libc/arm: add cortex-a8 cpu variant by Rom Lemarchand · 11 years ago
  17. 5217fb5 Merge "Fix sysconf(3) for _SC_GETGR_R_SIZE_MAX and _SC_GETPW_R_SIZE_MAX." by Elliott Hughes · 11 years ago
  18. d35106f Fix sysconf(3) for _SC_GETGR_R_SIZE_MAX and _SC_GETPW_R_SIZE_MAX. by Elliott Hughes · 11 years ago
  19. 6f502bc Merge "Add more __restricts, clean up __format__ attributes." by Elliott Hughes · 11 years ago
  20. d04c183 Add more __restricts, clean up __format__ attributes. by Elliott Hughes · 11 years ago
  21. 349ef89 Merge "Pull upstream FreeBSD revision 249810." by Elliott Hughes · 11 years ago
  22. b2e1abd Pull upstream FreeBSD revision 249810. by Elliott Hughes · 11 years ago
  23. 5b7b280 Merge "epoll: add EPOLLRDHUP, EPOLLWAKEUP, and EPOLLONESHOT events" by Elliott Hughes · 11 years ago
  24. b0a2fc3 epoll: add EPOLLRDHUP, EPOLLWAKEUP, and EPOLLONESHOT events by Todd Poynor · 11 years ago
  25. f0f4fa3 Merge "libc: add timerfd calls" by Elliott Hughes · 11 years ago
  26. 4200e62 libc: add timerfd calls by Todd Poynor · 11 years ago
  27. e1c58ab Merge "libc: remove obsolete CLOCK_REALTIME_HR and CLOCK_MONOTONIC_HR" by Elliott Hughes · 11 years ago
  28. 5c4340b libc: remove obsolete CLOCK_REALTIME_HR and CLOCK_MONOTONIC_HR by Todd Poynor · 11 years ago
  29. 7cb8279 Merge "libc: add clock ids CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM" by Elliott Hughes · 11 years ago
  30. 23b9fd2 libc: add clock ids CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM by Todd Poynor · 11 years ago
  31. d8a9ccc Merge "Fix all printf warnings in res_send.c." by Elliott Hughes · 11 years ago
  32. bb0b09c Fix all printf warnings in res_send.c. by Kito Cheng · 11 years ago
  33. 98f7659 Merge "Don't fail to run DT_INIT and DT_INIT_ARRAY constructors if a shared library has DT_PREINIT_ARRAY constructors." by Elliott Hughes · 11 years ago
  34. 8147d3c Don't fail to run DT_INIT and DT_INIT_ARRAY constructors if a shared library has DT_PREINIT_ARRAY constructors. by Elliott Hughes · 11 years ago
  35. ff220f7 Merge "Remove a spurious FIXME and unnecessary type cast." by Ben Cheng · 11 years ago
  36. 63dd03c Remove a spurious FIXME and unnecessary type cast. by Ben Cheng · 11 years ago
  37. b9256ad Merge "Adjust PC value in ARM stack trace." by Ben Cheng · 11 years ago
  38. 52171b9 Adjust PC value in ARM stack trace. by Ben Cheng · 11 years ago
  39. d541ba1 Merge "Use restrict pointers for various libc functions." by Nick Kralevich · 11 years ago
  40. 1c462b7 Use restrict pointers for various libc functions. by Nick Kralevich · 11 years ago
  41. b01f7af Merge "Use __predict_false on some fortify methods." by Nick Kralevich · 11 years ago
  42. 532d6f0 Use __predict_false on some fortify methods. by Nick Kralevich · 11 years ago
  43. e4ac8fe Merge "libc: cleanup strchr" by Nick Kralevich · 11 years ago
  44. 4f40e51 libc: cleanup strchr by Nick Kralevich · 11 years ago
  45. 5e3b502 Merge "keep test names consistent with other tests." by Nick Kralevich · 11 years ago
  46. 277226b keep test names consistent with other tests. by Nick Kralevich · 11 years ago
  47. 8c00c91 Merge "add strrchr -D_FORTIFY_SOURCE=2 test." by Nick Kralevich · 11 years ago
  48. 8054192 add strrchr -D_FORTIFY_SOURCE=2 test. by Nick Kralevich · 11 years ago
  49. bee0ab1 Merge "libc: upgrade strrchr to FORTIFY_SOURCE=2" by Nick Kralevich · 11 years ago
  50. 3b2e6bc libc: upgrade strrchr to FORTIFY_SOURCE=2 by Nick Kralevich · 11 years ago
  51. c468713 Merge "libc: upgrade some libc functions to _FORTIFY_SOURCE=2" by Nick Kralevich · 11 years ago
  52. 9020fd5 libc: upgrade some libc functions to _FORTIFY_SOURCE=2 by Nick Kralevich · 11 years ago
  53. b94b285 Merge "libc: upgrade sprintf to _FORTIFY_SOURCE=2" by Nick Kralevich · 11 years ago
  54. 78d6d98 libc: upgrade sprintf to _FORTIFY_SOURCE=2 by Nick Kralevich · 11 years ago
  55. 382a775 Merge "strncpy: implement _FORTIFY_SOURCE=2" by Nick Kralevich · 11 years ago
  56. 1aae9bd strncpy: implement _FORTIFY_SOURCE=2 by Nick Kralevich · 11 years ago
  57. c6dc62f Merge "[NETFILTER]: Fix iptables ABI breakage" by Nick Kralevich · 11 years ago
  58. e66ad78 [NETFILTER]: Fix iptables ABI breakage by Nick Kralevich · 11 years ago
  59. f7153fd Merge "Remove redundant space within square brackets" by Andrew Hsieh · 11 years ago
  60. 9ff1ffd Merge "Improve diagnostics in the face of bad tzdata." by Elliott Hughes · 11 years ago
  61. e7aaad8 Improve diagnostics in the face of bad tzdata. by Elliott Hughes · 11 years ago
  62. 5f28fde Merge "linker: only re-open std* for setuid programs." by Nick Kralevich · 11 years ago
  63. 8d3e91d linker: only re-open std* for setuid programs. by Nick Kralevich · 11 years ago
  64. e8f46e8 Remove redundant space within square brackets by Andrew Hsieh · 11 years ago
  65. 87efcd2 Merge "Don't avoid IPv6 when looking for new tzdata." by Elliott Hughes · 11 years ago
  66. 85aeb49 Don't avoid IPv6 when looking for new tzdata. by Elliott Hughes · 11 years ago
  67. c705daa Merge "Disable IPv6 when looking for tzdata updates." by Elliott Hughes · 11 years ago
  68. 21da42e Disable IPv6 when looking for tzdata updates. by Elliott Hughes · 11 years ago
  69. 2c60c18 Merge "Upgrade to tzdata2013c." by Elliott Hughes · 11 years ago
  70. bda2fb5 Merge "Add signature checking to HTTP tzdata updates." by Elliott Hughes · 11 years ago
  71. 676e66d Add signature checking to HTTP tzdata updates. by Elliott Hughes · 11 years ago
  72. 2379088 Upgrade to tzdata2013c. by Elliott Hughes · 11 years ago
  73. 70e0bd3 Merge "Rename the tzdata update tool, and add HTTP support." by Elliott Hughes · 11 years ago
  74. f8dff7d Rename the tzdata update tool, and add HTTP support. by Elliott Hughes · 11 years ago
  75. 8c181aa Merge "Use hidden visibility for internal-use-only functions" by Elliott Hughes · 11 years ago
  76. 516a897 Merge "Rewrite memset for cortexa15 to use strd." by Christopher Ferris · 11 years ago
  77. b3c8c4d Merge "Switch to current FreeBSD qsort." by Elliott Hughes · 11 years ago
  78. 796cbe2 Rewrite memset for cortexa15 to use strd. by Christopher Ferris · 11 years ago
  79. ea48974 Use hidden visibility for internal-use-only functions by Kito Cheng · 11 years ago
  80. 0b25f63 Switch to current FreeBSD qsort. by Elliott Hughes · 11 years ago
  81. ed36d95 Merge "Start moving to current FreeBSD stdio." by Elliott Hughes · 11 years ago
  82. 6b05c8e Start moving to current FreeBSD stdio. by Elliott Hughes · 11 years ago
  83. b632857 Merge "Add missing include and function prototype for sched_getaffinity." by Elliott Hughes · 11 years ago
  84. 4ca685e Add missing include and function prototype for sched_getaffinity. by Kito Cheng · 11 years ago
  85. fc76c7d Merge "Add missing branch in memcpy.S dst aligned case." by Christopher Ferris · 11 years ago
  86. bf0d1ad Add missing branch in memcpy.S dst aligned case. by Christopher Ferris · 11 years ago
  87. 68fd78e Merge "Update to latest cortexa15 memcpy code." by Christopher Ferris · 11 years ago
  88. 185ce72 Update to latest cortexa15 memcpy code. by Christopher Ferris · 11 years ago
  89. 240fb86 Merge "Make abort messages available to debuggerd." by Elliott Hughes · 11 years ago
  90. 0d787c1 Make abort messages available to debuggerd. by Elliott Hughes · 11 years ago
  91. 014c75c Merge "Prevent name conflict for eventfd.cpp and eventfd.s when building libc.a" by Elliott Hughes · 11 years ago
  92. 8baa929 Prevent name conflict for eventfd.cpp and eventfd.s when building libc.a by Kito Cheng · 11 years ago
  93. 14c840d Merge "Fix the SYSCALLS.TXT documentation and remove a dead script." by Elliott Hughes · 11 years ago
  94. a51916b Fix the SYSCALLS.TXT documentation and remove a dead script. by Elliott Hughes · 11 years ago
  95. 162b441 Merge "Stop using unreasonable numbers of map entries." by Elliott Hughes · 11 years ago
  96. 4ace92c Stop using unreasonable numbers of map entries. by Elliott Hughes · 11 years ago
  97. 7a29f40 Merge "Update getaddrinfo to RFC6724" by Elliott Hughes · 11 years ago
  98. 378b0e1 Update getaddrinfo to RFC6724 by Lorenzo Colitti · 11 years ago
  99. 6bb17df Merge "Extra logging in pthread_create." by Elliott Hughes · 11 years ago
  100. cfa089d Extra logging in pthread_create. by Elliott Hughes · 11 years ago