1. c3f1140 <pthread.h> fixes and pthread cleanup. by Elliott Hughes · 12 years ago
  2. b5b97f2 Remove an obsolete ARM gdb hack. by Elliott Hughes · 12 years ago
  3. 2f287bc Factor out some of the makefile cruft. by Elliott Hughes · 12 years ago
  4. 567a8de Start moving 32-bit cruft somewhere it won't pollute 64-bit. by Elliott Hughes · 12 years ago
  5. bf42568 Let the compiler worry about implementing ffs(3). by Elliott Hughes · 12 years ago
  6. 1195207 Remove dependencies on obsolete __ARCH_WANT_SYSCALL_DEPRECATED system calls. by Elliott Hughes · 12 years ago
  7. cac7b9d Remove dependencies on obsolete __ARCH_WANT_SYSCALL_NO_FLAGS syscalls. by Elliott Hughes · 12 years ago
  8. f8fcfbc Move away from the __ARCH_WANT_SYSCALL_NO_AT system calls. by Elliott Hughes · 12 years ago
  9. 594b1a4 Make sure we have a mkfifo symbol. by Elliott Hughes · 12 years ago
  10. c7e9b23 Fix sigaction(3) for 64-bit. by Elliott Hughes · 12 years ago
  11. 40d105c Switch sigpending over to rt_sigpending. by Elliott Hughes · 12 years ago
  12. 1f5af92 Fix sigsuspend to use rt_sigsuspend on all platforms. by Elliott Hughes · 12 years ago
  13. 19e6232 Clean up the sigprocmask/pthread_sigmask implementation. by Elliott Hughes · 12 years ago
  14. eda2679 Merge "FORTIFY_SOURCE: fortify read()" by Nick Kralevich · 12 years ago
  15. b036b5c FORTIFY_SOURCE: fortify read() by Nick Kralevich · 12 years ago
  16. 232163c Clean up the cpuacct cruft. by Elliott Hughes · 12 years ago
  17. 8d25327 Revert "FORTIFY_SOURCE: fortify read()" by Nick Kralevich · 12 years ago
  18. bc545e8 Merge "Fix x86_64 build, clean up intermediate libraries." by Elliott Hughes · 12 years ago
  19. c147478 Merge "FORTIFY_SOURCE: fortify read()" by Nick Kralevich · 12 years ago
  20. eb847bc Fix x86_64 build, clean up intermediate libraries. by Elliott Hughes · 12 years ago
  21. 65c99de FORTIFY_SOURCE: fortify read() by Nick Kralevich · 12 years ago
  22. 2a0b873 Fix __errno for LP64 and clean up __get_tls. by Elliott Hughes · 12 years ago
  23. 2ec400b Don't allow int<->pointer conversions. by Elliott Hughes · 12 years ago
  24. ee489f6 Don't define the meaningless SOFTFLOAT for x86. by Elliott Hughes · 12 years ago
  25. 9373bbb x86_64: Remove lseek64 for x86_64 for a while by Pavel Chupin · 12 years ago
  26. 7e841ed Remove useless x86 fallbacks. by Elliott Hughes · 12 years ago
  27. 1410293 Merge "Move common arch-* code to arch-common directory" by Elliott Hughes · 12 years ago
  28. d7a6329 Add dependencies on included makefiles. by Christopher Ferris · 12 years ago
  29. b49c17c Move common arch-* code to arch-common directory by Pavel Chupin · 12 years ago
  30. 90201d5 FORTIFY_SOURCE: Add __FD_* checks by Nick Kralevich · 12 years ago
  31. 762cea4 Use gnu++11 and gnu99 explicitly for C++/C files. by Stephen Hines · 12 years ago
  32. fa4d596 Add missing backslash in MIPS filelist by Chris Dearman · 12 years ago
  33. a567a8e x86_64: Update Makefiles for x86_64 targets and add symlinks by Pavel Chupin · 13 years ago
  34. 60f4f9a libc: fortify recvfrom() by Nick Kralevich · 12 years ago
  35. 1d13c64 Fix %hhd formats in the printf family. by Elliott Hughes · 12 years ago
  36. 3f33165 Remove two -D flags for unused macros. by Elliott Hughes · 12 years ago
  37. e85c183 Add explicit -m32/-melf_i386 for x86 target by Pavel Chupin · 12 years ago
  38. 713fe64 Apply upstream commit 943a6621866e9d6e654f5cfe1494378c1fb8957a. by Elliott Hughes · 12 years ago
  39. 7843d44 Work around tzcode's reliance on signed overflow. by Elliott Hughes · 12 years ago
  40. 59a13c1 Optimize __memset_chk, __memcpy_chk. DO NOT MERGE. by Christopher Ferris · 12 years ago
  41. aec2ffb Fix our missing abs/labs/llabs/imaxabs (and imaxdiv) symbols. by Elliott Hughes · 12 years ago
  42. d0be7c8 Add futimens. by Elliott Hughes · 12 years ago
  43. 4e24dcc Optimize strcat/strcpy, small tweaks to strlen. DO NOT MERGE by Christopher Ferris · 12 years ago
  44. 178c418 am e8bd8c2e: Merge "Upgrade mktemp.c to the current upstream version." by Elliott Hughes · 12 years ago
  45. 284f788 Upgrade mktemp.c to the current upstream version. by Elliott Hughes · 12 years ago
  46. 81b4698 am f8a66bb3: Merge "Remove some non-unused makefile generality." by Elliott Hughes · 12 years ago
  47. 4c6b925 Remove some non-unused makefile generality. by Elliott Hughes · 12 years ago
  48. b6b2375 am 8fa9081f: Merge "[MIPS] Rewrite MIPS crtbegin* as C files." by Elliott Hughes · 12 years ago
  49. 8fa9081 Merge "[MIPS] Rewrite MIPS crtbegin* as C files." by Elliott Hughes · 12 years ago
  50. 3688601 [MIPS] Rewrite MIPS crtbegin* as C files. by Pete Delaney · 12 years ago
  51. e35d6c2 am 40e7a878: Merge "Prevent the madvise(MADV_MERGEABLE) mmap hack from affecting errno." by Elliott Hughes · 12 years ago
  52. 107cdd4 Prevent the madvise(MADV_MERGEABLE) mmap hack from affecting errno. by Elliott Hughes · 12 years ago
  53. f384be3 am 59ed029b: Merge "Upgrade to tzcode2013d." by Elliott Hughes · 12 years ago
  54. ce4783c Upgrade to tzcode2013d. by Elliott Hughes · 12 years ago
  55. 731f7c2 am 9d476716: Merge "Add <sys/statvfs.h>." by Elliott Hughes · 12 years ago
  56. 06040fd Add <sys/statvfs.h>. by Elliott Hughes · 12 years ago
  57. 146d79c am fbec57d4: Merge changes Ib496e818,I074204e9 by Colin Cross · 12 years ago
  58. 5e9a086 bionic: add compatibility mode for properties by Colin Cross · 12 years ago
  59. db6dd60 am b116bf76: Merge "Switch to current upstream getopt_long." by Elliott Hughes · 12 years ago
  60. d278b82 Switch to current upstream getopt_long. by Elliott Hughes · 12 years ago
  61. 5f4d2df am 55189a0f: Merge "Switch to current upstream stdio makebuf.c and setvbuf.c." by Elliott Hughes · 12 years ago
  62. 677ee56 Switch to current upstream stdio makebuf.c and setvbuf.c. by Elliott Hughes · 12 years ago
  63. 3da4794 am 944ea1a3: Merge "Clean up abort." by Elliott Hughes · 12 years ago
  64. 61e699a Clean up abort. by Elliott Hughes · 12 years ago
  65. 6bcf71c am 2fbc9dda: Merge "bionic/x86: Optimization for string routines" by Elliott Hughes · 12 years ago
  66. 0a49066 bionic/x86: Optimization for string routines by Liubov Dmitrieva · 14 years ago
  67. 4f614a7 am e4ac8feb: Merge "libc: cleanup strchr" by Nick Kralevich · 12 years ago
  68. 4f40e51 libc: cleanup strchr by Nick Kralevich · 12 years ago
  69. cf4a530 am b3c8c4d8: Merge "Switch to current FreeBSD qsort." by Elliott Hughes · 12 years ago
  70. 0b25f63 Switch to current FreeBSD qsort. by Elliott Hughes · 12 years ago
  71. 5fe62e5 am ed36d95f: Merge "Start moving to current FreeBSD stdio." by Elliott Hughes · 12 years ago
  72. 6b05c8e Start moving to current FreeBSD stdio. by Elliott Hughes · 12 years ago
  73. 76db50d am b632857a: Merge "Add missing include and function prototype for sched_getaffinity." by Elliott Hughes · 12 years ago
  74. 4ca685e Add missing include and function prototype for sched_getaffinity. by Kito Cheng · 12 years ago
  75. 9b84824 Prevent name conflict for eventfd.cpp and eventfd.s when building libc.a by Kito Cheng · 12 years ago
  76. 8baa929 Prevent name conflict for eventfd.cpp and eventfd.s when building libc.a by Kito Cheng · 12 years ago
  77. b826ebf am 85598626: am 34895c1b: Merge "Replace unnecessary ARM uses of <sys/linux-syscalls.h> with <asm/unistd.h>." by Elliott Hughes · 12 years ago
  78. 8794ece Replace unnecessary ARM uses of <sys/linux-syscalls.h> with <asm/unistd.h>. by Elliott Hughes · 12 years ago
  79. c9edc07 am 39e2a408: am 6eb978c9: Merge "Expose wait4 as wait4 rather than __wait4." by Elliott Hughes · 12 years ago
  80. 17a8b0d Expose wait4 as wait4 rather than __wait4. by Elliott Hughes · 12 years ago
  81. 12ea800 am 5f829205: am c1416647: Merge "Clean up internal libc logging." by Elliott Hughes · 12 years ago
  82. 8f2a5a0 Clean up internal libc logging. by Elliott Hughes · 12 years ago
  83. 306a353 Remove unused arm defines. by Christopher Ferris · 12 years ago
  84. 04954a4 Break bionic implementations into arch versions. by Christopher Ferris · 12 years ago
  85. 0a2ee47 am ad7c275e: am c9f80814: Merge "Upgrade to current NetBSD popen/pclose." by Elliott Hughes · 12 years ago
  86. 6b3f49a Upgrade to current NetBSD popen/pclose. by Elliott Hughes · 12 years ago
  87. 9c0c056 am 6b1aa1b1: am db794197: Merge "Fix debug malloc." by Elliott Hughes · 12 years ago
  88. 642331b Fix debug malloc. by Elliott Hughes · 12 years ago
  89. c96ad9b am 7b69ac53: am cf9a9604: Merge "Switch to upstream-freebsd for the unmolested wchar code." by Elliott Hughes · 12 years ago
  90. 81e0f35 am 2125c155: am d392e044: Merge "Move realpath.c to upstream-freebsd." by Elliott Hughes · 12 years ago
  91. eb93ebf Switch to upstream-freebsd for the unmolested wchar code. by Elliott Hughes · 12 years ago
  92. f077784 Move realpath.c to upstream-freebsd. by Elliott Hughes · 12 years ago
  93. 947b3ab Remove unused arm defines. DO NOT MERGE by Christopher Ferris · 12 years ago
  94. 7c83a1e Break bionic implementations into arch versions. DO NOT MERGE by Christopher Ferris · 12 years ago
  95. aa13eaa am d9cb6988: am 406968b2: am c0e9ddd0: Merge "Reimplement scandir(3)." by Elliott Hughes · 12 years ago
  96. 701bec2 Reimplement scandir(3). by Elliott Hughes · 12 years ago
  97. 5593d50 am eeecff72: Merge "Fix pthreads functions that should return ESRCH." by Elliott Hughes · 12 years ago
  98. 9d23e04 Fix pthreads functions that should return ESRCH. by Elliott Hughes · 12 years ago
  99. 4174337 am 7f67f78a: Merge "dalvik is big enough and ugly enough to handle System.arraycopy itself." by Elliott Hughes · 12 years ago
  100. 081318e dalvik is big enough and ugly enough to handle System.arraycopy itself. by Elliott Hughes · 12 years ago