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