1. 387d4b7 Auto-generate a complete NOTICE file. by Elliott Hughes · 12 years ago
  2. 709bb0f Merge "Remove ThirdPartyProject.prop." by Elliott Hughes · 12 years ago
  3. df67537 Remove ThirdPartyProject.prop. by Elliott Hughes · 12 years ago
  4. a17b85d Merge "Remove the last .jam file." by Elliott Hughes · 12 years ago
  5. a554212 Remove the last .jam file. by Elliott Hughes · 12 years ago
  6. d504eee Merge "MIPS support to sys/ headers" by Elliott Hughes · 12 years ago
  7. f655ce7 Merge "Fix x86 build." by Elliott Hughes · 12 years ago
  8. 57e6d9a Fix x86 build. by Elliott Hughes · 12 years ago
  9. 7812920 Merge "Clean up the linker a bit, remove prelinking support." by Elliott Hughes · 12 years ago
  10. 34959e0 Merge "Clean up libc/Android.mk a bit after the crtbrand changes." by Elliott Hughes · 12 years ago
  11. 76be660 Clean up libc/Android.mk a bit after the crtbrand changes. by Elliott Hughes · 12 years ago
  12. 7e248be Merge "Add a .note.android.ident section to Android ELF binaries." by Jean-Baptiste Queru · 12 years ago
  13. 4688279 Clean up the linker a bit, remove prelinking support. by Elliott Hughes · 12 years ago
  14. e2731d9 Merge "When compiling with clang, don't "fortify_source" the strlcpy and strlcat." by Shih-wei Liao · 12 years ago
  15. d600617 When compiling with clang, don't "fortify_source" the strlcpy and strlcat. by Shih-wei Liao · 12 years ago
  16. 8173d76 Merge "Revert "Fix the clang build: this compiler doesn't support the gnu_inline function attribute"" by Shih-wei Liao · 12 years ago
  17. 601a49d Merge "When compiling with clang, don't "fortify_source" the strlen." by Shih-wei Liao · 12 years ago
  18. 9a3d53f When compiling with clang, don't "fortify_source" the strlen. by Shih-wei Liao · 12 years ago
  19. 7c92b6c Merge "Remove an awkward #include that is no longer upstream." by Elliott Hughes · 12 years ago
  20. 2b7f68c Revert "Fix the clang build: this compiler doesn't support the gnu_inline function attribute" by Shih-wei Liao · 12 years ago
  21. 1c86172 Merge "Remove yet more SH4 cruft." by Elliott Hughes · 12 years ago
  22. bbf094f Remove yet more SH4 cruft. by Elliott Hughes · 12 years ago
  23. aea5f00 Merge "bionic: modify syscall to use 6 registers to pass parameter." by Elliott Hughes · 12 years ago
  24. c164f2a bionic: modify syscall to use 6 registers to pass parameter. by Jin Wei · 12 years ago
  25. 1510795 Merge "Upgrade to tzdata2012e." by Elliott Hughes · 12 years ago
  26. 0946513 Upgrade to tzdata2012e. by Elliott Hughes · 12 years ago
  27. 16d4021 Merge "Fix the clang build: this compiler doesn't support the gnu_inline function attribute" by David Turner · 12 years ago
  28. 4f1f149 Fix the clang build: this compiler doesn't support the gnu_inline function attribute by Shih-wei Liao · 12 years ago
  29. 1e304a3 Merge "[MIPS] Support for TLS register" by Elliott Hughes · 12 years ago
  30. bdcc14d Remove an awkward #include that is no longer upstream. by Elliott Hughes · 12 years ago
  31. 6437eac MIPS support to sys/ headers by Raghu Gandham · 12 years ago
  32. 1c30398 [MIPS] Support for TLS register by Raghu Gandham · 12 years ago
  33. 52f3ee9 Merge "MIPS support for libc." by Elliott Hughes · 12 years ago
  34. 405b802 MIPS support for libc. by Raghu Gandham · 12 years ago
  35. a1c0f08 Merge "Fix a ENOTUP/ENOTSUP typo." by Elliott Hughes · 12 years ago
  36. ecb53ea Fix a ENOTUP/ENOTSUP typo. by Elliott Hughes · 12 years ago
  37. 994935f Merge "Error numbers are target specific." by Elliott Hughes · 12 years ago
  38. f34ecbf Merge "MIPS support to the linker" by Elliott Hughes · 12 years ago
  39. d7daacb MIPS support to the linker by Raghu Gandham · 12 years ago
  40. da26110 Error numbers are target specific. by Chris Dearman · 13 years ago
  41. 0ca9d07 Merge "Had include/arm/fenv.h, but missed include/mips/fenv.h." by Shih-wei Liao · 12 years ago
  42. b910b6f Merge "Updated the cleaned header file mman.h for MIPS." by Elliott Hughes · 12 years ago
  43. c29f295 Updated the cleaned header file mman.h for MIPS. by Raghu Gandham · 12 years ago
  44. a513f70 Merge "bionic: Stack pointer/signal race condition." by Elliott Hughes · 12 years ago
  45. 2137289 Merge "fix __cxa_finalize() implementation to be thread safe." by Elliott Hughes · 12 years ago
  46. 2270dfa fix __cxa_finalize() implementation to be thread safe. by Srinavasa Nagaraju · 12 years ago
  47. ea8fad1 Add a .note.android.ident section to Android ELF binaries. by Michael Hope · 12 years ago
  48. 4e86ebb Had include/arm/fenv.h, but missed include/mips/fenv.h. by Shih-wei Liao · 12 years ago
  49. 1ee6e3b Merge "Install crt(begin|end)_so.o to target library path." by Shih-wei Liao · 12 years ago
  50. fc0725e Install crt(begin|end)_so.o to target library path. by Shih-wei Liao · 12 years ago
  51. 643e572 Merge "Report errors to the log, not just stderr." by Elliott Hughes · 12 years ago
  52. 52d6233 Report errors to the log, not just stderr. by Elliott Hughes · 12 years ago
  53. a791650 Merge "Fix a TEMP_FAILURE_RETRY usage error in the linker." by Elliott Hughes · 12 years ago
  54. 8dfc073 Fix a TEMP_FAILURE_RETRY usage error in the linker. by Elliott Hughes · 12 years ago
  55. 9061c6e Merge "Replace ALL_PREBUILTS with BUILD_PREBUILT" by Elliott Hughes · 12 years ago
  56. 6171d11 Replace ALL_PREBUILTS with BUILD_PREBUILT by Ying Wang · 12 years ago
  57. 12f411d Merge "Correction to use of TEMP_FAILURE_RETRY in send_prop_msg" by Elliott Hughes · 12 years ago
  58. c20d0f3 Correction to use of TEMP_FAILURE_RETRY in send_prop_msg by Jens Gulin · 12 years ago
  59. 3460db9 bionic: Stack pointer/signal race condition. by Peter Enderborg · 12 years ago
  60. 7d6c3f7 Merge "Remove the 'Factory' time zone by not processing the 'factory' file." by Elliott Hughes · 12 years ago
  61. 541c225 Remove the 'Factory' time zone by not processing the 'factory' file. by Elliott Hughes · 12 years ago
  62. cc5edd8 Merge "vfprintf: fix spelling." by Nick Kralevich · 12 years ago
  63. 9145ad3 vfprintf: fix spelling. by Nick Kralevich · 12 years ago
  64. c27103d Merge "[MIPS] Use an aligned address to provoke SIGSEGV in abort()" by Elliott Hughes · 12 years ago
  65. 00a66a6 [MIPS] Use an aligned address to provoke SIGSEGV in abort() by Chris Dearman · 12 years ago
  66. c98e236 Merge "Fix implementation of generic atomic operations" by Elliott Hughes · 12 years ago
  67. 958dad7 Fix implementation of generic atomic operations by Chris Dearman · 12 years ago
  68. 344aca8 Merge "[MIPS] Add atomic routines" by Elliott Hughes · 12 years ago
  69. f7fb9e1 [MIPS] Add atomic routines by Raghu Gandham · 12 years ago
  70. b109e43 Merge "Upgrade to tzdata2012d." by Elliott Hughes · 12 years ago
  71. 5d967e4 Upgrade to tzdata2012d. by Elliott Hughes · 12 years ago
  72. 654b150 Merge "Update time.h for CLOCK_BOOTTIME." by Elliott Hughes · 12 years ago
  73. 0351955 Update time.h for CLOCK_BOOTTIME. by Nick Pelly · 12 years ago
  74. f6ee33c Merge "linker: Fix LD_PRELOADS for calling constructors" by Nick Kralevich · 12 years ago
  75. 3fd5e91 Merge "bionic: Report linker relocation address to gdb" by Elliott Hughes · 12 years ago
  76. 05f03b8 Merge "linker: cleanup of undefined state handling, which is really dead code" by Elliott Hughes · 12 years ago
  77. 8211bc6 linker: cleanup of undefined state handling, which is really dead code by Robin Burchell · 12 years ago
  78. decb531 Merge "linker: Use SHN_UNDEF instead of describing what it is trying to do." by Elliott Hughes · 12 years ago
  79. 439fa8e linker: Use SHN_UNDEF instead of describing what it is trying to do. by Robin Burchell · 12 years ago
  80. 8d7355a Merge "Use std=gnu99 for the dynamic linker as well as libc." by Elliott Hughes · 12 years ago
  81. 856512e Use std=gnu99 for the dynamic linker as well as libc. by Elliott Hughes · 12 years ago
  82. fabddfe Merge "limits.h: Include page.h when relying on PAGE_SIZE" by Elliott Hughes · 12 years ago
  83. b0f0d42 Merge "FORTIFY_SOURCE: revert memcpy changes." by Nick Kralevich · 12 years ago
  84. bb5c30a bionic: Report linker relocation address to gdb by Ryan V. Bissell · 12 years ago
  85. 326e85e linker: Fix LD_PRELOADS for calling constructors by Kito Cheng · 12 years ago
  86. c37fc1a FORTIFY_SOURCE: revert memcpy changes. by Nick Kralevich · 12 years ago
  87. e1d909f Merge "FORTIFY_SOURCE: introduce __BIONIC_FORTIFY_UNKNOWN_SIZE macro" by Nick Kralevich · 12 years ago
  88. 147b069 Merge "FORTIFY_SOURCE: strlen check." by Nick Kralevich · 12 years ago
  89. ad7f966 Merge "FORTIFY_SOURCE: restore __memcpy_chk()" by Nick Kralevich · 12 years ago
  90. 9b6cc22 FORTIFY_SOURCE: introduce __BIONIC_FORTIFY_UNKNOWN_SIZE macro by Nick Kralevich · 12 years ago
  91. 260bf8c FORTIFY_SOURCE: strlen check. by Nick Kralevich · 12 years ago
  92. b2060b0 FORTIFY_SOURCE: restore __memcpy_chk() by Nick Kralevich · 12 years ago
  93. 88bfc28 Merge "FORTIFY_SOURCE: enhanced memcpy protections." by Nick Kralevich · 12 years ago
  94. f3913b5 FORTIFY_SOURCE: enhanced memcpy protections. by Nick Kralevich · 12 years ago
  95. 86a4fca Merge "memmove: Don't call memcpy if regions overlap" by Nick Kralevich · 12 years ago
  96. e64259e memmove: Don't call memcpy if regions overlap by Nick Kralevich · 12 years ago
  97. 6334c66 Don't use -fstack-protector on ssp.c by Nick Kralevich · 12 years ago
  98. 6331db3 limits.h: Include page.h when relying on PAGE_SIZE by Arun Raghavan · 13 years ago
  99. 8f08e1c Merge "FORTIFY_SOURCE: Add openat, fix bug" by Nick Kralevich · 12 years ago
  100. a3e230d FORTIFY_SOURCE: Add openat, fix bug by Nick Kralevich · 12 years ago