1. b39ae6d bionic: Teach fnmatch(3) to handle UTF8 characters in patterns by Tom Marshall · 9 years ago new-mm6.0
  2. 674bb53 Create .gitreview by Patrick Graber · 9 years ago
  3. f6164e6 Merge tag 'android-6.0.1_r22' of https://android.googlesource.com/platform/bionic into cm-13.0 by Steve Kondik · 9 years ago
  4. f6f0445 linker: Allow text-relocs for x86 (only) by Christopher R. Palmer · 9 years ago
  5. e31f2d8 Don't leak sockets if setsockopt() or fchown() fail. by Erik Kline · 9 years ago
  6. 1bb333c Fix GNU/POSIX basename headers. by Josh Gao · 10 years ago
  7. 4954aab Add prlimit to LP32. by Elliott Hughes · 10 years ago
  8. 02b1d48 bionic: linker: Load shim libs *before* the self-linked libs by Christopher R. Palmer · 9 years ago
  9. 51ad57b libc: ARM64: kryo: use generic memmove routine by Scott Mertz · 10 years ago
  10. 6d79500 bionic: Do not allow LD_SHIM_LIBS for setuid executables by Christopher R. Palmer · 10 years ago
  11. d45ca0d Make shim lib load failure non-fatal. by Danny Baumann · 10 years ago
  12. 3dc9613 libc: ARM64: denver64: optimized memmove breaks denver by André Pinela · 10 years ago
  13. 4c6ac31 bionic: Notify userspace about packets with CHECKSUM_UNNECESSARY by Subash Abhinov Kasiviswanathan · 10 years ago
  14. 4238c50 Merge tag 'android-6.0.1_r3' of https://android.googlesource.com/platform/bionic into cm-13.0 by Steve Kondik · 10 years ago
  15. 91d934a Revert "Revert "linker: Reset the active shim libs each time we do a dlopen"" by Christopher R. Palmer · 10 years ago
  16. 8110520 linker: Don't try to walk the g_active_shim_libs when doing dlsym by Christopher R. Palmer · 10 years ago
  17. 3a2debf kernel-header : add alarm type and clock type for power off alarm by Mao Jinlong · 10 years ago
  18. fd0140b Revert "linker: Reset the active shim libs each time we do a dlopen" by Ethan Chen · 10 years ago
  19. ad21814 linker: Reset the active shim libs each time we do a dlopen by Christopher R. Palmer · 10 years ago
  20. f3d29ee libc: Add memchr to a53+a57 target by Steve Kondik · 10 years ago
  21. 3b22fc9 libc: AArch64: Tune memcpy by Wilco Dijkstra · 10 years ago
  22. 81bc267 libc: include strrchr for kryo and denver64 by HashBang · 10 years ago
  23. 9b6d9ca linker: Fix the fact that shim libs do not properly call constructors by Christopher R. Palmer · 10 years ago
  24. 1a5bfd9 Merge "Fix potential race condition on CTS TC pthread_gettid_np" into marshmallow-cts-dev am: 2010fb6722 by Daniel Xie · 10 years ago
  25. eebe01b Merge "Fix potential race condition on CTS TC pthread_gettid_np" into marshmallow-cts-dev by Daniel Xie · 10 years ago
  26. 2010fb6 Merge "Fix potential race condition on CTS TC pthread_gettid_np" into marshmallow-cts-dev by Daniel Xie · 10 years ago
  27. 4f80102 Fix potential race condition on CTS TC pthread_gettid_np by Junjie Hu · 10 years ago
  28. 5ffc0c9 Fix regoff_t for LP32 and _FILE_OFFSET_BITS=64. by Elliott Hughes · 10 years ago
  29. 607f747 libc: ARM64: add assembly strrchr by Richard Earnshaw · 11 years ago
  30. 21245f9 libc: ARM64: improve performance in strlen by Wilco Dijkstra · 11 years ago
  31. 27f1b23 libc: ARM64: optimize memset. by Wilco Dijkstra · 10 years ago
  32. 8ce54c1 libc: ARM64: Optimize memcpy. by Wilco Dijkstra · 10 years ago
  33. 95cc2b9 libc: ARM64: optimize memmove by Wilco Dijkstra · 10 years ago
  34. f01d2f8 libc: ARM64: remove bcopy from memset by Jake Weinstein · 10 years ago
  35. bd6d071 libc: remove bcopy from memmove on 64-bit architectures by Jake Weinstein · 10 years ago
  36. de3e5ac Fix arm64 fenv warnings, and make warnings errors. by Christopher Ferris · 10 years ago
  37. 795a57e Sync with upstream FreeBSD libm. by Elliott Hughes · 10 years ago
  38. 245c171 Revert "Revert "Use compiler builtins for fabs."" by Elliott Hughes · 10 years ago
  39. ea4e4e7 Use __builtin_* in <math.h>. by Elliott Hughes · 10 years ago
  40. 8a044e6 linker: Add support for dynamic "shim" libs by Christopher R. Palmer · 10 years ago
  41. cc20e75 libc: arm: Add optimised memchr to scorpion by Michael Bestas · 10 years ago
  42. 6cfec1a Merge tag 'android-6.0.0_r26' into cm-13.0 by Ricardo Cerqueira · 10 years ago
  43. e2f0539 bionic: Let popen fall back to /sbin/sh by Tom Marshall · 10 years ago
  44. a07f3db libc: arm: add optimized memchr implementation by Yingshiuan Pan · 10 years ago
  45. d103c30 libc: Add Scorpion-optimized variant by Steve Kondik · 12 years ago
  46. 2c9ee2b Fix over read in strcpy/stpcpy/strcat. by Christopher Ferris · 10 years ago
  47. f21b1de Make all labels local. by Christopher Ferris · 10 years ago
  48. 389fe0f libm: ARM: reorganize a bit to match ARM64 by Jake Weinstein · 10 years ago
  49. 73385a8 Add optimized cortex-a7/cortex-a53 memset/memcpy. by Christopher Ferris · 10 years ago
  50. f8a907d [AOSP Master] libc: krait: Use performance version of memcpy by Brent DeGraaf · 12 years ago
  51. 3518875 Remove pushes from memsets (krait/cortex-a9). by Christopher Ferris · 10 years ago
  52. 544a9d4 Replace bx lr with update of pc from the stack. by Christopher Ferris · 10 years ago
  53. 532bb31 Add cortex-a53.a57 target for 32 bit big/little. by Christopher Ferris · 10 years ago
  54. 1cfb260 bionic: Allow devices to add device specfic static libs by Christopher R. Palmer · 10 years ago
  55. 807032d resolve merge conflicts of 216bff9ff3 to mnc-dr-dev. by Andreas Gampe · 10 years ago
  56. 216bff9 resolve merge conflicts of d676080a37 to lmp-mr1-ub-dev. am: afff4442ae by Christopher Ferris · 10 years ago
  57. afff444 resolve merge conflicts of d676080a37 to lmp-mr1-ub-dev. by Christopher Ferris · 10 years ago
  58. d676080 Sync with upstream NetBSD lib/libc/regex. am: 055a66c9b1 by Elliott Hughes · 10 years ago
  59. c82102f bionic: Add flag to restore legacy mmap behavior by Flemmard · 11 years ago
  60. 055a66c Sync with upstream NetBSD lib/libc/regex. by Elliott Hughes · 10 years ago
  61. 43b1f82 am 1a61896b: am 98384649: am 75316283: am 2d23418e: am 18442e02: (-s ours) am beb6e08a: Sync with upstream NetBSD lib/libc/regex. by Elliott Hughes · 10 years ago
  62. 1a61896 am 98384649: am 75316283: am 2d23418e: am 18442e02: (-s ours) am beb6e08a: Sync with upstream NetBSD lib/libc/regex. by Elliott Hughes · 10 years ago
  63. 9838464 am 75316283: am 2d23418e: am 18442e02: (-s ours) am beb6e08a: Sync with upstream NetBSD lib/libc/regex. by Elliott Hughes · 10 years ago
  64. 7531628 am 2d23418e: am 18442e02: (-s ours) am beb6e08a: Sync with upstream NetBSD lib/libc/regex. by Elliott Hughes · 10 years ago
  65. 2d23418 am 18442e02: (-s ours) am beb6e08a: Sync with upstream NetBSD lib/libc/regex. by Elliott Hughes · 10 years ago
  66. 18442e0 am beb6e08a: Sync with upstream NetBSD lib/libc/regex. by Elliott Hughes · 10 years ago
  67. beb6e08 Sync with upstream NetBSD lib/libc/regex. by Elliott Hughes · 10 years ago
  68. 842866b Merge "Update timezone data to 2015g" into mnc-dr-dev by Neil Fuller · 10 years ago
  69. 95ac6db Merge "Ensure that readlink has access to /proc/self/fd" into mnc-dr-dev by Dimitry Ivanov · 10 years ago
  70. 3c30a15 Merge "Sync with upstream NetBSD lib/libc/regex." into mnc-dr-dev by Christopher Ferris · 10 years ago
  71. 9a9572d Sync with upstream NetBSD lib/libc/regex. by Elliott Hughes · 10 years ago
  72. cf92738 Ensure that readlink has access to /proc/self/fd by Dmitriy Ivanov · 10 years ago
  73. cd92787 Update timezone data to 2015g by Neil Fuller · 10 years ago
  74. f32b689 Log dlopen failures caused by text relocations by Dmitriy Ivanov · 10 years ago
  75. a828a2f linker: don't pass dlextinfo to dependent loads. by Torne (Richard Coles) · 10 years ago
  76. 4b5256a libc: kryo specific memory routine by Brent DeGraaf · 10 years ago
  77. 4fbfc00 bionic: Detect userspace memory leak by Maunik Shah · 12 years ago
  78. a766545 Performance: krait: Implement optimized versions of memmove by Xin Qi · 11 years ago
  79. 2d9285e Performance: krait: Re-factor high-performance memcpy for thumb2 by Brent DeGraaf · 12 years ago
  80. 7ed993a merge in mnc-dr-release history after reset to mnc-dr-dev by The Android Automerger · 10 years ago
  81. 4f3e359 am 93a91f0c: Force cts to only run one test at a time. by Christopher Ferris · 10 years ago
  82. 93a91f0 Force cts to only run one test at a time. by Christopher Ferris · 10 years ago
  83. 984ffc9 merge in mnc-dr-release history after reset to mnc-dr-dev by The Android Automerger · 10 years ago
  84. 01030c2 Increase alternative signal stack size on 64-bit devices. by Yabin Cui · 10 years ago
  85. 22af16f merge in mnc-dr-release history after reset to mnc-dr-dev by The Android Automerger · 10 years ago
  86. 420e371 merge in mnc-release history after reset to mnc-dev by The Android Automerger · 10 years ago
  87. 8291194 Update timezone data to 2015f by Neil Fuller · 10 years ago
  88. f315961 merge in mnc-release history after reset to mnc-dev by The Android Automerger · 10 years ago
  89. 0aa018c merge in mnc-dr-release history after reset to mnc-dr-dev by The Android Automerger · 10 years ago
  90. 0660be8 am a6a12a78: am 0fdcdd00: Merge "Fix flaky test time.timer_settime_0." into lollipop-mr1-cts-dev by Yabin Cui · 10 years ago
  91. a6a12a7 am 0fdcdd00: Merge "Fix flaky test time.timer_settime_0." into lollipop-mr1-cts-dev by Yabin Cui · 10 years ago
  92. 0fdcdd0 Merge "Fix flaky test time.timer_settime_0." into lollipop-mr1-cts-dev by Yabin Cui · 10 years ago
  93. bf572d9 Fix flaky test time.timer_settime_0. by Yabin Cui · 10 years ago
  94. b97c8b4 merge in mnc-dr-release history after reset to mnc-dr-dev by The Android Automerger · 10 years ago
  95. c01f421 merge in mnc-release history after reset to mnc-dev by The Android Automerger · 10 years ago
  96. de0fb39 Restore protection flags for ifunc during relocs. by Dmitriy Ivanov · 10 years ago
  97. 2e8ac0b merge in mnc-dr-release history after reset to mnc-dr-dev by The Android Automerger · 10 years ago
  98. c7ebaf5 merge in mnc-release history after reset to mnc-dev by The Android Automerger · 10 years ago
  99. b8320b8 Don't abort when failed to write tracing message. by Yabin Cui · 10 years ago
  100. b6b6fcf merge in mnc-dr-release history after reset to mnc-dr-dev by The Android Automerger · 10 years ago