1. 625993d Use VDSO for clock_gettime(2) and gettimeofday(2). by Elliott Hughes · 11 years ago
  2. 770d0f6 Merge "Make sure not to construct illegal property names." by Christopher Ferris · 11 years ago
  3. 53531cc Make sure not to construct illegal property names. by Christopher Ferris · 11 years ago
  4. 64035c4 Merge "Add gen syscalls step to instructions." by Christopher Ferris · 11 years ago
  5. ea271fd Add gen syscalls step to instructions. by Christopher Ferris · 11 years ago
  6. 52023cb Merge "Regenerate the syscalls list after the uapi update." by Elliott Hughes · 11 years ago
  7. 3fa60e1 Regenerate the syscalls list after the uapi update. by Elliott Hughes · 11 years ago
  8. 51c914b Merge "Fix BIONIC_ROUND_UP_POWER_OF_2 for 64 bit." by Christopher Ferris · 11 years ago
  9. 27047fa Fix BIONIC_ROUND_UP_POWER_OF_2 for 64 bit. by Christopher Ferris · 11 years ago
  10. 5656a0c Merge "Remove isascii_l(3)." by Dan Albert · 11 years ago
  11. e612add Remove isascii_l(3). by Dan Albert · 11 years ago
  12. ee3608f Merge "Fix visibility for a bunch more symbols." by Elliott Hughes · 11 years ago
  13. a167eef Fix visibility for a bunch more symbols. by Elliott Hughes · 11 years ago
  14. 673bff0 Merge "Implement rand/srand in terms of random/srandom." by Elliott Hughes · 11 years ago
  15. 76c241b Implement rand/srand in terms of random/srandom. by Elliott Hughes · 11 years ago
  16. 4ae9386 Merge "Sync upstream-openbsd." by Elliott Hughes · 11 years ago
  17. 4f0b67a Sync upstream-openbsd. by Elliott Hughes · 11 years ago
  18. 91f2074 Merge "Upstream atexit" by Dmitriy Ivanov · 11 years ago
  19. 53c3c27 Upstream atexit by Dmitriy Ivanov · 11 years ago
  20. 83ce99d Merge "Define SIOCKILLADDR which isn't in the common kernel uapi headers." by Elliott Hughes · 11 years ago
  21. 2ba2888 Define SIOCKILLADDR which isn't in the common kernel uapi headers. by Elliott Hughes · 11 years ago
  22. 57a5b33 Merge "Define three prctl constants that went missing from uapi." by Elliott Hughes · 11 years ago
  23. 263325d Define three prctl constants that went missing from uapi. by Elliott Hughes · 11 years ago
  24. b8e82b5 Merge "EM_ARM and EM_AARCH64 are now in the uapi header." by Elliott Hughes · 11 years ago
  25. 10cf0d8 EM_ARM and EM_AARCH64 are now in the uapi header. by Elliott Hughes · 11 years ago
  26. c6bc001 Merge "Update kernel headers to v3.14." by Christopher Ferris · 11 years ago
  27. 040e118 Merge "Enable building libc with clang." by Elliott Hughes · 11 years ago
  28. c999f76 Enable building libc with clang. by Elliott Hughes · 11 years ago
  29. 37f09d6 Merge "Revert "Revert "Add locale aware APIs.""" by Dan Albert · 11 years ago
  30. dfb5ce4 Revert "Revert "Add locale aware APIs."" by Dan Albert · 11 years ago
  31. 76df69d Merge "The err family allow null format strings." by Elliott Hughes · 11 years ago
  32. 2f61fba The err family allow null format strings. by Elliott Hughes · 11 years ago
  33. 385bb1e Merge "Add optimized memchr implementation from newlib" by Christopher Ferris · 11 years ago
  34. 8c20c13 Add optimized memchr implementation from newlib by Bernhard Rosenkränzer · 11 years ago
  35. 9b49147 Merge "Slim down static binaries by avoiding stdio." by Elliott Hughes · 11 years ago
  36. 96502e2 Merge "Make jemalloc the default choice." by Christopher Ferris · 11 years ago
  37. 8e32b7b Make jemalloc the default choice. by Christopher Ferris · 11 years ago
  38. eba7c15 Merge "Revert "Switch libm to building with clang."" by Elliott Hughes · 11 years ago
  39. 1e83245 Revert "Switch libm to building with clang." by Elliott Hughes · 11 years ago
  40. aadc4b2 Switch libm to building with clang. by Elliott Hughes · 11 years ago
  41. 5df23dc Merge "Switch libm to building with clang." by Elliott Hughes · 11 years ago
  42. 38062f9 Update kernel headers to v3.14. by Christopher Ferris · 11 years ago
  43. 91570ce Slim down static binaries by avoiding stdio. by Elliott Hughes · 11 years ago
  44. f0f8cd1 Merge "Remove the global lock around thread stack creation." by Elliott Hughes · 11 years ago
  45. e959a3b Remove the global lock around thread stack creation. by Elliott Hughes · 11 years ago
  46. cd23370 Merge "Remove the obsolete _thread_created_hook." by Elliott Hughes · 11 years ago
  47. e0f25dd Remove the obsolete _thread_created_hook. by Elliott Hughes · 11 years ago
  48. 02459d3 Merge "Move __cmsg_nxthdr to its proper file." by Calin Juravle · 11 years ago
  49. f8408c5 Move __cmsg_nxthdr to its proper file. by Calin Juravle · 11 years ago
  50. e95d0fc Removed obsolete symbol cmsg_nxthdr. by Calin Juravle · 11 years ago
  51. 25fba98 Merge "Do not include libc_common in malloc debug code." by Christopher Ferris · 11 years ago
  52. dda1c6c Do not include libc_common in malloc debug code. by Christopher Ferris · 11 years ago
  53. 8a71a74 Merge "Removed obsolete symbol cmsg_nxthdr." by Calin Juravle · 11 years ago
  54. 4c19917 Merge "Added __system_propery_read benchmark." by Elliott Hughes · 11 years ago
  55. a304476 Added __system_propery_read benchmark. by Brigid Smith · 11 years ago
  56. d028b62 Merge "Added a __system_property_serial benchmark." by Elliott Hughes · 11 years ago
  57. 28417e6 Added a __system_property_serial benchmark. by Brigid Smith · 11 years ago
  58. 84f0c7c Merge "update-tzdata.py needs to know where to find icu." by Elliott Hughes · 11 years ago
  59. 30ab939 update-tzdata.py needs to know where to find icu. by Elliott Hughes · 11 years ago
  60. 430d5f9 Merge "Add locale aware APIs." by Dan Albert · 11 years ago
  61. e087eac Add locale aware APIs. by Dan Albert · 11 years ago
  62. 6cdd0cf Merge "TARGET_OUT_DATA_NATIVE_TESTS now points to $(TARGET_OUT_DATA)/nativetest64 in 64-bit target" by Ying Wang · 11 years ago
  63. 7a85d9a Merge "Revert "Add locale aware APIs."" by Dan Albert · 11 years ago
  64. 063e20c Revert "Add locale aware APIs." by Dan Albert · 11 years ago
  65. 3139f6f Merge "Remove __CTOR_LIST__ from mips/mips64." by Elliott Hughes · 11 years ago
  66. 40ad229 Remove __CTOR_LIST__ from mips/mips64. by Elliott Hughes · 11 years ago
  67. c4c6789 Merge "Don't zero r1 on entry to the dynamic linker." by Elliott Hughes · 11 years ago
  68. 9965243 Don't zero r1 on entry to the dynamic linker. by Elliott Hughes · 11 years ago
  69. dc42e20 TARGET_OUT_DATA_NATIVE_TESTS now points to $(TARGET_OUT_DATA)/nativetest64 in 64-bit target by Ying Wang · 11 years ago
  70. 3c12ae5 Merge "Add test for constructor function." by Dmitriy Ivanov · 11 years ago
  71. f8846a4 Add test for constructor function. by Dmitriy Ivanov · 11 years ago
  72. 006e077 Merge "Change android_dlextinfo flags to uint64_t" by Dmitriy Ivanov · 11 years ago
  73. 3a8646f Change android_dlextinfo flags to uint64_t by Dmitriy Ivanov · 11 years ago
  74. 7244a86 Merge "Regenerate the bionic NOTICE files." by Elliott Hughes · 11 years ago
  75. 1558138 Regenerate the bionic NOTICE files. by Elliott Hughes · 11 years ago
  76. 2b2916d Merge "Remove some dead data." by Elliott Hughes · 11 years ago
  77. 920d831 Remove some dead data. by Elliott Hughes · 11 years ago
  78. 1f262b3 Merge "Fix recv.cpp so it can build with clang." by Elliott Hughes · 11 years ago
  79. 6917e6c Fix recv.cpp so it can build with clang. by Elliott Hughes · 11 years ago
  80. ab4fc82 Merge "Fix all resolv warnings and turn on -Werror." by Elliott Hughes · 11 years ago
  81. 37b1b5b Fix all resolv warnings and turn on -Werror. by Elliott Hughes · 11 years ago
  82. afd37c4 Merge "Build fix" by Dmitriy Ivanov · 11 years ago
  83. d383066 Build fix by Dmitriy Ivanov · 11 years ago
  84. 950a435 Merge "Load library using file handle." by Dmitriy Ivanov · 11 years ago
  85. 99e2a2f Merge "Switch to upstream OpenBSD mktemp.c." by Elliott Hughes · 11 years ago
  86. db42a9f Merge "Fix three clang complaints about the DNS code." by Elliott Hughes · 11 years ago
  87. 68c2755 Fix three clang complaints about the DNS code. by Elliott Hughes · 11 years ago
  88. 4d763df Merge "Fix a broken boolean test found by clang." by Elliott Hughes · 11 years ago
  89. 29edbfd Fix a broken boolean test found by clang. by Elliott Hughes · 11 years ago
  90. 1ee1bfd Merge "Use __unused rather than self assignment for unused parameters." by Elliott Hughes · 11 years ago
  91. 668da74 Use __unused rather than self assignment for unused parameters. by Elliott Hughes · 11 years ago
  92. 2d94ee2 Merge "Revert "Revert "Hide _tolower_tab_ and _toupper_tab_ on LP64.""" by Dan Albert · 11 years ago
  93. d11ca4e Merge "Revert "Reenable support for non-PIE executables"" by Nick Kralevich · 11 years ago
  94. 76e289c Revert "Reenable support for non-PIE executables" by Nick Kralevich · 11 years ago
  95. f95964c Merge "libc_logging: Set SOCK_CLOEXEC on socket" by Nick Kralevich · 11 years ago
  96. bae5b1d libc_logging: Set SOCK_CLOEXEC on socket by Nick Kralevich · 11 years ago
  97. 04dc91a Load library using file handle. by Dmitriy Ivanov · 11 years ago
  98. 6593597 Switch to upstream OpenBSD mktemp.c. by Elliott Hughes · 11 years ago
  99. f79ee06 Revert "Revert "Hide _tolower_tab_ and _toupper_tab_ on LP64."" by Dan Albert · 11 years ago
  100. 4d299a2 Merge "Build all bionic test files -Werror and fix our one warning." by Elliott Hughes · 11 years ago