1. c7fdee7 Fix struct statfs for LP64. by Elliott Hughes · 12 years ago
  2. 25269b8 Merge "Fix the time unit tests for systems with 64-bit time_t." by Elliott Hughes · 12 years ago
  3. 0c40152 Fix the time unit tests for systems with 64-bit time_t. by Elliott Hughes · 12 years ago
  4. d0402ac Merge "x86_64: Fix bionic tests build-and-run" by Elliott Hughes · 12 years ago
  5. 17558de x86_64: Fix bionic tests build-and-run by Pavel Chupin · 12 years ago
  6. e3cc155 Merge "Fix some test assumptions that are wrong for __LP64__." by Elliott Hughes · 12 years ago
  7. 79f79c9 Merge "x86_64: Fix sys/stat.h" by Elliott Hughes · 12 years ago
  8. f68fac8 x86_64: Fix sys/stat.h by Pavel Chupin · 13 years ago
  9. 925753a Fix some test assumptions that are wrong for __LP64__. by Elliott Hughes · 12 years ago
  10. e9797ac Merge "Fix clone.S for x86_64." by Elliott Hughes · 12 years ago
  11. 938f38d Fix clone.S for x86_64. by Elliott Hughes · 12 years ago
  12. 8ea3453 Merge "Add missing aliases for off64_t functions in 64-bit land." by Elliott Hughes · 12 years ago
  13. 88dcfb5 Merge "Add ffs and memcmp16 to x86_64." by Elliott Hughes · 12 years ago
  14. 8ca530e Add ffs and memcmp16 to x86_64. by Elliott Hughes · 12 years ago
  15. a6519d6 Add missing aliases for off64_t functions in 64-bit land. by Elliott Hughes · 12 years ago
  16. 5b19160 Merge "Add SOCK_CLOEXEC and SOCK_NONBLOCK socket flags." by Elliott Hughes · 12 years ago
  17. 43d2137 Add SOCK_CLOEXEC and SOCK_NONBLOCK socket flags. by Andrei Emeltchenko · 12 years ago
  18. 70cf207 Merge "Build the linker with the same -std flags as the rest of bionic." by Elliott Hughes · 12 years ago
  19. 2258347 Build the linker with the same -std flags as the rest of bionic. by Elliott Hughes · 12 years ago
  20. 41b87c6 Merge "x86_64: Add R_X86_64_64 relocation handling" by Elliott Hughes · 12 years ago
  21. 922e2af Merge "O_CLOEXEC is always defined for arm, mips, x86, and x86_64." by Elliott Hughes · 12 years ago
  22. e989399 O_CLOEXEC is always defined for arm, mips, x86, and x86_64. by Elliott Hughes · 12 years ago
  23. 967cd1b Merge "Fix sigaction(3) for 64-bit." by Elliott Hughes · 12 years ago
  24. c7e9b23 Fix sigaction(3) for 64-bit. by Elliott Hughes · 12 years ago
  25. f89f1ea Merge "Refresh libc/kernel/common/linux/auxvec.h" by Ben Cheng · 12 years ago
  26. 76b795a Refresh libc/kernel/common/linux/auxvec.h by Ben Cheng · 12 years ago
  27. 3fdd6b8 Merge "Add processed uapi kernel headers (common and aarch64-specific)" by Ben Cheng · 12 years ago
  28. 655a7c0 Add processed uapi kernel headers (common and aarch64-specific) by Ben Cheng · 12 years ago
  29. bffe261 Merge "Sort the syscalls.mk files, give all generated files the same header." by Elliott Hughes · 12 years ago
  30. f0447dd Merge "Tweaked the cleanup scripts to handle uapi and aarch64 headers." by Ben Cheng · 12 years ago
  31. 8bea2b6 Tweaked the cleanup scripts to handle uapi and aarch64 headers. by Ben Cheng · 12 years ago
  32. 103ccde Sort the syscalls.mk files, give all generated files the same header. by Elliott Hughes · 12 years ago
  33. 1f29c2f Merge "Switch sigpending over to rt_sigpending." by Elliott Hughes · 12 years ago
  34. 40d105c Switch sigpending over to rt_sigpending. by Elliott Hughes · 12 years ago
  35. c075c18 x86_64: Add R_X86_64_64 relocation handling by Pavel Chupin · 12 years ago
  36. 26242bf Merge "Remove support for the useless 'custom' option in SYSCALLS.TXT." by Elliott Hughes · 12 years ago
  37. c9da332 Remove support for the useless 'custom' option in SYSCALLS.TXT. by Elliott Hughes · 12 years ago
  38. 608c65f Merge "Fix sigsuspend to use rt_sigsuspend on all platforms." by Elliott Hughes · 12 years ago
  39. 1f5af92 Fix sigsuspend to use rt_sigsuspend on all platforms. by Elliott Hughes · 12 years ago
  40. c100a10 Merge "'Avoid confusing "read prevented write" log messages' 2." by Elliott Hughes · 12 years ago
  41. 68b6711 'Avoid confusing "read prevented write" log messages' 2. by Elliott Hughes · 12 years ago
  42. d9913b0 Merge "Make pthread_create report sched_setscheduler failures on LP64." by Elliott Hughes · 12 years ago
  43. 7672521 Merge "Avoid confusing "read prevented write" log messages." by Elliott Hughes · 12 years ago
  44. d16391b Merge "Fix indentation in sched_getaffinity." by Elliott Hughes · 12 years ago
  45. 98624c3 Make pthread_create report sched_setscheduler failures on LP64. by Elliott Hughes · 12 years ago
  46. 0cfc95e Fix indentation in sched_getaffinity. by Elliott Hughes · 12 years ago
  47. d1eda33 Avoid confusing "read prevented write" log messages. by Elliott Hughes · 12 years ago
  48. dc9d8d0 Merge "Modify prefetch for krait memcpy." by Christopher Ferris · 12 years ago
  49. 22b83da Merge "Clean up the sigprocmask/pthread_sigmask implementation." by Elliott Hughes · 12 years ago
  50. c3c58fb Modify prefetch for krait memcpy. by Christopher Ferris · 12 years ago
  51. 19e6232 Clean up the sigprocmask/pthread_sigmask implementation. by Elliott Hughes · 12 years ago
  52. abeafbd Merge "Wrap sprintf()/snprintf() macros to prevent expansion errors." by Stephen Hines · 12 years ago
  53. 8704ada Merge "Fix clang warnings in bionic." by Stephen Hines · 12 years ago
  54. 6c7b3cb Fix clang warnings in bionic. by Stephen Hines · 12 years ago
  55. 6e38072 Wrap sprintf()/snprintf() macros to prevent expansion errors. by Stephen Hines · 12 years ago
  56. eda2679 Merge "FORTIFY_SOURCE: fortify read()" by Nick Kralevich · 12 years ago
  57. 39385aa Merge "Clean up the cpuacct cruft." by Elliott Hughes · 12 years ago
  58. b036b5c FORTIFY_SOURCE: fortify read() by Nick Kralevich · 12 years ago
  59. 232163c Clean up the cpuacct cruft. by Elliott Hughes · 12 years ago
  60. 92f3cc5 Merge "x86_64: Rename 64-bit linker to linker64" by Elliott Hughes · 12 years ago
  61. 1a57f9f x86_64: Rename 64-bit linker to linker64 by Pavel Chupin · 13 years ago
  62. 848efa9 Merge "Revert "FORTIFY_SOURCE: fortify read()"" by Nick Kralevich · 12 years ago
  63. 8d25327 Revert "FORTIFY_SOURCE: fortify read()" by Nick Kralevich · 12 years ago
  64. 777ebe8 Merge "Fix MIPS build." by Elliott Hughes · 12 years ago
  65. 14b467e Fix MIPS build. by Elliott Hughes · 12 years ago
  66. 37953ee Merge "Fix build." by Elliott Hughes · 12 years ago
  67. fb3f956 Fix build. by Elliott Hughes · 12 years ago
  68. bc545e8 Merge "Fix x86_64 build, clean up intermediate libraries." by Elliott Hughes · 12 years ago
  69. c147478 Merge "FORTIFY_SOURCE: fortify read()" by Nick Kralevich · 12 years ago
  70. eb847bc Fix x86_64 build, clean up intermediate libraries. by Elliott Hughes · 12 years ago
  71. 0c17099 Merge "Fix __errno for LP64 and clean up __get_tls." by Elliott Hughes · 12 years ago
  72. 65c99de FORTIFY_SOURCE: fortify read() by Nick Kralevich · 12 years ago
  73. 2a0b873 Fix __errno for LP64 and clean up __get_tls. by Elliott Hughes · 12 years ago
  74. 777a4ee Merge "Fix 32-bit build." by Elliott Hughes · 12 years ago
  75. 51aeff7 Fix 32-bit build. by Elliott Hughes · 12 years ago
  76. 14b66bf Merge "Fix malloc debugging for LP64." by Elliott Hughes · 12 years ago
  77. 65e1c48 Merge "Don't allow int<->pointer conversions." by Elliott Hughes · 12 years ago
  78. 7027841 Merge "Fix bionic's built-in stack trace dumping for LP64." by Elliott Hughes · 12 years ago
  79. 2ec400b Don't allow int<->pointer conversions. by Elliott Hughes · 12 years ago
  80. c7c5f85 Fix bionic's built-in stack trace dumping for LP64. by Elliott Hughes · 12 years ago
  81. ef0696d Fix malloc debugging for LP64. by Elliott Hughes · 12 years ago
  82. 458076c Merge "Fix the ALIGN and ALIGNBYTES macros for LP64." by Elliott Hughes · 12 years ago
  83. 78df45e Fix the ALIGN and ALIGNBYTES macros for LP64. by Elliott Hughes · 12 years ago
  84. 5cf1f22 Merge "pthread_exit should call __NR_exit with status 0." by Elliott Hughes · 12 years ago
  85. 242b2e0 Merge "Use /system/lib64 and /vendor/lib64 for 64-bit libraries." by Elliott Hughes · 12 years ago
  86. c4c6e19 pthread_exit should call __NR_exit with status 0. by Elliott Hughes · 12 years ago
  87. 011bc0b Use /system/lib64 and /vendor/lib64 for 64-bit libraries. by Elliott Hughes · 12 years ago
  88. 5852209 Merge "Make logging fall back to /dev/stderr if we're on the host." by Elliott Hughes · 12 years ago
  89. 0f395b7 Make logging fall back to /dev/stderr if we're on the host. by Elliott Hughes · 12 years ago
  90. 9c71092 Merge "Use linker64 for the 64-bit linker." by Elliott Hughes · 12 years ago
  91. d7398f1 Use linker64 for the 64-bit linker. by Elliott Hughes · 12 years ago
  92. 3df50f5 Merge "Use C99 structure initializer designator style." by Elliott Hughes · 12 years ago
  93. afac15d Use C99 structure initializer designator style. by Elliott Hughes · 12 years ago
  94. 26933f4 Merge "x86_64 linker." by Elliott Hughes · 12 years ago
  95. c00f2cb x86_64 linker. by Elliott Hughes · 12 years ago
  96. 5d06718 Merge "Refactor the syscall generation script." by Elliott Hughes · 12 years ago
  97. 0c1379e Merge "Fix Clang warning since KernelArgumentBlock is actually a class." by Elliott Hughes · 12 years ago
  98. 99f0e1a Fix Clang warning since KernelArgumentBlock is actually a class. by Stephen Hines · 12 years ago
  99. 0437f3f Refactor the syscall generation script. by Elliott Hughes · 12 years ago
  100. d2b6b5f Merge "Add an optional alias list to SYSCALLS.TXT" by Elliott Hughes · 12 years ago