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