1. 507cfe2 Add .cfi_startproc/.cfi_endproc to ENTRY/END. by Christopher Ferris · 12 years ago
  2. 36d6188 Clean up forking and cloning. by Elliott Hughes · 12 years ago
  3. 877ec6d Fix pthread_join. by Elliott Hughes · 12 years ago
  4. 70b24b1 Switch pthread_create over to __bionic_clone. by Elliott Hughes · 12 years ago
  5. ed74484 Stop using the non-uapi <linux/err.h> header file. by Elliott Hughes · 12 years ago
  6. 0620925 Clean up the 32-bit kernel support, fix LP64 fcntl declaration. by Elliott Hughes · 12 years ago
  7. 6b53c23 Fix the exit syscall stub's name. by Elliott Hughes · 12 years ago
  8. bf42568 Let the compiler worry about implementing ffs(3). by Elliott Hughes · 12 years ago
  9. 1195207 Remove dependencies on obsolete __ARCH_WANT_SYSCALL_DEPRECATED system calls. by Elliott Hughes · 12 years ago
  10. cac7b9d Remove dependencies on obsolete __ARCH_WANT_SYSCALL_NO_FLAGS syscalls. by Elliott Hughes · 12 years ago
  11. f8fcfbc Move away from the __ARCH_WANT_SYSCALL_NO_AT system calls. by Elliott Hughes · 12 years ago
  12. 7f70c9b AArch64: Fix uses of stack size for 32/64bit libc builds by Serban Constantinescu · 12 years ago
  13. c7e9b23 Fix sigaction(3) for 64-bit. by Elliott Hughes · 12 years ago
  14. 103ccde Sort the syscalls.mk files, give all generated files the same header. by Elliott Hughes · 12 years ago
  15. 40d105c Switch sigpending over to rt_sigpending. by Elliott Hughes · 12 years ago
  16. 1f5af92 Fix sigsuspend to use rt_sigsuspend on all platforms. by Elliott Hughes · 12 years ago
  17. 68b6711 'Avoid confusing "read prevented write" log messages' 2. by Elliott Hughes · 12 years ago
  18. dc9d8d0 Merge "Modify prefetch for krait memcpy." by Christopher Ferris · 12 years ago
  19. c3c58fb Modify prefetch for krait memcpy. by Christopher Ferris · 12 years ago
  20. 19e6232 Clean up the sigprocmask/pthread_sigmask implementation. by Elliott Hughes · 12 years ago
  21. 232163c Clean up the cpuacct cruft. by Elliott Hughes · 12 years ago
  22. eb847bc Fix x86_64 build, clean up intermediate libraries. by Elliott Hughes · 12 years ago
  23. c4c6e19 pthread_exit should call __NR_exit with status 0. by Elliott Hughes · 12 years ago
  24. 7264516 Add arch-x86_64/include/machine. by Elliott Hughes · 12 years ago
  25. 6861c6f Make error messages even better! by Nick Kralevich · 12 years ago
  26. 1410293 Merge "Move common arch-* code to arch-common directory" by Elliott Hughes · 12 years ago
  27. d7a6329 Add dependencies on included makefiles. by Christopher Ferris · 12 years ago
  28. fc4d70f Remove dead files. by Christopher Ferris · 12 years ago
  29. b49c17c Move common arch-* code to arch-common directory by Pavel Chupin · 12 years ago
  30. aec1b35 Remove the __ARM_FEATURE_DSP check. by Christopher Ferris · 12 years ago
  31. 32bbf8a libc: don't export unnecessary symbols by Nick Kralevich · 12 years ago
  32. d612165 Make it easier to add syscalls for another architecture. by Elliott Hughes · 12 years ago
  33. 16e185c __memcpy_chk: Fix signed cmp of unsigned values. by Christopher Ferris · 12 years ago
  34. a57c9c0 Fix all debug directives. by Christopher Ferris · 12 years ago
  35. bd7fe1d Update all debug directives. by Christopher Ferris · 12 years ago
  36. b4f7616 Ensure we have the off64_t variant of every function that takes an off_t. by Elliott Hughes · 12 years ago
  37. 24053a4 Add the dl_iterate_phdr function to libdl for arm. by Christopher Ferris · 12 years ago
  38. bdbdbb8 Delete CAVEATS / fix spelling. by Nick Kralevich · 12 years ago
  39. 5f45d58 Create optimized __strcpy_chk/__strcat_chk. by Christopher Ferris · 12 years ago
  40. 59a13c1 Optimize __memset_chk, __memcpy_chk. DO NOT MERGE. by Christopher Ferris · 12 years ago
  41. b922ed3 Fix strcpy.c that should have been strcpy.S. DO NOT MERGE by Christopher Ferris · 12 years ago
  42. 4e24dcc Optimize strcat/strcpy, small tweaks to strlen. DO NOT MERGE by Christopher Ferris · 12 years ago
  43. 772b797 Update the comments to reflect the current status. by Ben Cheng · 12 years ago
  44. efddf44 libgcc_compat: Introduce __aeabi_lasr for cortex-a9 and higher by synergydev · 12 years ago
  45. 7ff868a am f63c28f0: Merge "Fix assembler errors in generic arm strlen.c." by Christopher Ferris · 12 years ago
  46. b1d7fd4 am 6f4fed74: Merge "Add new optimized strlen for arm." by Christopher Ferris · 12 years ago
  47. 9ad2a73 Fix assembler errors in generic arm strlen.c. by Christopher Ferris · 12 years ago
  48. 0aa9b52 Add new optimized strlen for arm. by Christopher Ferris · 12 years ago
  49. 2a18ea1 am f152e386: Merge "EABI syscall cleanup." by Elliott Hughes · 12 years ago
  50. da4a3e6 EABI syscall cleanup. by Elliott Hughes · 12 years ago
  51. fac9199 am ebc8ce1d: Merge "libc/arch-arm/bionic/memcpy.a9.S: memcpy from cortex-strings." by Elliott Hughes · 12 years ago
  52. 2753e12 libc/arch-arm/bionic/memcpy.a9.S: memcpy from cortex-strings. by Will Newton · 12 years ago
  53. 269daac am 7c14d67b: Merge "libc/arch-arm/bionic/memcpy.a9.S: memcpy from cortex-strings." by Christopher Ferris · 12 years ago
  54. b61103d libc/arch-arm/bionic/memcpy.a9.S: memcpy from cortex-strings. by Will Newton · 12 years ago
  55. baa6186 am 995f17e6: Merge "libc: add swapon and swapoff syscalls" by Rom Lemarchand · 12 years ago
  56. d206b56 libc: add swapon and swapoff syscalls by Rom Lemarchand · 12 years ago
  57. 77f90de am fc104f89: Merge "Fix abort(3) to raise SIGABRT rather than causing SIGSEGV." by Ben Cheng · 12 years ago
  58. 7e6ce1a Fix abort(3) to raise SIGABRT rather than causing SIGSEGV. by Ben Cheng · 12 years ago
  59. 72ce296 am 404d491e: Merge "Use bl instead of blx to support interworking properly." by Ben Cheng · 12 years ago
  60. a123b5d Use bl instead of blx to support interworking properly. by Ben Cheng · 12 years ago
  61. 4c8eba6 am 2e317075: Merge "libc/arm: add cortex-a8 cpu variant" by Erik Gilling · 12 years ago
  62. 22bda4b libc/arm: add cortex-a8 cpu variant by Rom Lemarchand · 12 years ago
  63. 562804f am f0f4fa3f: Merge "libc: add timerfd calls" by Elliott Hughes · 12 years ago
  64. 4200e62 libc: add timerfd calls by Todd Poynor · 12 years ago
  65. 83966db am f7153fd1: Merge "Remove redundant space within square brackets" by Andrew Hsieh · 12 years ago
  66. e8f46e8 Remove redundant space within square brackets by Andrew Hsieh · 12 years ago
  67. 39e4ed9 am 516a8970: Merge "Rewrite memset for cortexa15 to use strd." by Christopher Ferris · 12 years ago
  68. 796cbe2 Rewrite memset for cortexa15 to use strd. by Christopher Ferris · 12 years ago
  69. 101dadf am fc76c7d3: Merge "Add missing branch in memcpy.S dst aligned case." by Christopher Ferris · 12 years ago
  70. 3fe5b10 am 68fd78ef: Merge "Update to latest cortexa15 memcpy code." by Christopher Ferris · 12 years ago
  71. bf0d1ad Add missing branch in memcpy.S dst aligned case. by Christopher Ferris · 12 years ago
  72. 185ce72 Update to latest cortexa15 memcpy code. by Christopher Ferris · 12 years ago
  73. 369f923 Merge "libc/arm: add cortex-a7 cpu variant" into jb-mr2-dev by Dima Zavin · 12 years ago
  74. 0c973d7 libc/arm: add cortex-a7 cpu variant by Dima Zavin · 12 years ago
  75. cda6209 Use the correct names for the __ARM_NR_* syscalls. by Elliott Hughes · 12 years ago
  76. 8794ece Replace unnecessary ARM uses of <sys/linux-syscalls.h> with <asm/unistd.h>. by Elliott Hughes · 12 years ago
  77. 5c2772f The SYS_ constants should cover all __NR_ values. by Elliott Hughes · 12 years ago
  78. 17a8b0d Expose wait4 as wait4 rather than __wait4. by Elliott Hughes · 12 years ago
  79. 31dea25 Create arch specific versions of strcmp. by Christopher Ferris · 12 years ago
  80. 8f2a5a0 Clean up internal libc logging. by Elliott Hughes · 12 years ago
  81. ec706c2 Merge "Use the kernel's MAX_ERRNO in the syscall stubs." by Elliott Hughes · 12 years ago
  82. 9aceab5 Use the kernel's MAX_ERRNO in the syscall stubs. by Elliott Hughes · 12 years ago
  83. 04954a4 Break bionic implementations into arch versions. by Christopher Ferris · 12 years ago
  84. 1428300 Add stack unwinding directives to memcpy. by Ben Cheng · 12 years ago
  85. eb149e9 Adding strcmp tuned for Cortex-A15. by Greta Yorsh · 13 years ago
  86. 5b349fc Adding memcpy tuned for Cortex-A15. by Greta Yorsh · 14 years ago
  87. 40eabe2 Fix the pthread_setname_np test. by Elliott Hughes · 12 years ago
  88. 6719500 Add a bunch more missing ENDs to assembler routines. by Elliott Hughes · 12 years ago
  89. 73964c5 Everyone has CLZ. by Elliott Hughes · 12 years ago
  90. 9f878c2 Really set errno if __pthread_clone fails. by Elliott Hughes · 12 years ago
  91. d7a3a40 Use ENTRY/END in ARM __get_sp. by Elliott Hughes · 12 years ago
  92. 5e3fc43 Fix __pthread_clone on ARM to set errno on failure. by Elliott Hughes · 12 years ago
  93. f94fd3c Clean up ARM assembler files to use ENTRY/END. by Elliott Hughes · 12 years ago
  94. 646e058 Fix x86 build, remove void* arithmetic. by Elliott Hughes · 12 years ago
  95. 42b2c6a Clean up the argc/argv/envp/auxv handling. by Elliott Hughes · 12 years ago
  96. a0ee078 Upgrade libm. by Elliott Hughes · 13 years ago
  97. a6a3ac5 Use the NetBSD <sys/exec_elf.h>. by Elliott Hughes · 13 years ago
  98. 6a94cb7 Merge "arm syscall : for eabi call_default don't use stack" by Elliott Hughes · 13 years ago
  99. 1e980b6 Fix the duplication in the debugging code. by Elliott Hughes · 13 years ago
  100. faa0fdb arm syscall : for eabi call_default don't use stack by Matthieu Castet · 13 years ago