1. 4ca685e Add missing include and function prototype for sched_getaffinity. by Kito Cheng · 12 years ago
  2. bf0d1ad Add missing branch in memcpy.S dst aligned case. by Christopher Ferris · 12 years ago
  3. 185ce72 Update to latest cortexa15 memcpy code. by Christopher Ferris · 12 years ago
  4. 0d787c1 Make abort messages available to debuggerd. by Elliott Hughes · 12 years ago
  5. 8baa929 Prevent name conflict for eventfd.cpp and eventfd.s when building libc.a by Kito Cheng · 12 years ago
  6. a51916b Fix the SYSCALLS.TXT documentation and remove a dead script. by Elliott Hughes · 12 years ago
  7. 4ace92c Stop using unreasonable numbers of map entries. by Elliott Hughes · 12 years ago
  8. 378b0e1 Update getaddrinfo to RFC6724 by Lorenzo Colitti · 12 years ago
  9. cfa089d Extra logging in pthread_create. by Elliott Hughes · 12 years ago
  10. ce636ca Update processed linux/fs.h header file by Ken Sumrall · 12 years ago
  11. e6ddfc5 Remove some dead script code and fix a script comment. by Elliott Hughes · 12 years ago
  12. 65a8eb6 Clarify the dlmalloc USAGE_ERROR. by Elliott Hughes · 12 years ago
  13. 48f25ce Merge "Stop generating <sys/linux-syscalls.h>." by Elliott Hughes · 12 years ago
  14. 3198850 Unhide __set_errno for backwards compatibility. by Elliott Hughes · 12 years ago
  15. 1b91c6c Stop generating <sys/linux-syscalls.h>. by Elliott Hughes · 12 years ago
  16. cda6209 Use the correct names for the __ARM_NR_* syscalls. by Elliott Hughes · 12 years ago
  17. 890c8ed Fix builds where _FORTIFY_SOURCE is off. by Elliott Hughes · 12 years ago
  18. 34895c1 Merge "Replace unnecessary ARM uses of <sys/linux-syscalls.h> with <asm/unistd.h>." by Elliott Hughes · 12 years ago
  19. 5c5f303 Merge "Replace unnecessary MIPS uses of <sys/linux-syscalls.h> with <asm/unistd.h>." by Elliott Hughes · 12 years ago
  20. 8794ece Replace unnecessary ARM uses of <sys/linux-syscalls.h> with <asm/unistd.h>. by Elliott Hughes · 12 years ago
  21. 56d161b Replace unnecessary MIPS uses of <sys/linux-syscalls.h> with <asm/unistd.h>. by Elliott Hughes · 12 years ago
  22. 4cdde5f Replace unnecessary x86 uses of <sys/linux-syscalls.h> with <asm/unistd.h>. by Elliott Hughes · 12 years ago
  23. 5c2772f The SYS_ constants should cover all __NR_ values. by Elliott Hughes · 12 years ago
  24. a41ba2f Fix pthread_setname_np's behavior on invalid pthread_ts. by Elliott Hughes · 12 years ago
  25. 26c815c Merge "Drop magic number in strrchr and strchr" by Elliott Hughes · 12 years ago
  26. 612333f Merge "Don't #define SYS_ constants unless they make sense for the current architecture." by Elliott Hughes · 12 years ago
  27. 9724ce3 Don't #define SYS_ constants unless they make sense for the current architecture. by Elliott Hughes · 12 years ago
  28. 8f7120b Drop unnecessary execution permission for .cpp/.c/.h by Kito Cheng · 12 years ago
  29. a6cc67c Drop magic number in strrchr and strchr by Kito Cheng · 12 years ago
  30. 8ecf225 Provide glibc-compatible SYS_* aliases for the __NR_* constants. by Elliott Hughes · 12 years ago
  31. 17a8b0d Expose wait4 as wait4 rather than __wait4. by Elliott Hughes · 12 years ago
  32. 31dea25 Create arch specific versions of strcmp. by Christopher Ferris · 12 years ago
  33. ce53272 Hide various symbols that shouldn't be exposed. by Elliott Hughes · 12 years ago
  34. 8f2a5a0 Clean up internal libc logging. by Elliott Hughes · 12 years ago
  35. 2eb44c5 Remove useless workaround for HTC RIL bugs. by Elliott Hughes · 12 years ago
  36. 4d696eb Merge "Fix a bug in ZoneCompactor that meant the zonetab offset was wrong." by Elliott Hughes · 12 years ago
  37. af7f2f2 Fix a bug in ZoneCompactor that meant the zonetab offset was wrong. by Elliott Hughes · 12 years ago
  38. 306a353 Remove unused arm defines. by Christopher Ferris · 12 years ago
  39. e0175ca Don't search off the end of the index for bad Olson ids. by Elliott Hughes · 12 years ago
  40. ec706c2 Merge "Use the kernel's MAX_ERRNO in the syscall stubs." by Elliott Hughes · 12 years ago
  41. 9aceab5 Use the kernel's MAX_ERRNO in the syscall stubs. by Elliott Hughes · 12 years ago
  42. 980508b Merge "Break bionic implementations into arch versions." by Christopher Ferris · 12 years ago
  43. 04954a4 Break bionic implementations into arch versions. by Christopher Ferris · 12 years ago
  44. cb2069b Support large errno values on ARM. by Elliott Hughes · 12 years ago
  45. 53630c0 Merge "Cache the most-recently used timezone for mktime_tz and localtime_tz." by Elliott Hughes · 12 years ago
  46. 4a05bef Cache the most-recently used timezone for mktime_tz and localtime_tz. by Elliott Hughes · 12 years ago
  47. 4b032ee Merge "Let bionic use the correct definition of ssize_t." by Elliott Hughes · 12 years ago
  48. cdb27f2 Upgrade to tzdata2013b. by Elliott Hughes · 12 years ago
  49. b6e2248 Let bionic use the correct definition of ssize_t. by Elliott Hughes · 12 years ago
  50. 0493a6f Regenerate NOTICE files. by Elliott Hughes · 12 years ago
  51. 6b3f49a Upgrade to current NetBSD popen/pclose. by Elliott Hughes · 12 years ago
  52. 642331b Fix debug malloc. by Elliott Hughes · 12 years ago
  53. 69af6e6 Upgrade to tzdata2013a. by Elliott Hughes · 12 years ago
  54. 133d97e Merge "Add stack unwinding directives to memcpy." by Ben Cheng · 12 years ago
  55. eb93ebf Switch to upstream-freebsd for the unmolested wchar code. by Elliott Hughes · 12 years ago
  56. f077784 Move realpath.c to upstream-freebsd. by Elliott Hughes · 12 years ago
  57. 1428300 Add stack unwinding directives to memcpy. by Ben Cheng · 12 years ago
  58. c5c6cb3 am 66273ac2: Merge "Adding strcmp tuned for Cortex-A15." by Ben Cheng · 12 years ago
  59. 8f149da am b3b1ab62: Merge "Adding memcpy tuned for Cortex-A15." by Ben Cheng · 12 years ago
  60. 305a999 am 8fa924e5: Merge "unistd.h: don\'t include sys/capability.h" by Nick Kralevich · 12 years ago
  61. 66273ac Merge "Adding strcmp tuned for Cortex-A15." by Ben Cheng · 12 years ago
  62. b3b1ab6 Merge "Adding memcpy tuned for Cortex-A15." by Ben Cheng · 12 years ago
  63. 6524d3c unistd.h: don't include sys/capability.h by Nick Kralevich · 12 years ago
  64. eb149e9 Adding strcmp tuned for Cortex-A15. by Greta Yorsh · 13 years ago
  65. 5b349fc Adding memcpy tuned for Cortex-A15. by Greta Yorsh · 14 years ago
  66. 7fe8229 am 9c1912c4: Merge "Avoid changing the C++ ABI with ssize_t." by Elliott Hughes · 12 years ago
  67. e255642 Avoid changing the C++ ABI with ssize_t. by Elliott Hughes · 12 years ago
  68. 58b997c am f5f906c1: Merge "libc: create sys/capability.h" by Nick Kralevich · 12 years ago
  69. 7c0dd55 libc: create sys/capability.h by Nick Kralevich · 12 years ago
  70. 406968b am c0e9ddd0: Merge "Reimplement scandir(3)." by Elliott Hughes · 12 years ago
  71. 701bec2 Reimplement scandir(3). by Elliott Hughes · 12 years ago
  72. 7b8bf68 am f6bb5bf4: Merge "Add the glibc-compatible names to <sys/endian.h>." by Elliott Hughes · 12 years ago
  73. f6bb5bf Merge "Add the glibc-compatible names to <sys/endian.h>." by Elliott Hughes · 12 years ago
  74. 440bc83 am 7b2c6385: Merge "Fix <memory.h> to be a synonym for <string.h> like in glibc." by Elliott Hughes · 12 years ago
  75. cadc858 am bc0e7ee1: Merge "libc: add sys/signal.h for compatibility" by Nick Kralevich · 12 years ago
  76. 7b2c638 Merge "Fix <memory.h> to be a synonym for <string.h> like in glibc." by Elliott Hughes · 12 years ago
  77. 6f1b7a6 Fix <memory.h> to be a synonym for <string.h> like in glibc. by Elliott Hughes · 12 years ago
  78. cf820d7 Add the glibc-compatible names to <sys/endian.h>. by Elliott Hughes · 12 years ago
  79. b22a684 libc: add sys/signal.h for compatibility by Nick Kralevich · 12 years ago
  80. 2a5b57d am 580a7073: Merge "Stop advertising rindex(3), which is both deprecated and unimplemented." by Elliott Hughes · 12 years ago
  81. 538f6fc Stop advertising rindex(3), which is both deprecated and unimplemented. by Elliott Hughes · 12 years ago
  82. 398f46d am a0259b42: Merge "libc: remove bcmp prototype" by Nick Kralevich · 12 years ago
  83. a0259b4 Merge "libc: remove bcmp prototype" by Nick Kralevich · 12 years ago
  84. 11ebbc8 libc: remove bcmp prototype by Nick Kralevich · 12 years ago
  85. 719d46f am a9ff09d1: Merge "Fix raise(3) so it works in signal handlers." by Elliott Hughes · 12 years ago
  86. fae89fc Fix raise(3) so it works in signal handlers. by Elliott Hughes · 12 years ago
  87. 818b142 Fix mako builds. Do not merge. by Jean-Baptiste Queru · 12 years ago
  88. c641caf use architecture-specific ssize_t definition by Thorsten Glaser · 12 years ago
  89. 593abb7 Merge "stdlib: atexit: include <sys/cdefs.h>" by Elliott Hughes · 12 years ago
  90. 9d23e04 Fix pthreads functions that should return ESRCH. by Elliott Hughes · 12 years ago
  91. 61ba9b5 stdlib: atexit: include <sys/cdefs.h> by Chirayu Desai · 12 years ago
  92. 081318e dalvik is big enough and ugly enough to handle System.arraycopy itself. by Elliott Hughes · 12 years ago
  93. 40eabe2 Fix the pthread_setname_np test. by Elliott Hughes · 12 years ago
  94. 0a2cb81 Merge "Simplify __stack_chk_fail, and fix it so we get debuggerd stack traces." by Elliott Hughes · 12 years ago
  95. fb7eb5e Simplify __stack_chk_fail, and fix it so we get debuggerd stack traces. by Elliott Hughes · 12 years ago
  96. 0276656 bionic: Add securebits.h by Nick Kralevich · 12 years ago
  97. dc5ec07 Turn on -Werror for ssp.cpp. by Elliott Hughes · 12 years ago
  98. a261afb fix compiler warning. by Nick Kralevich · 12 years ago
  99. d254704 ffs was not being built for x86. by Elliott Hughes · 12 years ago
  100. 6719500 Add a bunch more missing ENDs to assembler routines. by Elliott Hughes · 12 years ago