1. e7c59f9 Fix compilation of crtbegin.c and pthread_debug.cpp. by Elliott Hughes · 12 years ago
  2. e210488 AArch64: Add initial support for AArch64 by Serban Constantinescu · 12 years ago
  3. f00c938 Merge commit '811b0cdb2d6e4a697dbc63a678712759dd0db242' into HEAD by The Android Open Source Project · 12 years ago
  4. ab61eb3 Switch to upstream sleep(3) and usleep(3). by Elliott Hughes · 12 years ago
  5. 36d6188 Clean up forking and cloning. by Elliott Hughes · 12 years ago
  6. 318e86e Merge "bionic: call stdio cleanup on exit" by Elliott Hughes · 12 years ago
  7. 6522899 bionic: call stdio cleanup on exit by Pawit Pornkitprasan · 12 years ago
  8. e48b685 Clean up the pthread_create trampoline. by Elliott Hughes · 12 years ago
  9. 0620925 Clean up the 32-bit kernel support, fix LP64 fcntl declaration. by Elliott Hughes · 12 years ago
  10. 8fbf8de Fix pread/pwrite for LP64. by Elliott Hughes · 12 years ago
  11. 66759d6 Move the pthread debugging flags to the right place. by Elliott Hughes · 12 years ago
  12. c3f1140 <pthread.h> fixes and pthread cleanup. by Elliott Hughes · 12 years ago
  13. b5b97f2 Remove an obsolete ARM gdb hack. by Elliott Hughes · 12 years ago
  14. 2f287bc Factor out some of the makefile cruft. by Elliott Hughes · 12 years ago
  15. 567a8de Start moving 32-bit cruft somewhere it won't pollute 64-bit. by Elliott Hughes · 12 years ago
  16. bf42568 Let the compiler worry about implementing ffs(3). by Elliott Hughes · 12 years ago
  17. 1195207 Remove dependencies on obsolete __ARCH_WANT_SYSCALL_DEPRECATED system calls. by Elliott Hughes · 12 years ago
  18. cac7b9d Remove dependencies on obsolete __ARCH_WANT_SYSCALL_NO_FLAGS syscalls. by Elliott Hughes · 12 years ago
  19. f8fcfbc Move away from the __ARCH_WANT_SYSCALL_NO_AT system calls. by Elliott Hughes · 12 years ago
  20. 594b1a4 Make sure we have a mkfifo symbol. by Elliott Hughes · 12 years ago
  21. c7e9b23 Fix sigaction(3) for 64-bit. by Elliott Hughes · 12 years ago
  22. 6b9321b am d6e117b6: am 1f29c2f5: Merge "Switch sigpending over to rt_sigpending." by Elliott Hughes · 12 years ago
  23. 40d105c Switch sigpending over to rt_sigpending. by Elliott Hughes · 12 years ago
  24. afaebc3 am 87fc78de: am 608c65f6: Merge "Fix sigsuspend to use rt_sigsuspend on all platforms." by Elliott Hughes · 12 years ago
  25. 1f5af92 Fix sigsuspend to use rt_sigsuspend on all platforms. by Elliott Hughes · 12 years ago
  26. 4681f82 am 5b3f1d8b: am 22b83da4: Merge "Clean up the sigprocmask/pthread_sigmask implementation." by Elliott Hughes · 12 years ago
  27. 19e6232 Clean up the sigprocmask/pthread_sigmask implementation. by Elliott Hughes · 12 years ago
  28. 49bb53c am 95de0df8: am eda2679e: Merge "FORTIFY_SOURCE: fortify read()" by Nick Kralevich · 12 years ago
  29. 2d38f0c am 21d70d5f: am 39385aa7: Merge "Clean up the cpuacct cruft." by Elliott Hughes · 12 years ago
  30. eda2679 Merge "FORTIFY_SOURCE: fortify read()" by Nick Kralevich · 12 years ago
  31. b036b5c FORTIFY_SOURCE: fortify read() by Nick Kralevich · 12 years ago
  32. 232163c Clean up the cpuacct cruft. by Elliott Hughes · 12 years ago
  33. b8771d9 am b35ebe3d: am 848efa9d: Merge "Revert "FORTIFY_SOURCE: fortify read()"" by Nick Kralevich · 12 years ago
  34. 8d25327 Revert "FORTIFY_SOURCE: fortify read()" by Nick Kralevich · 12 years ago
  35. 1cdc9fe am 8826ba8a: am bc545e8a: Merge "Fix x86_64 build, clean up intermediate libraries." by Elliott Hughes · 12 years ago
  36. 45e3076 am 731ced6b: am c147478c: Merge "FORTIFY_SOURCE: fortify read()" by Nick Kralevich · 12 years ago
  37. bc545e8 Merge "Fix x86_64 build, clean up intermediate libraries." by Elliott Hughes · 12 years ago
  38. c147478 Merge "FORTIFY_SOURCE: fortify read()" by Nick Kralevich · 12 years ago
  39. eb847bc Fix x86_64 build, clean up intermediate libraries. by Elliott Hughes · 12 years ago
  40. ac045c3 am f83148af: am 0c17099a: Merge "Fix __errno for LP64 and clean up __get_tls." by Elliott Hughes · 12 years ago
  41. 65c99de FORTIFY_SOURCE: fortify read() by Nick Kralevich · 12 years ago
  42. 2a0b873 Fix __errno for LP64 and clean up __get_tls. by Elliott Hughes · 12 years ago
  43. 5ca2f97 am 5596240c: am 65e1c48d: Merge "Don\'t allow int<->pointer conversions." by Elliott Hughes · 12 years ago
  44. 2ec400b Don't allow int<->pointer conversions. by Elliott Hughes · 12 years ago
  45. 4d388c6 am 019d0f33: am d262e17e: Merge "Don\'t define the meaningless SOFTFLOAT for x86." by Elliott Hughes · 12 years ago
  46. ee489f6 Don't define the meaningless SOFTFLOAT for x86. by Elliott Hughes · 12 years ago
  47. 83b719a am c89f1db0: am 7021e438: Merge "x86_64: Remove lseek64 for x86_64 for a while" by Elliott Hughes · 12 years ago
  48. bc109ea am aa3c74d1: am 57d9cebb: Merge "Remove useless x86 fallbacks." by Elliott Hughes · 12 years ago
  49. 9373bbb x86_64: Remove lseek64 for x86_64 for a while by Pavel Chupin · 12 years ago
  50. be7b640 am 6d923d49: am 14102932: Merge "Move common arch-* code to arch-common directory" by Elliott Hughes · 12 years ago
  51. 7e841ed Remove useless x86 fallbacks. by Elliott Hughes · 12 years ago
  52. 1410293 Merge "Move common arch-* code to arch-common directory" by Elliott Hughes · 12 years ago
  53. 1a086a5 am 270c52da: am 1fe477fc: Merge "Add dependencies on included makefiles." by Christopher Ferris · 12 years ago
  54. d7a6329 Add dependencies on included makefiles. by Christopher Ferris · 12 years ago
  55. b49c17c Move common arch-* code to arch-common directory by Pavel Chupin · 12 years ago
  56. 5634373 am 8598cd68: am f741e1c2: Merge "FORTIFY_SOURCE: Add __FD_* checks" by Nick Kralevich · 12 years ago
  57. 90201d5 FORTIFY_SOURCE: Add __FD_* checks by Nick Kralevich · 12 years ago
  58. a6d4acc am 1986d369: am 32c0c6e7: Merge "Use gnu++11 and gnu99 explicitly for C++/C files." by Stephen Hines · 12 years ago
  59. 762cea4 Use gnu++11 and gnu99 explicitly for C++/C files. by Stephen Hines · 12 years ago
  60. 14cf728 am f0470422: am 9461e9fa: Merge "Add missing backslash in MIPS filelist" by Elliott Hughes · 12 years ago
  61. fa4d596 Add missing backslash in MIPS filelist by Chris Dearman · 12 years ago
  62. c1cd0f7 am f43f8aa8: am b2acd5de: Merge "x86_64: Update Makefiles for x86_64 targets and add symlinks" by Elliott Hughes · 12 years ago
  63. a567a8e x86_64: Update Makefiles for x86_64 targets and add symlinks by Pavel Chupin · 13 years ago
  64. 9a622f8 am cc362291: am 8427b745: Merge "libc: fortify recvfrom()" by Nick Kralevich · 12 years ago
  65. 60f4f9a libc: fortify recvfrom() by Nick Kralevich · 12 years ago
  66. a663ebd am f8222078: am 43e5badd: Merge "Fix %hhd formats in the printf family." by Elliott Hughes · 12 years ago
  67. 1d13c64 Fix %hhd formats in the printf family. by Elliott Hughes · 12 years ago
  68. 4988ec8 am b9f3d31c: am fc2ceae7: Merge "Remove two -D flags for unused macros." by Elliott Hughes · 12 years ago
  69. 3f33165 Remove two -D flags for unused macros. by Elliott Hughes · 12 years ago
  70. bda1569 am d23ef69a: am 33dd7c11: Merge "Add explicit -m32/-melf_i386 for x86 target" by Elliott Hughes · 12 years ago
  71. e85c183 Add explicit -m32/-melf_i386 for x86 target by Pavel Chupin · 12 years ago
  72. 2d38fce am 7003a14b: am 41f08abf: Merge "Apply upstream commit 943a6621866e9d6e654f5cfe1494378c1fb8957a." by Elliott Hughes · 12 years ago
  73. 713fe64 Apply upstream commit 943a6621866e9d6e654f5cfe1494378c1fb8957a. by Elliott Hughes · 12 years ago
  74. 6b5eb31 am e5ac43e1: am c44205cf: Merge "Work around tzcode\'s reliance on signed overflow." by Elliott Hughes · 12 years ago
  75. 7843d44 Work around tzcode's reliance on signed overflow. by Elliott Hughes · 12 years ago
  76. 59a13c1 Optimize __memset_chk, __memcpy_chk. DO NOT MERGE. by Christopher Ferris · 12 years ago
  77. c177239 am ff8dcd4a: am c933493a: Merge "Fix our missing abs/labs/llabs/imaxabs (and imaxdiv) symbols." by Elliott Hughes · 12 years ago
  78. ff8dcd4 am c933493a: Merge "Fix our missing abs/labs/llabs/imaxabs (and imaxdiv) symbols." by Elliott Hughes · 12 years ago
  79. aec2ffb Fix our missing abs/labs/llabs/imaxabs (and imaxdiv) symbols. by Elliott Hughes · 12 years ago
  80. 840a114 Add futimens. by Elliott Hughes · 12 years ago
  81. dce9416 am ee48fed5: Merge "Add futimens." by Elliott Hughes · 12 years ago
  82. d0be7c8 Add futimens. by Elliott Hughes · 12 years ago
  83. 4e24dcc Optimize strcat/strcpy, small tweaks to strlen. DO NOT MERGE by Christopher Ferris · 12 years ago
  84. 6771b9c bionic: add function to name memory by Colin Cross · 12 years ago
  85. 7c860db Optimize __memset_chk, __memcpy_chk. by Christopher Ferris · 12 years ago
  86. d119b7b Optimize strcat/strcpy, small tweaks to strlen. by Christopher Ferris · 12 years ago
  87. 178c418 am e8bd8c2e: Merge "Upgrade mktemp.c to the current upstream version." by Elliott Hughes · 12 years ago
  88. 284f788 Upgrade mktemp.c to the current upstream version. by Elliott Hughes · 12 years ago
  89. 81b4698 am f8a66bb3: Merge "Remove some non-unused makefile generality." by Elliott Hughes · 12 years ago
  90. 4c6b925 Remove some non-unused makefile generality. by Elliott Hughes · 12 years ago
  91. b6b2375 am 8fa9081f: Merge "[MIPS] Rewrite MIPS crtbegin* as C files." by Elliott Hughes · 12 years ago
  92. 8fa9081 Merge "[MIPS] Rewrite MIPS crtbegin* as C files." by Elliott Hughes · 12 years ago
  93. 3688601 [MIPS] Rewrite MIPS crtbegin* as C files. by Pete Delaney · 12 years ago
  94. e35d6c2 am 40e7a878: Merge "Prevent the madvise(MADV_MERGEABLE) mmap hack from affecting errno." by Elliott Hughes · 12 years ago
  95. 107cdd4 Prevent the madvise(MADV_MERGEABLE) mmap hack from affecting errno. by Elliott Hughes · 12 years ago
  96. f384be3 am 59ed029b: Merge "Upgrade to tzcode2013d." by Elliott Hughes · 12 years ago
  97. ce4783c Upgrade to tzcode2013d. by Elliott Hughes · 12 years ago
  98. 731f7c2 am 9d476716: Merge "Add <sys/statvfs.h>." by Elliott Hughes · 12 years ago
  99. 06040fd Add <sys/statvfs.h>. by Elliott Hughes · 12 years ago
  100. 146d79c am fbec57d4: Merge changes Ib496e818,I074204e9 by Colin Cross · 12 years ago