1. 0d3700d Merge "Only have one copy of the kernel_sigset_t hack, and add more tests." by Elliott Hughes · 12 years ago
  2. c5d028f Only have one copy of the kernel_sigset_t hack, and add more tests. by Elliott Hughes · 12 years ago
  3. 2bbb8fa Merge "Add signalfd call to bionic" by Elliott Hughes · 12 years ago
  4. a4b2dc0 Add signalfd call to bionic by Rom Lemarchand · 12 years ago
  5. 364d9ee Merge "Don't test GNU-style ELF hashes on MIPS." by Elliott Hughes · 12 years ago
  6. a43e906 Don't test GNU-style ELF hashes on MIPS. by Elliott Hughes · 12 years ago
  7. 7e22db0 Merge "Fix an off-by-one error in the sigset_t function error handling." by Elliott Hughes · 12 years ago
  8. fb5e5cb Fix an off-by-one error in the sigset_t function error handling. by Elliott Hughes · 12 years ago
  9. 26c5b2d Merge "[MIPS] Rewrite fenv.h for Android" by Elliott Hughes · 12 years ago
  10. d199017 [MIPS] Rewrite fenv.h for Android by Raghu Gandham · 12 years ago
  11. 63dc592 Merge "Add AF_CAN and PF_CAN (and other missing families)." by Elliott Hughes · 12 years ago
  12. d73c0b3 Add AF_CAN and PF_CAN (and other missing families). by Elliott Hughes · 12 years ago
  13. f003694 Merge "Fix debug malloc." by Elliott Hughes · 12 years ago
  14. db492b3 Fix debug malloc. by Elliott Hughes · 12 years ago
  15. b1b5317 Merge "sysconf.c was renamed to sysconf.cpp (and modified)..." by Elliott Hughes · 12 years ago
  16. 7cbff41 sysconf.c was renamed to sysconf.cpp (and modified)... by Elliott Hughes · 12 years ago
  17. fb62558 Merge "Define _POSIX_MONOTONIC_CLOCK and implement sysconf(_SC_MONOTONIC_CLOCK)." by Elliott Hughes · 12 years ago
  18. a55f630 Define _POSIX_MONOTONIC_CLOCK and implement sysconf(_SC_MONOTONIC_CLOCK). by Elliott Hughes · 12 years ago
  19. 918d776 Merge "Support System.loadLibrary for libraries with transitive dependencies." by Elliott Hughes · 12 years ago
  20. f6524f8 Merge "Fix format_number." by Elliott Hughes · 12 years ago
  21. eababde Fix format_number. by Elliott Hughes · 12 years ago
  22. cade4c3 Support System.loadLibrary for libraries with transitive dependencies. by Elliott Hughes · 12 years ago
  23. 4b58214 Merge "Fix x86 dynamic linker build." by Elliott Hughes · 12 years ago
  24. 45288c5 Fix x86 dynamic linker build. by Elliott Hughes · 12 years ago
  25. a4ebdcf Merge "Check for unknown flags passed to dlopen(3)." by Elliott Hughes · 12 years ago
  26. e66190d Check for unknown flags passed to dlopen(3). by Elliott Hughes · 12 years ago
  27. 4c4b08a Merge "Fix <endian.h> and <sys/endian.h>." by Elliott Hughes · 12 years ago
  28. 4fa35d8 Fix <endian.h> and <sys/endian.h>. by Elliott Hughes · 12 years ago
  29. 0521ff8 Merge "Use pthread_kill() in raise()" by Elliott Hughes · 12 years ago
  30. d8a5a6f Use pthread_kill() in raise() by Chris Dearman · 12 years ago
  31. 6fcf177 Merge "Added audit.h from the kernel." by Geremy Condra · 12 years ago
  32. 03e1ebb Added audit.h from the kernel. by Geremy Condra · 12 years ago
  33. c8354f5 Merge "FORTIFY_SOURCE: remove memcpy overlap checks" by Nick Kralevich · 12 years ago
  34. 5787475 FORTIFY_SOURCE: remove memcpy overlap checks by Nick Kralevich · 12 years ago
  35. 5dfdb70 Merge "FORTIFY_SOURCE: fix up previous commit" by Nick Kralevich · 12 years ago
  36. 8b6fea5 FORTIFY_SOURCE: fix up previous commit by Nick Kralevich · 12 years ago
  37. 7a34ed2 Merge "clean up FORTIFY_SOURCE handling." by Nick Kralevich · 12 years ago
  38. 326ea54 clean up FORTIFY_SOURCE handling. by Nick Kralevich · 12 years ago
  39. db79e82 Merge "FORTIFY_SOURCE: fortify strrchr" by Nick Kralevich · 12 years ago
  40. 9a4d305 FORTIFY_SOURCE: fortify strrchr by Nick Kralevich · 12 years ago
  41. 60fb683 Merge "mmap: Remove madvise() workaround" by Elliott Hughes · 12 years ago
  42. 46d64ed Merge "Add argument checking to sigemptyset(3) and friends." by Elliott Hughes · 12 years ago
  43. 3acc908 Merge "FORTIFY_SOURCE: fortify strchr" by Nick Kralevich · 12 years ago
  44. da73f65 Add argument checking to sigemptyset(3) and friends. by Elliott Hughes · 12 years ago
  45. 049e583 FORTIFY_SOURCE: fortify strchr by Nick Kralevich · 12 years ago
  46. 16c61f0 Merge "Reduce the exposure of the __set_errno implementation detail." by Elliott Hughes · 12 years ago
  47. 4a9e837 Reduce the exposure of the __set_errno implementation detail. by Elliott Hughes · 12 years ago
  48. 97b70b2 Merge "Replace .S version of x86 crtfiles with .c version" by Elliott Hughes · 12 years ago
  49. 20c4a3a Replace .S version of x86 crtfiles with .c version by Pavel Chupin · 12 years ago
  50. 07c0b73 Merge "Remove (near-)duplicate definitions of size_t and ssize_t." by Elliott Hughes · 12 years ago
  51. 3975cec Remove (near-)duplicate definitions of size_t and ssize_t. by Elliott Hughes · 12 years ago
  52. 50e62e4 Merge "Bug: __WINT_TYPE__ and wint_t reference to different types" by Elliott Hughes · 12 years ago
  53. 99ea84b Merge "[MIPS] Fix the MIPS getsid system call" by Elliott Hughes · 12 years ago
  54. 5d4b842 Merge "Verify architecture neutral syscall numbers" by Elliott Hughes · 12 years ago
  55. 7811422 Merge "Define DEFFILEMODE and friends" by Elliott Hughes · 12 years ago
  56. 58aaaa7 [MIPS] Fix the MIPS getsid system call by Chris Dearman · 12 years ago
  57. 285b025 Verify architecture neutral syscall numbers by Chris Dearman · 12 years ago
  58. f27b7fb Define DEFFILEMODE and friends by Hakan Kvist · 12 years ago
  59. dea13da Merge "Clean up _BYTE_ORDER definitions for better x86 portability." by Elliott Hughes · 12 years ago
  60. b15c58b Clean up _BYTE_ORDER definitions for better x86 portability. by Elliott Hughes · 12 years ago
  61. f2de6b0 Merge "Do not include '\0' when writing error messages to stderr" by Elliott Hughes · 12 years ago
  62. 20a2440 Do not include '\0' when writing error messages to stderr by Chris Dearman · 12 years ago
  63. 429b05a Merge "Upgrade to tzdata2012j." by Elliott Hughes · 12 years ago
  64. 5d2ef87 Upgrade to tzdata2012j. by Elliott Hughes · 12 years ago
  65. a437bff Bug: __WINT_TYPE__ and wint_t reference to different types by Sergey Melnikov · 12 years ago
  66. 635df85 mmap: Remove madvise() workaround by Nick Kralevich · 12 years ago
  67. 8784709 Merge "We should use load_bias. This patch fixes MIPS NDK device exception test failures." by Nick Kralevich · 12 years ago
  68. c5db969 We should use load_bias. This patch fixes MIPS NDK device exception test failures. by Chao-Ying Fu · 12 years ago
  69. fe07ca0 Merge "Support GNU_RELRO for static executables." by Nick Kralevich · 12 years ago
  70. 170168c Merge "Temporarily address gcc 4.7 breakage." by Nick Kralevich · 12 years ago
  71. 83697b8 Temporarily address gcc 4.7 breakage. by Nick Kralevich · 12 years ago
  72. ac3de8d Support GNU_RELRO for static executables. by Nick Kralevich · 12 years ago
  73. c079dfe am 6542ac03: Merge "Add a memmove(3) benchmark." by Elliott Hughes · 12 years ago
  74. 6542ac0 Merge "Add a memmove(3) benchmark." by Elliott Hughes · 12 years ago
  75. d86d713 am b62e2770: Merge "Add optimized version of memset for Cortex A9" by Elliott Hughes · 12 years ago
  76. b62e277 Merge "Add optimized version of memset for Cortex A9" by Elliott Hughes · 12 years ago
  77. 884e4f8 Add optimized version of memset for Cortex A9 by Henrik Smiding · 14 years ago
  78. fbe44ec Add a memmove(3) benchmark. by Elliott Hughes · 12 years ago
  79. 0b25791 am 49677dec: Merge "Add optimized version of memcpy for Cortex A9" by Elliott Hughes · 12 years ago
  80. 49677de Merge "Add optimized version of memcpy for Cortex A9" by Elliott Hughes · 12 years ago
  81. 6d0bcdc Add optimized version of memcpy for Cortex A9 by Henrik Smiding · 14 years ago
  82. 6181aea am c2132915: Merge "Add optimized version of memcmp for Cortex A9" by Elliott Hughes · 12 years ago
  83. c213291 Merge "Add optimized version of memcmp for Cortex A9" by Elliott Hughes · 12 years ago
  84. 66eada9 am 7aca3103: Merge "Simple google3-compatible benchmarking." by Elliott Hughes · 12 years ago
  85. 7aca310 Merge "Simple google3-compatible benchmarking." by Elliott Hughes · 12 years ago
  86. 7be369d Simple google3-compatible benchmarking. by Elliott Hughes · 12 years ago
  87. 70827cc am d460f3f1: Merge "Tests for string routines." by Elliott Hughes · 12 years ago
  88. d460f3f Merge "Tests for string routines." by Elliott Hughes · 12 years ago
  89. e4180f8 am 5408ac3c: Merge "Fix dlopen_library_with_only_gnu_hash_Test." by Elliott Hughes · 12 years ago
  90. 5408ac3 Merge "Fix dlopen_library_with_only_gnu_hash_Test." by Elliott Hughes · 12 years ago
  91. 6e33b02 Fix dlopen_library_with_only_gnu_hash_Test. by Elliott Hughes · 12 years ago
  92. 036154b Tests for string routines. by Anna Tikhonova · 12 years ago
  93. 92b7fbf am 414aadc7: am 3bf2fcf9: Reconcile with jb-mr1-factory-release jb-mr1-release - do not merge by The Android Open Source Project · 12 years ago
  94. 414aadc am 3bf2fcf9: Reconcile with jb-mr1-factory-release jb-mr1-release - do not merge by The Android Open Source Project · 12 years ago
  95. 3bf2fcf Reconcile with jb-mr1-factory-release jb-mr1-release - do not merge by The Android Open Source Project · 12 years ago
  96. 8baaf6f am 604a163e: Merge "Rewrite <fenv.h> for ARM." by Elliott Hughes · 12 years ago
  97. 604a163 Merge "Rewrite <fenv.h> for ARM." by Elliott Hughes · 12 years ago
  98. 0622408 am bb91e9fb: Merge "Upgrade to tzdata2012i." by Elliott Hughes · 12 years ago
  99. bb91e9f Merge "Upgrade to tzdata2012i." by Elliott Hughes · 12 years ago
  100. ce876be am a41e6426: Merge "Tone down some of the overly-verbose linker logging." by Elliott Hughes · 12 years ago