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