1. eb847bc Fix x86_64 build, clean up intermediate libraries. by Elliott Hughes · 11 years ago
  2. 2a0b873 Fix __errno for LP64 and clean up __get_tls. by Elliott Hughes · 11 years ago
  3. 2ec400b Don't allow int<->pointer conversions. by Elliott Hughes · 11 years ago
  4. ee489f6 Don't define the meaningless SOFTFLOAT for x86. by Elliott Hughes · 11 years ago
  5. 9373bbb x86_64: Remove lseek64 for x86_64 for a while by Pavel Chupin · 11 years ago
  6. 7e841ed Remove useless x86 fallbacks. by Elliott Hughes · 11 years ago
  7. 1410293 Merge "Move common arch-* code to arch-common directory" by Elliott Hughes · 11 years ago
  8. d7a6329 Add dependencies on included makefiles. by Christopher Ferris · 11 years ago
  9. b49c17c Move common arch-* code to arch-common directory by Pavel Chupin · 11 years ago
  10. 90201d5 FORTIFY_SOURCE: Add __FD_* checks by Nick Kralevich · 11 years ago
  11. 762cea4 Use gnu++11 and gnu99 explicitly for C++/C files. by Stephen Hines · 11 years ago
  12. fa4d596 Add missing backslash in MIPS filelist by Chris Dearman · 11 years ago
  13. a567a8e x86_64: Update Makefiles for x86_64 targets and add symlinks by Pavel Chupin · 12 years ago
  14. 60f4f9a libc: fortify recvfrom() by Nick Kralevich · 11 years ago
  15. 1d13c64 Fix %hhd formats in the printf family. by Elliott Hughes · 11 years ago
  16. 3f33165 Remove two -D flags for unused macros. by Elliott Hughes · 11 years ago
  17. e85c183 Add explicit -m32/-melf_i386 for x86 target by Pavel Chupin · 11 years ago
  18. 713fe64 Apply upstream commit 943a6621866e9d6e654f5cfe1494378c1fb8957a. by Elliott Hughes · 11 years ago
  19. 7843d44 Work around tzcode's reliance on signed overflow. by Elliott Hughes · 11 years ago
  20. 59a13c1 Optimize __memset_chk, __memcpy_chk. DO NOT MERGE. by Christopher Ferris · 11 years ago
  21. aec2ffb Fix our missing abs/labs/llabs/imaxabs (and imaxdiv) symbols. by Elliott Hughes · 11 years ago
  22. d0be7c8 Add futimens. by Elliott Hughes · 11 years ago
  23. 4e24dcc Optimize strcat/strcpy, small tweaks to strlen. DO NOT MERGE by Christopher Ferris · 11 years ago
  24. 178c418 am e8bd8c2e: Merge "Upgrade mktemp.c to the current upstream version." by Elliott Hughes · 11 years ago
  25. 284f788 Upgrade mktemp.c to the current upstream version. by Elliott Hughes · 11 years ago
  26. 81b4698 am f8a66bb3: Merge "Remove some non-unused makefile generality." by Elliott Hughes · 11 years ago
  27. 4c6b925 Remove some non-unused makefile generality. by Elliott Hughes · 11 years ago
  28. b6b2375 am 8fa9081f: Merge "[MIPS] Rewrite MIPS crtbegin* as C files." by Elliott Hughes · 11 years ago
  29. 8fa9081 Merge "[MIPS] Rewrite MIPS crtbegin* as C files." by Elliott Hughes · 11 years ago
  30. 3688601 [MIPS] Rewrite MIPS crtbegin* as C files. by Pete Delaney · 11 years ago
  31. e35d6c2 am 40e7a878: Merge "Prevent the madvise(MADV_MERGEABLE) mmap hack from affecting errno." by Elliott Hughes · 11 years ago
  32. 107cdd4 Prevent the madvise(MADV_MERGEABLE) mmap hack from affecting errno. by Elliott Hughes · 11 years ago
  33. f384be3 am 59ed029b: Merge "Upgrade to tzcode2013d." by Elliott Hughes · 11 years ago
  34. ce4783c Upgrade to tzcode2013d. by Elliott Hughes · 11 years ago
  35. 731f7c2 am 9d476716: Merge "Add <sys/statvfs.h>." by Elliott Hughes · 11 years ago
  36. 06040fd Add <sys/statvfs.h>. by Elliott Hughes · 11 years ago
  37. 146d79c am fbec57d4: Merge changes Ib496e818,I074204e9 by Colin Cross · 11 years ago
  38. 5e9a086 bionic: add compatibility mode for properties by Colin Cross · 11 years ago
  39. db6dd60 am b116bf76: Merge "Switch to current upstream getopt_long." by Elliott Hughes · 11 years ago
  40. d278b82 Switch to current upstream getopt_long. by Elliott Hughes · 11 years ago
  41. 5f4d2df am 55189a0f: Merge "Switch to current upstream stdio makebuf.c and setvbuf.c." by Elliott Hughes · 11 years ago
  42. 677ee56 Switch to current upstream stdio makebuf.c and setvbuf.c. by Elliott Hughes · 11 years ago
  43. 3da4794 am 944ea1a3: Merge "Clean up abort." by Elliott Hughes · 11 years ago
  44. 61e699a Clean up abort. by Elliott Hughes · 11 years ago
  45. 6bcf71c am 2fbc9dda: Merge "bionic/x86: Optimization for string routines" by Elliott Hughes · 11 years ago
  46. 0a49066 bionic/x86: Optimization for string routines by Liubov Dmitrieva · 12 years ago
  47. 4f614a7 am e4ac8feb: Merge "libc: cleanup strchr" by Nick Kralevich · 11 years ago
  48. 4f40e51 libc: cleanup strchr by Nick Kralevich · 11 years ago
  49. cf4a530 am b3c8c4d8: Merge "Switch to current FreeBSD qsort." by Elliott Hughes · 11 years ago
  50. 0b25f63 Switch to current FreeBSD qsort. by Elliott Hughes · 11 years ago
  51. 5fe62e5 am ed36d95f: Merge "Start moving to current FreeBSD stdio." by Elliott Hughes · 11 years ago
  52. 6b05c8e Start moving to current FreeBSD stdio. by Elliott Hughes · 11 years ago
  53. 76db50d am b632857a: Merge "Add missing include and function prototype for sched_getaffinity." by Elliott Hughes · 11 years ago
  54. 4ca685e Add missing include and function prototype for sched_getaffinity. by Kito Cheng · 11 years ago
  55. 9b84824 Prevent name conflict for eventfd.cpp and eventfd.s when building libc.a by Kito Cheng · 11 years ago
  56. 8baa929 Prevent name conflict for eventfd.cpp and eventfd.s when building libc.a by Kito Cheng · 11 years ago
  57. b826ebf am 85598626: am 34895c1b: Merge "Replace unnecessary ARM uses of <sys/linux-syscalls.h> with <asm/unistd.h>." by Elliott Hughes · 11 years ago
  58. 8794ece Replace unnecessary ARM uses of <sys/linux-syscalls.h> with <asm/unistd.h>. by Elliott Hughes · 11 years ago
  59. c9edc07 am 39e2a408: am 6eb978c9: Merge "Expose wait4 as wait4 rather than __wait4." by Elliott Hughes · 11 years ago
  60. 17a8b0d Expose wait4 as wait4 rather than __wait4. by Elliott Hughes · 11 years ago
  61. 12ea800 am 5f829205: am c1416647: Merge "Clean up internal libc logging." by Elliott Hughes · 11 years ago
  62. 8f2a5a0 Clean up internal libc logging. by Elliott Hughes · 11 years ago
  63. 306a353 Remove unused arm defines. by Christopher Ferris · 11 years ago
  64. 04954a4 Break bionic implementations into arch versions. by Christopher Ferris · 11 years ago
  65. 0a2ee47 am ad7c275e: am c9f80814: Merge "Upgrade to current NetBSD popen/pclose." by Elliott Hughes · 11 years ago
  66. 6b3f49a Upgrade to current NetBSD popen/pclose. by Elliott Hughes · 11 years ago
  67. 9c0c056 am 6b1aa1b1: am db794197: Merge "Fix debug malloc." by Elliott Hughes · 11 years ago
  68. 642331b Fix debug malloc. by Elliott Hughes · 11 years ago
  69. c96ad9b am 7b69ac53: am cf9a9604: Merge "Switch to upstream-freebsd for the unmolested wchar code." by Elliott Hughes · 11 years ago
  70. 81e0f35 am 2125c155: am d392e044: Merge "Move realpath.c to upstream-freebsd." by Elliott Hughes · 11 years ago
  71. eb93ebf Switch to upstream-freebsd for the unmolested wchar code. by Elliott Hughes · 11 years ago
  72. f077784 Move realpath.c to upstream-freebsd. by Elliott Hughes · 11 years ago
  73. 947b3ab Remove unused arm defines. DO NOT MERGE by Christopher Ferris · 11 years ago
  74. 7c83a1e Break bionic implementations into arch versions. DO NOT MERGE by Christopher Ferris · 11 years ago
  75. aa13eaa am d9cb6988: am 406968b2: am c0e9ddd0: Merge "Reimplement scandir(3)." by Elliott Hughes · 11 years ago
  76. 701bec2 Reimplement scandir(3). by Elliott Hughes · 11 years ago
  77. 5593d50 am eeecff72: Merge "Fix pthreads functions that should return ESRCH." by Elliott Hughes · 11 years ago
  78. 9d23e04 Fix pthreads functions that should return ESRCH. by Elliott Hughes · 11 years ago
  79. 4174337 am 7f67f78a: Merge "dalvik is big enough and ugly enough to handle System.arraycopy itself." by Elliott Hughes · 11 years ago
  80. 081318e dalvik is big enough and ugly enough to handle System.arraycopy itself. by Elliott Hughes · 11 years ago
  81. 56a007c am 0a2cb815: Merge "Simplify __stack_chk_fail, and fix it so we get debuggerd stack traces." by Elliott Hughes · 11 years ago
  82. fb7eb5e Simplify __stack_chk_fail, and fix it so we get debuggerd stack traces. by Elliott Hughes · 11 years ago
  83. 7331af7 am c2d26ce7: Merge "Turn on -Werror for ssp.cpp." by Elliott Hughes · 11 years ago
  84. dc5ec07 Turn on -Werror for ssp.cpp. by Elliott Hughes · 11 years ago
  85. 2346559 am 6b97c7dc: Merge "ffs was not being built for x86." by Elliott Hughes · 11 years ago
  86. d254704 ffs was not being built for x86. by Elliott Hughes · 11 years ago
  87. 2db16ea am 3002d64b: Merge "Everyone has a TLS register." by Elliott Hughes · 11 years ago
  88. 91a9925 Everyone has a TLS register. by Elliott Hughes · 11 years ago
  89. bc35693 am 07f7e62a: Merge "Clean up pthread_create." by Elliott Hughes · 11 years ago
  90. 4b4a882 Clean up pthread_create. by Elliott Hughes · 11 years ago
  91. 78715fc am 558a8b1d: Merge "Revert "Revert "More pthreads cleanup.""" by Elliott Hughes · 11 years ago
  92. 3e89847 Revert "Revert "More pthreads cleanup."" by Elliott Hughes · 11 years ago
  93. 191f880 am bfa199ab: am fcaf4e9f: Merge "Revert "More pthreads cleanup."" by Elliott Hughes · 11 years ago
  94. fcaf4e9 Merge "Revert "More pthreads cleanup."" by Elliott Hughes · 11 years ago
  95. 6f94de3 Revert "More pthreads cleanup." by Elliott Hughes · 11 years ago
  96. 23731e8 am a2a9817f: am 85f491f9: Merge "More pthreads cleanup." by Elliott Hughes · 11 years ago
  97. 85f491f Merge "More pthreads cleanup." by Elliott Hughes · 11 years ago
  98. 13478d8 am 605cc293: am 83bf28e6: Merge "Fix MIPS build." by Elliott Hughes · 11 years ago
  99. ba342c1 Fix MIPS build. by Elliott Hughes · 11 years ago
  100. 5bb4f54 am 6b73d13f: am 2d3e7233: Merge "Revert "Revert "Pull the pthread_key_t functions out of pthread.c.""" by Elliott Hughes · 11 years ago