1. 2aace21 Remove the bogus exit status from _exit_with_stack_teardown. by Elliott Hughes · 12 years ago
  2. 6d92906 Merge "Fix MIPS build." by Elliott Hughes · 12 years ago
  3. 5b395ce Fix MIPS build. by Elliott Hughes · 12 years ago
  4. 3fdb735 Merge "Avoid sign extension in 32-bit mmap." by Elliott Hughes · 12 years ago
  5. 9986890 Avoid sign extension in 32-bit mmap. by Elliott Hughes · 12 years ago
  6. 68d89c7 Remove some old kernel header cruft not needed with uapi. by Elliott Hughes · 12 years ago
  7. 5eccb96 Fix aarch64 futex assembly routines. by Elliott Hughes · 12 years ago
  8. 766c7ef Allocate additional space on stack for indirect syscall by Chris Dearman · 12 years ago
  9. 5e26221 Merge "Fix backwards compatible system property structure" by Greg Hackmann · 12 years ago
  10. 498295c Upgrade to tzdata2013i. by Elliott Hughes · 12 years ago
  11. aa26768 Merge "Allow GCC-built fortified code to run on a clang-built bionic." by Elliott Hughes · 12 years ago
  12. a19a41b Merge "Fix struct stat for aarch64." by Elliott Hughes · 12 years ago
  13. f85b9ac Merge "Don't force O_LARGEFILE on LP64." by Elliott Hughes · 12 years ago
  14. b8fa5b1 Fix struct stat for aarch64. by Elliott Hughes · 12 years ago
  15. 17cabe1 Don't force O_LARGEFILE on LP64. by Elliott Hughes · 12 years ago
  16. e3fb66d Add __popcountsi2 to the function compat list. by Ben Cheng · 12 years ago
  17. cd0609f Allow GCC-built fortified code to run on a clang-built bionic. by Elliott Hughes · 12 years ago
  18. cf7a4a4 Merge "Revert "Add C linkage for __open_2 and __openat_2."" by Elliott Hughes · 12 years ago
  19. 9a42eef Revert "Add C linkage for __open_2 and __openat_2." by Elliott Hughes · 12 years ago
  20. 845c778 ARM: Change dmb domain for bionic_atomic_barrier() by Serban Constantinescu · 12 years ago
  21. da97755 Fix aarch64 custom assembler now non-uapi is gone. by Elliott Hughes · 12 years ago
  22. c13d89b Add C linkage for __open_2 and __openat_2. by Ben Cheng · 12 years ago
  23. 81ddd14 Merge "Remove the non-uapi kernel headers." by Christopher Ferris · 12 years ago
  24. e4c6b08 Clean up more recursive FORTIFY_SOURCE calls by Nick Kralevich · 12 years ago
  25. ddea383 __strnlen_chk: avoid recursive strlen calls by Nick Kralevich · 12 years ago
  26. 28d4b9b Fix linking of aarch64 static binaries. by Elliott Hughes · 12 years ago
  27. ba9fee9 Fix the x86-64 int64_t/uint64_t. by Elliott Hughes · 12 years ago
  28. ad8842f Don't use __kernel_ulong_t. by Elliott Hughes · 12 years ago
  29. 2b333ea Remove <machine/kernel.h>. by Elliott Hughes · 12 years ago
  30. be52314 Remove the non-uapi kernel headers. by Christopher Ferris · 12 years ago
  31. 9e79af3 Small style cleanup. by Elliott Hughes · 12 years ago
  32. 611b903 Merge "Properly detect timeout in pthread_mutex_lock_timeout_np_impl" by Elliott Hughes · 12 years ago
  33. e00f489 Merge "Move bionic over to GCC's 'warning' attribute." by Elliott Hughes · 12 years ago
  34. e7c59f9 Fix compilation of crtbegin.c and pthread_debug.cpp. by Elliott Hughes · 12 years ago
  35. c13fb75 Move bionic over to GCC's 'warning' attribute. by Elliott Hughes · 12 years ago
  36. e365f9d AArch64: Linker64 support for AArch64 by Marcus Oakland · 12 years ago
  37. 4fae14f Properly detect timeout in pthread_mutex_lock_timeout_np_impl by Ken Mixter · 12 years ago
  38. e210488 AArch64: Add initial support for AArch64 by Serban Constantinescu · 12 years ago
  39. 1924a5c AArch64: Add support for AArch64 atomic operations by Serban Constantinescu · 12 years ago
  40. 4c186ff Fix typo. by Elliott Hughes · 12 years ago
  41. 2b333b9 Clean up the pthread-only atomic stuff a little. by Elliott Hughes · 12 years ago
  42. c54ca40 Clean up some ARMv4/ARMv5 cruft. by Elliott Hughes · 12 years ago
  43. 063a572 Fix backwards compatible system property structure by Joshua J. Drake · 12 years ago
  44. 8623bf7 Merge "Make <sys/param.h> more glibc-like." by Elliott Hughes · 12 years ago
  45. c2f082f Make <sys/param.h> more glibc-like. by Elliott Hughes · 12 years ago
  46. 802a0a7 Add ioprio.h. by Christopher Ferris · 12 years ago
  47. 1887621 PTHREAD_KEYS_MAX cleanup. by Elliott Hughes · 12 years ago
  48. ed76a93 AArch64: Fix mmap64() definition for AArch64, X86_64 by Serban Constantinescu · 12 years ago
  49. dff7203 Remove harmful attempts to be helpful in pthread_mutex functions. by Elliott Hughes · 12 years ago
  50. 960ee37 Clarify a comment. by Elliott Hughes · 12 years ago
  51. 2e35915 Merge "Fix dns search domain use in gethostbyname." by Robert Greenwalt · 12 years ago
  52. c11f6f0 Fix dns search domain use in gethostbyname. by Robert Greenwalt · 12 years ago
  53. 101fb7d Do not clear tids on detached threads. by Christopher Ferris · 12 years ago
  54. ed45970 Add cfi directives to all arm assembly. by Christopher Ferris · 12 years ago
  55. ab797cb Finish <sys/user.h>. by Elliott Hughes · 12 years ago
  56. 99c393d Fix the order of arguments to sys_clone for x86. by Elliott Hughes · 12 years ago
  57. 8090614 Work around CLONE_SETTLS being weird on x86. by Elliott Hughes · 12 years ago
  58. 9dec707 Fix _exit_with_stack_teardown for x86. by Elliott Hughes · 12 years ago
  59. e96d4bf Make <sys/timerfd.h> standalone. by Elliott Hughes · 12 years ago
  60. c43d16a Regenerate the bionic kernel headers to match external/kernel-headers. by Elliott Hughes · 12 years ago
  61. cda0c61 am 14d6be45: Merge "Delete non-uapi headers." by Christopher Ferris · 12 years ago
  62. dd1d4f1 am 985c3fbb: Merge "Move arm user.h definitions to sys/user.h." by Christopher Ferris · 12 years ago
  63. e5a9200 Delete non-uapi headers. by Christopher Ferris · 12 years ago
  64. 985c3fb Merge "Move arm user.h definitions to sys/user.h." by Christopher Ferris · 12 years ago
  65. 363390e Move arm user.h definitions to sys/user.h. by Christopher Ferris · 12 years ago
  66. 038919d am 507f95e2: Merge "Update script to copy in extra generated files." by Christopher Ferris · 12 years ago
  67. b4091e6 Update script to copy in extra generated files. by Christopher Ferris · 12 years ago
  68. f00c938 Merge commit '811b0cdb2d6e4a697dbc63a678712759dd0db242' into HEAD by The Android Open Source Project · 12 years ago
  69. 26f0e54 Merge "Script to grab uapi headers from android kernel." by Christopher Ferris · 12 years ago
  70. e994d41 Script to grab uapi headers from android kernel. by Christopher Ferris · 12 years ago
  71. 8cb52b0 Regenerate uapi header files. by Elliott Hughes · 12 years ago
  72. 880d0e6 Merge "Remove hidden __reboot from header" by Elliott Hughes · 12 years ago
  73. 811cba0 Remove hidden __reboot from header by Pavel Chupin · 12 years ago
  74. 1198fd3 Add support for the ternary operator to the header scrubber. by Elliott Hughes · 12 years ago
  75. d4143c8 Merge "Fix useconds_t for LP64." by Elliott Hughes · 12 years ago
  76. 15a6494 Merge "Remove obsolete kernel/arch-mips headers." by Elliott Hughes · 12 years ago
  77. b135f6e Merge "Remove the unused arch-x86 and arch-x86-64 kernel headers." by Elliott Hughes · 12 years ago
  78. 9c67d43 Fix useconds_t for LP64. by Elliott Hughes · 12 years ago
  79. b867fd6 Remove obsolete kernel/arch-mips headers. by Elliott Hughes · 12 years ago
  80. ab61eb3 Switch to upstream sleep(3) and usleep(3). by Elliott Hughes · 12 years ago
  81. d8482b6 Fix <signal.h> for mips uapi. by Elliott Hughes · 12 years ago
  82. db1dec1 Merge "Clean up pthread_internal_t." by Elliott Hughes · 12 years ago
  83. cef3fae Clean up pthread_internal_t. by Elliott Hughes · 12 years ago
  84. 5cb66cf Remove the unused arch-x86 and arch-x86-64 kernel headers. by Elliott Hughes · 12 years ago
  85. 507cfe2 Add .cfi_startproc/.cfi_endproc to ENTRY/END. by Christopher Ferris · 12 years ago
  86. e888de8 Provide <sys/user.h>. by Elliott Hughes · 12 years ago
  87. 36d6188 Clean up forking and cloning. by Elliott Hughes · 12 years ago
  88. 318e86e Merge "bionic: call stdio cleanup on exit" by Elliott Hughes · 12 years ago
  89. 303fe0c Merge "Fix pthread_join." by Elliott Hughes · 12 years ago
  90. 877ec6d Fix pthread_join. by Elliott Hughes · 12 years ago
  91. 6522899 bionic: call stdio cleanup on exit by Pawit Pornkitprasan · 12 years ago
  92. e372ec8 Pull in cleaned version.h header. by Christopher Ferris · 12 years ago
  93. e48b685 Clean up the pthread_create trampoline. by Elliott Hughes · 12 years ago
  94. 70b24b1 Switch pthread_create over to __bionic_clone. by Elliott Hughes · 12 years ago
  95. effaa78 [MIPS] Reimplement syscall to invoke the system call directly by Chris Dearman · 12 years ago
  96. 007eced Remove the mips regdef.h and fpregdef.h old kernel headers. by Elliott Hughes · 12 years ago
  97. 7405313 Add a temporary uapi/linux/compiler.h until upstream has one. by Elliott Hughes · 12 years ago
  98. 2ecc164 Remove the dependency on the non-uapi __kernel_nlink_t. by Elliott Hughes · 12 years ago
  99. abd6261 Generate the uapi headers for mips and x86/x86_64. by Elliott Hughes · 12 years ago
  100. 61fb3fc Prepare to switch to the uapi <linux/signal.h>. by Elliott Hughes · 12 years ago