1. 62ffe14 Add all implicitly loaded symbols from libgcc.a into libgcc_compat.c. by Ben Cheng · 12 years ago
  2. 513f83b Merge "bionic: rename aarch64 target to arm64" by Colin Cross · 12 years ago
  3. 69d242d Merge "Re-export libgcc's __aeabi_uidivmod and __popcount_tab" by Ben Cheng · 12 years ago
  4. f38fb19 Re-export libgcc's __aeabi_uidivmod and __popcount_tab by Bernhard Rosenkränzer · 12 years ago
  5. d1973ca bionic: rename aarch64 target to arm64 by Colin Cross · 12 years ago
  6. 5b4884f Merge "Add "__noreturn" to assert and assert2" by Elliott Hughes · 12 years ago
  7. 323d4b6 Add "__noreturn" to assert and assert2 by Vadim Markovtsev · 12 years ago
  8. 1215942 Merge "Fix libdl build warnings, turn on -Werror." by Elliott Hughes · 12 years ago
  9. c8d4126 Merge "Move _thread_created_hook to where it belongs." by Elliott Hughes · 12 years ago
  10. 7ac9751 Fix libdl build warnings, turn on -Werror. by Elliott Hughes · 12 years ago
  11. af8aebe Move _thread_created_hook to where it belongs. by Elliott Hughes · 12 years ago
  12. d971f72 Merge "Make it possible for code to query the dynamic linker's default search path." by Elliott Hughes · 12 years ago
  13. b5e2110 Merge "AArch64: Use LDXR/STXR instead of LDAXR/STLXR for bionic_atomic_cmpxchg()" by Elliott Hughes · 12 years ago
  14. a4aafd1 Make it possible for code to query the dynamic linker's default search path. by Elliott Hughes · 12 years ago
  15. ebc1c76 Merge "Add -Bsymbolic to the ld flags when linking the dynamic linker." by Elliott Hughes · 12 years ago
  16. 7ff07ad Add -Bsymbolic to the ld flags when linking the dynamic linker. by Elliott Hughes · 12 years ago
  17. ae18974 Merge "Add some more headers." by Elliott Hughes · 12 years ago
  18. c835c35 Add some more headers. by Elliott Hughes · 12 years ago
  19. f784f03 Merge "Add extra libc stubs for mntent related functions." by JP Abgrall · 12 years ago
  20. 4e9cb03 Add extra libc stubs for mntent related functions. by JP Abgrall · 12 years ago
  21. 33c3e8d Merge "Add NT_PRSTATUS to <elf.h>." by Elliott Hughes · 12 years ago
  22. 1272dbd Add NT_PRSTATUS to <elf.h>. by Elliott Hughes · 12 years ago
  23. 8e6bf35 Merge "Add <sgidefs.h>." by Elliott Hughes · 12 years ago
  24. d29c75f Merge "Fix x86 user_regs_struct." by Elliott Hughes · 12 years ago
  25. f8b2b3c Fix x86 user_regs_struct. by Elliott Hughes · 12 years ago
  26. 1c2cf23 Add <sgidefs.h>. by Elliott Hughes · 12 years ago
  27. 6114ffb Merge "Add the glibc-compatible d_fileno." by Elliott Hughes · 12 years ago
  28. a8a3178 Add the glibc-compatible d_fileno. by Elliott Hughes · 12 years ago
  29. c65cbf9 Merge "Fix <sys/resource.h>." by Elliott Hughes · 12 years ago
  30. 0f461e3 Fix <sys/resource.h>. by Elliott Hughes · 12 years ago
  31. 8276d28 Merge "Our dirent is a dirent64." by Elliott Hughes · 12 years ago
  32. 66f473e Merge "Add <sys/reg.h>." by Elliott Hughes · 12 years ago
  33. 38f0ef3 Our dirent is a dirent64. by Elliott Hughes · 12 years ago
  34. 5b17e4d Add <sys/reg.h>. by Elliott Hughes · 12 years ago
  35. 8a6eec3 Merge "Fix x86_64 register names in <sys/user.h>." by Elliott Hughes · 12 years ago
  36. 5d5cc22 Merge "We shouldn't have a <sys/dirent.h> that's a subset of <dirent.h>." by Elliott Hughes · 12 years ago
  37. eddc8ec Fix x86_64 register names in <sys/user.h>. by Elliott Hughes · 12 years ago
  38. 155b076 We shouldn't have a <sys/dirent.h> that's a subset of <dirent.h>. by Elliott Hughes · 12 years ago
  39. 4c8caf0 Merge "<sched.h> should offer both __sched_priority and sched_priority." by Elliott Hughes · 12 years ago
  40. 4faf76c Merge "<fcntl.h> should get you the POSIX_FADV_* constants." by Elliott Hughes · 12 years ago
  41. bc4e135 Merge "Add SWAP_FLAG_* constants to <sys/swap.h>." by Elliott Hughes · 12 years ago
  42. 65c6f30 Add SWAP_FLAG_* constants to <sys/swap.h>. by Elliott Hughes · 12 years ago
  43. 1c1b835 Merge "Define fsid_t as well as __fsid_t." by Elliott Hughes · 12 years ago
  44. bbb34f9 <sched.h> should offer both __sched_priority and sched_priority. by Elliott Hughes · 12 years ago
  45. 01e505a <fcntl.h> should get you the POSIX_FADV_* constants. by Elliott Hughes · 12 years ago
  46. abfc88f Define fsid_t as well as __fsid_t. by Elliott Hughes · 12 years ago
  47. 27a4bb3 Merge "Regenerate the NOTICE files." by Elliott Hughes · 12 years ago
  48. 54a7494 Regenerate the NOTICE files. by Elliott Hughes · 12 years ago
  49. 10cd709 Merge "Add cfi directives to x86 syscalls." by Christopher Ferris · 12 years ago
  50. e4bc756 Add cfi directives to x86 syscalls. by Christopher Ferris · 12 years ago
  51. 5f1322c Merge "Pass a valid stack pointer to __bionic_clone in pthread.__bionic_clone" by Elliott Hughes · 12 years ago
  52. b235f8c Merge "Fix dev_t (for LP64)." by Elliott Hughes · 12 years ago
  53. 8c8852f Merge "Add TCPOPT_* constants." by Elliott Hughes · 12 years ago
  54. dd00364 Pass a valid stack pointer to __bionic_clone in pthread.__bionic_clone by Chris Dearman · 12 years ago
  55. 338e610 Add TCPOPT_* constants. by Elliott Hughes · 12 years ago
  56. 894f8cb Fix dev_t (for LP64). by Elliott Hughes · 12 years ago
  57. c1c3f7d Merge "Remove as many hard-coded constants from the MIPS vfork.S as possible." by Elliott Hughes · 12 years ago
  58. c5bf703 Remove as many hard-coded constants from the MIPS vfork.S as possible. by Elliott Hughes · 12 years ago
  59. 3b36564 Merge "Use the MAX_ERRNO constant." by Elliott Hughes · 12 years ago
  60. a85aaf1 Use the MAX_ERRNO constant. by Elliott Hughes · 12 years ago
  61. 66d1661 Merge "Remove a hardcoded constant from aarch64's vfork." by Elliott Hughes · 12 years ago
  62. b0a2efc Remove a hardcoded constant from aarch64's vfork. by Elliott Hughes · 12 years ago
  63. 7b0c23f Merge "Clean up <sched.h>." by Elliott Hughes · 12 years ago
  64. 887e114 Clean up <sched.h>. by Elliott Hughes · 12 years ago
  65. 17c9fe7 Merge "Fix MIPS build." by Elliott Hughes · 12 years ago
  66. 5063791 Fix MIPS build. by Elliott Hughes · 12 years ago
  67. 3b2f414 Merge "Improve dynamic linker diagnostics for internal errors." by Elliott Hughes · 12 years ago
  68. b93702a Improve dynamic linker diagnostics for internal errors. by Elliott Hughes · 12 years ago
  69. 4703343 Merge "Remove the bogus exit status from _exit_with_stack_teardown." by Elliott Hughes · 12 years ago
  70. 2aace21 Remove the bogus exit status from _exit_with_stack_teardown. by Elliott Hughes · 12 years ago
  71. 6d92906 Merge "Fix MIPS build." by Elliott Hughes · 12 years ago
  72. 5b395ce Fix MIPS build. by Elliott Hughes · 12 years ago
  73. 3fdb735 Merge "Avoid sign extension in 32-bit mmap." by Elliott Hughes · 12 years ago
  74. 434f97f Merge "Remove some old kernel header cruft not needed with uapi." by Elliott Hughes · 12 years ago
  75. 9986890 Avoid sign extension in 32-bit mmap. by Elliott Hughes · 12 years ago
  76. 68d89c7 Remove some old kernel header cruft not needed with uapi. by Elliott Hughes · 12 years ago
  77. 22323f9 Merge "Fix aarch64 futex assembly routines." by Elliott Hughes · 12 years ago
  78. 5eccb96 Fix aarch64 futex assembly routines. by Elliott Hughes · 12 years ago
  79. 026b6ab Merge "Allocate additional space on stack for indirect syscall" by Elliott Hughes · 12 years ago
  80. 766c7ef Allocate additional space on stack for indirect syscall by Chris Dearman · 12 years ago
  81. 5e26221 Merge "Fix backwards compatible system property structure" by Greg Hackmann · 12 years ago
  82. 21955e5 Merge "Upgrade to tzdata2013i." by Elliott Hughes · 12 years ago
  83. 498295c Upgrade to tzdata2013i. by Elliott Hughes · 12 years ago
  84. aa26768 Merge "Allow GCC-built fortified code to run on a clang-built bionic." by Elliott Hughes · 12 years ago
  85. ea23753 Merge "Fix __isnanl on aarch64." by Elliott Hughes · 12 years ago
  86. a19a41b Merge "Fix struct stat for aarch64." by Elliott Hughes · 12 years ago
  87. f85b9ac Merge "Don't force O_LARGEFILE on LP64." by Elliott Hughes · 12 years ago
  88. 28ddd91 Fix __isnanl on aarch64. by Elliott Hughes · 12 years ago
  89. b8fa5b1 Fix struct stat for aarch64. by Elliott Hughes · 12 years ago
  90. 17cabe1 Don't force O_LARGEFILE on LP64. by Elliott Hughes · 12 years ago
  91. f576472 Merge "Add __popcountsi2 to the function compat list." by Ben Cheng · 12 years ago
  92. e3fb66d Add __popcountsi2 to the function compat list. by Ben Cheng · 12 years ago
  93. ed96db2 Merge "Don't abort in stdio.getdelim_invalid and stdio.getline_invalid." by Elliott Hughes · 12 years ago
  94. 6ad8f76 Don't abort in stdio.getdelim_invalid and stdio.getline_invalid. by Elliott Hughes · 12 years ago
  95. cd0609f Allow GCC-built fortified code to run on a clang-built bionic. by Elliott Hughes · 12 years ago
  96. cf7a4a4 Merge "Revert "Add C linkage for __open_2 and __openat_2."" by Elliott Hughes · 12 years ago
  97. 9a42eef Revert "Add C linkage for __open_2 and __openat_2." by Elliott Hughes · 12 years ago
  98. bb4f6dc Merge "ARM: Change dmb domain for bionic_atomic_barrier()" by Elliott Hughes · 12 years ago
  99. 845c778 ARM: Change dmb domain for bionic_atomic_barrier() by Serban Constantinescu · 12 years ago
  100. 1afb375 Merge "Fix aarch64 custom assembler now non-uapi is gone." by Elliott Hughes · 12 years ago