1. 103ccde Sort the syscalls.mk files, give all generated files the same header. by Elliott Hughes · 12 years ago
  2. 1f29c2f Merge "Switch sigpending over to rt_sigpending." by Elliott Hughes · 12 years ago
  3. 40d105c Switch sigpending over to rt_sigpending. by Elliott Hughes · 12 years ago
  4. 26242bf Merge "Remove support for the useless 'custom' option in SYSCALLS.TXT." by Elliott Hughes · 12 years ago
  5. c9da332 Remove support for the useless 'custom' option in SYSCALLS.TXT. by Elliott Hughes · 12 years ago
  6. 608c65f Merge "Fix sigsuspend to use rt_sigsuspend on all platforms." by Elliott Hughes · 12 years ago
  7. 1f5af92 Fix sigsuspend to use rt_sigsuspend on all platforms. by Elliott Hughes · 12 years ago
  8. c100a10 Merge "'Avoid confusing "read prevented write" log messages' 2." by Elliott Hughes · 12 years ago
  9. 68b6711 'Avoid confusing "read prevented write" log messages' 2. by Elliott Hughes · 12 years ago
  10. d9913b0 Merge "Make pthread_create report sched_setscheduler failures on LP64." by Elliott Hughes · 12 years ago
  11. 7672521 Merge "Avoid confusing "read prevented write" log messages." by Elliott Hughes · 12 years ago
  12. d16391b Merge "Fix indentation in sched_getaffinity." by Elliott Hughes · 12 years ago
  13. 98624c3 Make pthread_create report sched_setscheduler failures on LP64. by Elliott Hughes · 12 years ago
  14. 0cfc95e Fix indentation in sched_getaffinity. by Elliott Hughes · 12 years ago
  15. d1eda33 Avoid confusing "read prevented write" log messages. by Elliott Hughes · 12 years ago
  16. dc9d8d0 Merge "Modify prefetch for krait memcpy." by Christopher Ferris · 12 years ago
  17. 22b83da Merge "Clean up the sigprocmask/pthread_sigmask implementation." by Elliott Hughes · 12 years ago
  18. c3c58fb Modify prefetch for krait memcpy. by Christopher Ferris · 12 years ago
  19. 19e6232 Clean up the sigprocmask/pthread_sigmask implementation. by Elliott Hughes · 12 years ago
  20. abeafbd Merge "Wrap sprintf()/snprintf() macros to prevent expansion errors." by Stephen Hines · 12 years ago
  21. 8704ada Merge "Fix clang warnings in bionic." by Stephen Hines · 12 years ago
  22. 6c7b3cb Fix clang warnings in bionic. by Stephen Hines · 12 years ago
  23. 6e38072 Wrap sprintf()/snprintf() macros to prevent expansion errors. by Stephen Hines · 12 years ago
  24. eda2679 Merge "FORTIFY_SOURCE: fortify read()" by Nick Kralevich · 12 years ago
  25. 39385aa Merge "Clean up the cpuacct cruft." by Elliott Hughes · 12 years ago
  26. b036b5c FORTIFY_SOURCE: fortify read() by Nick Kralevich · 12 years ago
  27. 232163c Clean up the cpuacct cruft. by Elliott Hughes · 12 years ago
  28. 92f3cc5 Merge "x86_64: Rename 64-bit linker to linker64" by Elliott Hughes · 12 years ago
  29. 1a57f9f x86_64: Rename 64-bit linker to linker64 by Pavel Chupin · 13 years ago
  30. 848efa9 Merge "Revert "FORTIFY_SOURCE: fortify read()"" by Nick Kralevich · 12 years ago
  31. 8d25327 Revert "FORTIFY_SOURCE: fortify read()" by Nick Kralevich · 12 years ago
  32. 777ebe8 Merge "Fix MIPS build." by Elliott Hughes · 12 years ago
  33. 14b467e Fix MIPS build. by Elliott Hughes · 12 years ago
  34. 37953ee Merge "Fix build." by Elliott Hughes · 12 years ago
  35. fb3f956 Fix build. by Elliott Hughes · 12 years ago
  36. bc545e8 Merge "Fix x86_64 build, clean up intermediate libraries." by Elliott Hughes · 12 years ago
  37. c147478 Merge "FORTIFY_SOURCE: fortify read()" by Nick Kralevich · 12 years ago
  38. eb847bc Fix x86_64 build, clean up intermediate libraries. by Elliott Hughes · 12 years ago
  39. 0c17099 Merge "Fix __errno for LP64 and clean up __get_tls." by Elliott Hughes · 12 years ago
  40. 65c99de FORTIFY_SOURCE: fortify read() by Nick Kralevich · 12 years ago
  41. 2a0b873 Fix __errno for LP64 and clean up __get_tls. by Elliott Hughes · 12 years ago
  42. 777a4ee Merge "Fix 32-bit build." by Elliott Hughes · 12 years ago
  43. 51aeff7 Fix 32-bit build. by Elliott Hughes · 12 years ago
  44. 14b66bf Merge "Fix malloc debugging for LP64." by Elliott Hughes · 12 years ago
  45. 65e1c48 Merge "Don't allow int<->pointer conversions." by Elliott Hughes · 12 years ago
  46. 7027841 Merge "Fix bionic's built-in stack trace dumping for LP64." by Elliott Hughes · 12 years ago
  47. 2ec400b Don't allow int<->pointer conversions. by Elliott Hughes · 12 years ago
  48. c7c5f85 Fix bionic's built-in stack trace dumping for LP64. by Elliott Hughes · 12 years ago
  49. ef0696d Fix malloc debugging for LP64. by Elliott Hughes · 12 years ago
  50. 458076c Merge "Fix the ALIGN and ALIGNBYTES macros for LP64." by Elliott Hughes · 12 years ago
  51. 78df45e Fix the ALIGN and ALIGNBYTES macros for LP64. by Elliott Hughes · 12 years ago
  52. 5cf1f22 Merge "pthread_exit should call __NR_exit with status 0." by Elliott Hughes · 12 years ago
  53. 242b2e0 Merge "Use /system/lib64 and /vendor/lib64 for 64-bit libraries." by Elliott Hughes · 12 years ago
  54. c4c6e19 pthread_exit should call __NR_exit with status 0. by Elliott Hughes · 12 years ago
  55. 011bc0b Use /system/lib64 and /vendor/lib64 for 64-bit libraries. by Elliott Hughes · 12 years ago
  56. 5852209 Merge "Make logging fall back to /dev/stderr if we're on the host." by Elliott Hughes · 12 years ago
  57. 0f395b7 Make logging fall back to /dev/stderr if we're on the host. by Elliott Hughes · 12 years ago
  58. 9c71092 Merge "Use linker64 for the 64-bit linker." by Elliott Hughes · 12 years ago
  59. d7398f1 Use linker64 for the 64-bit linker. by Elliott Hughes · 12 years ago
  60. 3df50f5 Merge "Use C99 structure initializer designator style." by Elliott Hughes · 12 years ago
  61. afac15d Use C99 structure initializer designator style. by Elliott Hughes · 12 years ago
  62. 26933f4 Merge "x86_64 linker." by Elliott Hughes · 12 years ago
  63. c00f2cb x86_64 linker. by Elliott Hughes · 12 years ago
  64. 5d06718 Merge "Refactor the syscall generation script." by Elliott Hughes · 12 years ago
  65. 0c1379e Merge "Fix Clang warning since KernelArgumentBlock is actually a class." by Elliott Hughes · 12 years ago
  66. 99f0e1a Fix Clang warning since KernelArgumentBlock is actually a class. by Stephen Hines · 12 years ago
  67. 0437f3f Refactor the syscall generation script. by Elliott Hughes · 12 years ago
  68. d2b6b5f Merge "Add an optional alias list to SYSCALLS.TXT" by Elliott Hughes · 12 years ago
  69. 5d40527 Merge "libc: fix __cxa_atexit implicit declaration" by Elliott Hughes · 12 years ago
  70. 589eaa4 libc: fix __cxa_atexit implicit declaration by synergydev · 12 years ago
  71. 04cdfa6 Merge "Clean up the x86 and x86_64 _exit_with_stack_teardown implementations." by Elliott Hughes · 12 years ago
  72. 6fe4e87 Add an optional alias list to SYSCALLS.TXT by H.J. Lu · 12 years ago
  73. d262e17 Merge "Don't define the meaningless SOFTFLOAT for x86." by Elliott Hughes · 12 years ago
  74. a97cc5b Clean up the x86 and x86_64 _exit_with_stack_teardown implementations. by Elliott Hughes · 12 years ago
  75. ee489f6 Don't define the meaningless SOFTFLOAT for x86. by Elliott Hughes · 12 years ago
  76. a6e9ae8 Merge "Fix MIPS build." by Elliott Hughes · 12 years ago
  77. 21e7164 Fix MIPS build. by Elliott Hughes · 12 years ago
  78. 4e965d9 Merge "libc: Remove deprecated register" by Elliott Hughes · 12 years ago
  79. fcfb682 Merge "Upgrade to tzdata2013g." by Elliott Hughes · 12 years ago
  80. baa5874 libc: Remove deprecated register by synergydev · 12 years ago
  81. 40f0721 Upgrade to tzdata2013g. by Elliott Hughes · 12 years ago
  82. 5677742 Merge "Add arch-x86_64/include/machine." by Elliott Hughes · 12 years ago
  83. 7264516 Add arch-x86_64/include/machine. by Elliott Hughes · 12 years ago
  84. 8fb977b Merge "Add arch-x86_64/bionic." by Elliott Hughes · 12 years ago
  85. 4906e56 Add arch-x86_64/bionic. by Elliott Hughes · 12 years ago
  86. c417d0a Merge "Make error messages even better!" by Nick Kralevich · 12 years ago
  87. 6861c6f Make error messages even better! by Nick Kralevich · 12 years ago
  88. 7021e43 Merge "x86_64: Remove lseek64 for x86_64 for a while" by Elliott Hughes · 12 years ago
  89. 9373bbb x86_64: Remove lseek64 for x86_64 for a while by Pavel Chupin · 12 years ago
  90. 57d9ceb Merge "Remove useless x86 fallbacks." by Elliott Hughes · 12 years ago
  91. a81fd29 Merge "Fixed ASM_ALIGN macro" by Elliott Hughes · 12 years ago
  92. bf45231 Merge "FORTIFY_SOURCE: emphasize prevention in error messages." by Nick Kralevich · 12 years ago
  93. e261729 FORTIFY_SOURCE: emphasize prevention in error messages. by Nick Kralevich · 12 years ago
  94. 719269d Fixed ASM_ALIGN macro by Pavel Chupin · 12 years ago
  95. 7e841ed Remove useless x86 fallbacks. by Elliott Hughes · 12 years ago
  96. 41ba05e Merge "x86_64: Fix get_tls and statvfs" by Elliott Hughes · 12 years ago
  97. 1e52a54 x86_64: Fix get_tls and statvfs by Pavel Chupin · 12 years ago
  98. 1410293 Merge "Move common arch-* code to arch-common directory" by Elliott Hughes · 12 years ago
  99. e8dc673 Merge "Don't export unnecessary symbol." by Nick Kralevich · 12 years ago
  100. 2ff3c74 Merge "Check memory size on FD_* functions" by Nick Kralevich · 12 years ago