1. 6ff0c75 Add recvmmsg and sendmmsg syscalls. by Guillaume Ranquet · 11 years ago
  2. 53e4329 More OpenBSD cleanup (primarily string). by Elliott Hughes · 11 years ago
  3. b8dc9bb Stop asking GCC to cause trouble. by Elliott Hughes · 11 years ago
  4. 851e68a Unify our assembler macros. by Elliott Hughes · 11 years ago
  5. 09289d9 Remove useless _C_LABEL from our assembler source. by Elliott Hughes · 11 years ago
  6. bfa2b6f Merge "Stop advertising an arm32-specific hack like it's a build system feature." by Elliott Hughes · 11 years ago
  7. 6e39ba7 Stop advertising an arm32-specific hack like it's a build system feature. by Elliott Hughes · 11 years ago
  8. adab51a Added script generating additions to libgcc_compat.c from linker errors by Dmitriy Ivanov · 11 years ago
  9. 986f906 Fix build by avoiding the _C_LABEL macro. by Elliott Hughes · 11 years ago
  10. db1ea34 Implement some of the missing LFS64 support. by Elliott Hughes · 12 years ago
  11. f25d677 Reconfig libc's Android.mk to build for multilib by Ying Wang · 12 years ago
  12. b3a23bd Build syscall stubs in their own library. by Elliott Hughes · 11 years ago
  13. 0266ae5 Switch <elf.h> over to linux uapi under the covers. by Elliott Hughes · 11 years ago
  14. 9afe288 Kill <machine/_types.h>. by Elliott Hughes · 12 years ago
  15. f64b8ea Add fallocate/fallocate64/posix_fallocate/posix_fallocate64. by Elliott Hughes · 12 years ago
  16. 62ffe14 Add all implicitly loaded symbols from libgcc.a into libgcc_compat.c. by Ben Cheng · 12 years ago
  17. f38fb19 Re-export libgcc's __aeabi_uidivmod and __popcount_tab by Bernhard Rosenkränzer · 12 years ago
  18. 0f461e3 Fix <sys/resource.h>. by Elliott Hughes · 12 years ago
  19. 54a7494 Regenerate the NOTICE files. by Elliott Hughes · 12 years ago
  20. 887e114 Clean up <sched.h>. by Elliott Hughes · 12 years ago
  21. 2aace21 Remove the bogus exit status from _exit_with_stack_teardown. by Elliott Hughes · 12 years ago
  22. 5eccb96 Fix aarch64 futex assembly routines. by Elliott Hughes · 12 years ago
  23. e3fb66d Add __popcountsi2 to the function compat list. by Ben Cheng · 12 years ago
  24. 2b333ea Remove <machine/kernel.h>. by Elliott Hughes · 12 years ago
  25. c13fb75 Move bionic over to GCC's 'warning' attribute. by Elliott Hughes · 12 years ago
  26. c54ca40 Clean up some ARMv4/ARMv5 cruft. by Elliott Hughes · 12 years ago
  27. ed45970 Add cfi directives to all arm assembly. by Christopher Ferris · 12 years ago
  28. f00c938 Merge commit '811b0cdb2d6e4a697dbc63a678712759dd0db242' into HEAD by The Android Open Source Project · 12 years ago
  29. 507cfe2 Add .cfi_startproc/.cfi_endproc to ENTRY/END. by Christopher Ferris · 12 years ago
  30. 36d6188 Clean up forking and cloning. by Elliott Hughes · 12 years ago
  31. 877ec6d Fix pthread_join. by Elliott Hughes · 12 years ago
  32. 70b24b1 Switch pthread_create over to __bionic_clone. by Elliott Hughes · 12 years ago
  33. ed74484 Stop using the non-uapi <linux/err.h> header file. by Elliott Hughes · 12 years ago
  34. 0620925 Clean up the 32-bit kernel support, fix LP64 fcntl declaration. by Elliott Hughes · 12 years ago
  35. 6b53c23 Fix the exit syscall stub's name. by Elliott Hughes · 12 years ago
  36. bf42568 Let the compiler worry about implementing ffs(3). by Elliott Hughes · 12 years ago
  37. 1195207 Remove dependencies on obsolete __ARCH_WANT_SYSCALL_DEPRECATED system calls. by Elliott Hughes · 12 years ago
  38. cac7b9d Remove dependencies on obsolete __ARCH_WANT_SYSCALL_NO_FLAGS syscalls. by Elliott Hughes · 12 years ago
  39. f8fcfbc Move away from the __ARCH_WANT_SYSCALL_NO_AT system calls. by Elliott Hughes · 12 years ago
  40. 7f70c9b AArch64: Fix uses of stack size for 32/64bit libc builds by Serban Constantinescu · 12 years ago
  41. c7e9b23 Fix sigaction(3) for 64-bit. by Elliott Hughes · 12 years ago
  42. b2386fe am 4346bd9f: am bffe261a: Merge "Sort the syscalls.mk files, give all generated files the same header." by Elliott Hughes · 12 years ago
  43. 6b9321b am d6e117b6: am 1f29c2f5: Merge "Switch sigpending over to rt_sigpending." by Elliott Hughes · 12 years ago
  44. 103ccde Sort the syscalls.mk files, give all generated files the same header. by Elliott Hughes · 12 years ago
  45. 40d105c Switch sigpending over to rt_sigpending. by Elliott Hughes · 12 years ago
  46. afaebc3 am 87fc78de: am 608c65f6: Merge "Fix sigsuspend to use rt_sigsuspend on all platforms." by Elliott Hughes · 12 years ago
  47. 1f5af92 Fix sigsuspend to use rt_sigsuspend on all platforms. by Elliott Hughes · 12 years ago
  48. f2a760d am a85606e1: am c100a100: Merge "\'Avoid confusing "read prevented write" log messages\' 2." by Elliott Hughes · 12 years ago
  49. 68b6711 'Avoid confusing "read prevented write" log messages' 2. by Elliott Hughes · 12 years ago
  50. 289c460 am ac6bc319: Remove new aligned memcpy path for cortex-a15. by Christopher Ferris · 12 years ago
  51. ac6bc31 Remove new aligned memcpy path for cortex-a15. by Christopher Ferris · 12 years ago
  52. d77ff4f am 76d78dc0: am dc9d8d05: Merge "Modify prefetch for krait memcpy." by Christopher Ferris · 12 years ago
  53. 4681f82 am 5b3f1d8b: am 22b83da4: Merge "Clean up the sigprocmask/pthread_sigmask implementation." by Elliott Hughes · 12 years ago
  54. dc9d8d0 Merge "Modify prefetch for krait memcpy." by Christopher Ferris · 12 years ago
  55. c3c58fb Modify prefetch for krait memcpy. by Christopher Ferris · 12 years ago
  56. 19e6232 Clean up the sigprocmask/pthread_sigmask implementation. by Elliott Hughes · 12 years ago
  57. 2d38f0c am 21d70d5f: am 39385aa7: Merge "Clean up the cpuacct cruft." by Elliott Hughes · 12 years ago
  58. 232163c Clean up the cpuacct cruft. by Elliott Hughes · 12 years ago
  59. 1cdc9fe am 8826ba8a: am bc545e8a: Merge "Fix x86_64 build, clean up intermediate libraries." by Elliott Hughes · 12 years ago
  60. eb847bc Fix x86_64 build, clean up intermediate libraries. by Elliott Hughes · 12 years ago
  61. 42b618c am 58b8f225: am 5cf1f229: Merge "pthread_exit should call __NR_exit with status 0." by Elliott Hughes · 12 years ago
  62. c4c6e19 pthread_exit should call __NR_exit with status 0. by Elliott Hughes · 12 years ago
  63. 9258c7b am b7d77a9e: am 56777421: Merge "Add arch-x86_64/include/machine." by Elliott Hughes · 12 years ago
  64. 7264516 Add arch-x86_64/include/machine. by Elliott Hughes · 12 years ago
  65. 7909bd1 am 9da8b682: am c417d0a5: Merge "Make error messages even better!" by Nick Kralevich · 12 years ago
  66. 6861c6f Make error messages even better! by Nick Kralevich · 12 years ago
  67. be7b640 am 6d923d49: am 14102932: Merge "Move common arch-* code to arch-common directory" by Elliott Hughes · 12 years ago
  68. 1410293 Merge "Move common arch-* code to arch-common directory" by Elliott Hughes · 12 years ago
  69. 1a086a5 am 270c52da: am 1fe477fc: Merge "Add dependencies on included makefiles." by Christopher Ferris · 12 years ago
  70. d7a6329 Add dependencies on included makefiles. by Christopher Ferris · 12 years ago
  71. bdc610a am dc7f8ddc: am 6088047a: Merge "Remove dead files." by Christopher Ferris · 12 years ago
  72. fc4d70f Remove dead files. by Christopher Ferris · 12 years ago
  73. b49c17c Move common arch-* code to arch-common directory by Pavel Chupin · 12 years ago
  74. de7ed18 am 0292c1c8: am 3901b1bd: Merge "Remove the __ARM_FEATURE_DSP check." by Christopher Ferris · 12 years ago
  75. aec1b35 Remove the __ARM_FEATURE_DSP check. by Christopher Ferris · 12 years ago
  76. 670f372 am b6201932: am 2c701a1b: Merge "libc: don\'t export unnecessary symbols" by Nick Kralevich · 12 years ago
  77. 32bbf8a libc: don't export unnecessary symbols by Nick Kralevich · 12 years ago
  78. 5825f97 am 88f29444: am 7b538021: Merge "Make it easier to add syscalls for another architecture." by Elliott Hughes · 12 years ago
  79. d612165 Make it easier to add syscalls for another architecture. by Elliott Hughes · 12 years ago
  80. 16e185c __memcpy_chk: Fix signed cmp of unsigned values. by Christopher Ferris · 12 years ago
  81. a57c9c0 Fix all debug directives. by Christopher Ferris · 12 years ago
  82. bd7fe1d Update all debug directives. by Christopher Ferris · 12 years ago
  83. e74f77f am 48a909c9: am aad3c52e: Merge "Ensure we have the off64_t variant of every function that takes an off_t." by Elliott Hughes · 12 years ago
  84. b4f7616 Ensure we have the off64_t variant of every function that takes an off_t. by Elliott Hughes · 12 years ago
  85. 2e7a8b4 resolved conflicts for merge of 883ef249 to klp-dev-plus-aosp by Christopher Ferris · 12 years ago
  86. 883ef24 __memcpy_chk: Fix signed cmp of unsigned values. by Christopher Ferris · 12 years ago
  87. 5cb0436 am 1a88ca08: am 98c726ec: Merge "Add the dl_iterate_phdr function to libdl for arm." by Christopher Ferris · 12 years ago
  88. 24053a4 Add the dl_iterate_phdr function to libdl for arm. by Christopher Ferris · 12 years ago
  89. 153ec2a am 49c0d471: Merge "Fix all debug directives." into klp-dev by Christopher Ferris · 12 years ago
  90. 05332f2 Fix all debug directives. by Christopher Ferris · 12 years ago
  91. f6186e9 am 1278ae38: am 22f5ef6b: Merge "Delete CAVEATS / fix spelling." by Nick Kralevich · 12 years ago
  92. bdbdbb8 Delete CAVEATS / fix spelling. by Nick Kralevich · 12 years ago
  93. 5f7ccea Update all debug directives. by Christopher Ferris · 12 years ago
  94. 5f45d58 Create optimized __strcpy_chk/__strcat_chk. by Christopher Ferris · 12 years ago
  95. 59a13c1 Optimize __memset_chk, __memcpy_chk. DO NOT MERGE. by Christopher Ferris · 12 years ago
  96. f0c3d90 Create optimized __strcpy_chk/__strcat_chk. by Christopher Ferris · 12 years ago
  97. b922ed3 Fix strcpy.c that should have been strcpy.S. DO NOT MERGE by Christopher Ferris · 12 years ago
  98. 4e24dcc Optimize strcat/strcpy, small tweaks to strlen. DO NOT MERGE by Christopher Ferris · 12 years ago
  99. 7c860db Optimize __memset_chk, __memcpy_chk. by Christopher Ferris · 12 years ago
  100. 1ce6654 Fix strcpy.c that should have been strcpy.S. by Christopher Ferris · 12 years ago