1. c9ab32e Merge "Improve benchmarking tool, add a few math benchmarks." by Elliott Hughes · 12 years ago
  2. 9edb3e0 Improve benchmarking tool, add a few math benchmarks. by Elliott Hughes · 12 years ago
  3. d10a5a0 Merge "Remove the currently-unused i387 assembler to make way for the new." by Elliott Hughes · 12 years ago
  4. ef545a2 Remove the currently-unused i387 assembler to make way for the new. by Elliott Hughes · 12 years ago
  5. 4fc2a74 Merge "Remove partial implementation of MIPS non-PIC support." by Elliott Hughes · 12 years ago
  6. d2b1a73 Remove partial implementation of MIPS non-PIC support. by Elliott Hughes · 12 years ago
  7. d7ff139 Merge "Remove bogus extra alignment from sbrk." by Elliott Hughes · 12 years ago
  8. 428f556 Remove bogus extra alignment from sbrk. by Elliott Hughes · 12 years ago
  9. a4f88fd Merge "Document the mallinfo struct, add missing attributes." by Elliott Hughes · 12 years ago
  10. 24fad01 Document the mallinfo struct, add missing attributes. by Elliott Hughes · 12 years ago
  11. a3120aa Merge "Add basic tests for posix_memalign." by Elliott Hughes · 12 years ago
  12. b16b722 Add basic tests for posix_memalign. by Elliott Hughes · 12 years ago
  13. a1821f0 Merge "Regenerate msm_ion.h." by Elliott Hughes · 12 years ago
  14. 3fac8f7 Regenerate msm_ion.h. by Elliott Hughes · 12 years ago
  15. 3dc6b57 Merge "Don't claim there were no leaks if we weren't even checking." by Elliott Hughes · 12 years ago
  16. 9c81892 Don't claim there were no leaks if we weren't even checking. by Elliott Hughes · 12 years ago
  17. 1bf8355 Merge "Make sincosl call sinl and cosl." by Elliott Hughes · 12 years ago
  18. 9b05df3 Make sincosl call sinl and cosl. by Elliott Hughes · 12 years ago
  19. ae70b94 Merge "Update the libm/NOTICE file after the upgrade." by Elliott Hughes · 12 years ago
  20. d65bd84 Update the libm/NOTICE file after the upgrade. by Elliott Hughes · 12 years ago
  21. a9dd367 Merge "Restore bionic's <linux/elf-em.h>." by Elliott Hughes · 12 years ago
  22. a48e1b2 Restore bionic's <linux/elf-em.h>. by Elliott Hughes · 12 years ago
  23. 44badc7 Merge "Upgrade libm." by Elliott Hughes · 12 years ago
  24. a0ee078 Upgrade libm. by Elliott Hughes · 12 years ago
  25. e1a124e Merge "Say explicitly if there were no leaks." by Elliott Hughes · 12 years ago
  26. 1d12d57 Say explicitly if there were no leaks. by Elliott Hughes · 12 years ago
  27. a990cf5 Merge "Clean up trailing whitespace in the kernel headers." by Elliott Hughes · 12 years ago
  28. c95eb57 Clean up trailing whitespace in the kernel headers. by Elliott Hughes · 12 years ago
  29. 323287e Merge "Fix valgrind build." by Elliott Hughes · 12 years ago
  30. 6fe67c3 Fix valgrind build. by Elliott Hughes · 12 years ago
  31. f672197 Merge "Fix x86 build to use <elf.h>." by Elliott Hughes · 12 years ago
  32. d070df4 Fix x86 build to use <elf.h>. by Elliott Hughes · 12 years ago
  33. 5fb409b Merge "Bring the NOTICE files back up to date." by Elliott Hughes · 12 years ago
  34. 448080d Bring the NOTICE files back up to date. by Elliott Hughes · 12 years ago
  35. f09f6db Merge "Use the NetBSD <sys/exec_elf.h>." by Elliott Hughes · 12 years ago
  36. a6a3ac5 Use the NetBSD <sys/exec_elf.h>. by Elliott Hughes · 12 years ago
  37. 3db2fc5 Merge "Don't collect useless stack frames; do demangle C++ symbols." by Elliott Hughes · 12 years ago
  38. 35b621c Don't collect useless stack frames; do demangle C++ symbols. by Elliott Hughes · 12 years ago
  39. a0151cb Merge "Unit tests for formatting code, fix %%." by Elliott Hughes · 12 years ago
  40. 41b3179 Unit tests for formatting code, fix %%. by Elliott Hughes · 12 years ago
  41. 0a91b11 Merge "More debug malloc fixes." by Elliott Hughes · 12 years ago
  42. 239e7a0 More debug malloc fixes. by Elliott Hughes · 12 years ago
  43. 6a94cb7 Merge "arm syscall : for eabi call_default don't use stack" by Elliott Hughes · 12 years ago
  44. b871e5d Merge "system_properties: do more checking of file" by Nick Kralevich · 12 years ago
  45. c16961b system_properties: do more checking of file by Nick Kralevich · 12 years ago
  46. 82ef829 Merge "prctl.h: include sys/cdefs.h" by Nick Kralevich · 12 years ago
  47. 8e70b0d prctl.h: include sys/cdefs.h by Nick Kralevich · 12 years ago
  48. b3351f1 Merge "libc: use more secure system properties if available" by Nick Kralevich · 12 years ago
  49. 32417fb libc: use more secure system properties if available by Nick Kralevich · 12 years ago
  50. 778a68e Merge "Don't free anything when reporting leaks." by Elliott Hughes · 12 years ago
  51. 5c8f75e Merge "Disable leak checking for mksh; it's way too leaky." by Elliott Hughes · 12 years ago
  52. 848247a Don't free anything when reporting leaks. by Elliott Hughes · 12 years ago
  53. 84f8b5f Disable leak checking for mksh; it's way too leaky. by Elliott Hughes · 12 years ago
  54. 28f82b2 Merge "Add const for first argument of sigismember for fit POSIX spec" by Elliott Hughes · 12 years ago
  55. 8d6302c Merge "Our strcoll(3) is no different from NetBSD's, so take exactly theirs." by Elliott Hughes · 12 years ago
  56. 2b47307 Our strcoll(3) is no different from NetBSD's, so take exactly theirs. by Elliott Hughes · 12 years ago
  57. 547eba0 Merge "Avoid overflow in memccpy." by Elliott Hughes · 12 years ago
  58. c51cd76 Avoid overflow in memccpy. by Elliott Hughes · 12 years ago
  59. 85597e2 Merge "Clean up debuggerd-related logging." by Elliott Hughes · 12 years ago
  60. 7af7895 Merge "Use the new non-allocating logging for dlmalloc failures." by Elliott Hughes · 12 years ago
  61. ce4cf90 Use the new non-allocating logging for dlmalloc failures. by Elliott Hughes · 12 years ago
  62. 6b8e321 Clean up debuggerd-related logging. by Elliott Hughes · 12 years ago
  63. 244bee5 Merge "bionic_auxv.h: fix #define conflict" by Nick Kralevich · 12 years ago
  64. abc21c8 bionic_auxv.h: fix #define conflict by Nick Kralevich · 12 years ago
  65. 02f96b9 Merge "Add missing extern "C"." by Elliott Hughes · 12 years ago
  66. f90b95e Add missing extern "C". by Elliott Hughes · 12 years ago
  67. ca48376 Merge "Fix the duplication in the debugging code." by Elliott Hughes · 12 years ago
  68. f373b11 Add const for first argument of sigismember for fit POSIX spec by Kito Cheng · 12 years ago
  69. 1e980b6 Fix the duplication in the debugging code. by Elliott Hughes · 12 years ago
  70. 5496bbf Merge "Revert "Filter ANDROID_PROPERTY_WORKSPACE"" by Nick Kralevich · 12 years ago
  71. 4df577f Revert "Filter ANDROID_PROPERTY_WORKSPACE" by Guang Zhu · 12 years ago
  72. 4bfaf1e Merge "FORTIFY_SOURCE: optimize" by Nick Kralevich · 12 years ago
  73. e4ca88d Merge "Add functionlity to the scripts to replace tokens in kernel headers based on architecture." by Elliott Hughes · 12 years ago
  74. a44e9af FORTIFY_SOURCE: optimize by Nick Kralevich · 12 years ago
  75. a864c2c Add functionlity to the scripts to replace tokens in kernel headers by Raghu Gandham · 12 years ago
  76. f3fe194 Merge "linker: add -Wl,--exclude-libs,ALL to LDFLAGS" by Nick Kralevich · 12 years ago
  77. d89ce40 linker: add -Wl,--exclude-libs,ALL to LDFLAGS by Nick Kralevich · 12 years ago
  78. 1271cdc Merge "Revert "stack protector: use AT_RANDOM"" by Nick Kralevich · 12 years ago
  79. 36bd371 Revert "stack protector: use AT_RANDOM" by Nick Kralevich · 12 years ago
  80. ba117e4 Merge "stack protector: use AT_RANDOM" by Nick Kralevich · 12 years ago
  81. 1b34228 Merge "Filter ANDROID_PROPERTY_WORKSPACE" by Nick Kralevich · 12 years ago
  82. e3a49a8 stack protector: use AT_RANDOM by Nick Kralevich · 12 years ago
  83. 14e1975 Merge "Fix signalfd for MIPS." by Elliott Hughes · 12 years ago
  84. f193b9f Fix signalfd for MIPS. by Elliott Hughes · 12 years ago
  85. faa0fdb arm syscall : for eabi call_default don't use stack by Matthieu Castet · 12 years ago
  86. a0f6475 Filter ANDROID_PROPERTY_WORKSPACE by Nick Kralevich · 12 years ago
  87. 791e26d Merge "Revert "DO NOT MERGE Revert "Add the libcutils localtime_tz and mktime_t extensions to bionic.""" by Elliott Hughes · 12 years ago
  88. acb907f Revert "DO NOT MERGE Revert "Add the libcutils localtime_tz and mktime_t extensions to bionic."" by Elliott Hughes · 12 years ago
  89. b59e358 Merge "fix strerror_r test" by Nick Kralevich · 12 years ago
  90. 6060589 fix strerror_r test by Nick Kralevich · 12 years ago
  91. b09d7d8 Merge "Add __aeabi_idiv to the dummy reference list." by Ben Cheng · 12 years ago
  92. 35f5385 Add __aeabi_idiv to the dummy reference list. by Ben Cheng · 12 years ago
  93. 29fe857 Merge "headers: update auxvec.h from Linux kernel" by Nick Kralevich · 12 years ago
  94. a67e4de headers: update auxvec.h from Linux kernel by Nick Kralevich · 12 years ago
  95. 68fa57f Merge "Name anonymous mmap mallocs." by Ian Rogers · 12 years ago
  96. bb897fa Merge "libc_init_static: apply relro earlier." by Nick Kralevich · 12 years ago
  97. 09d13c3 Merge "Fix my git mistake." by Elliott Hughes · 12 years ago
  98. 99c3205 Fix my git mistake. by Elliott Hughes · 12 years ago
  99. 48c632a Merge "[MIPS] Set DT_DEBUG dyntab entry if it is writable" by Elliott Hughes · 12 years ago
  100. cf23905 [MIPS] Set DT_DEBUG dyntab entry if it is writable by Chris Dearman · 12 years ago