1. 1b91c6c Stop generating <sys/linux-syscalls.h>. by Elliott Hughes · 12 years ago
  2. c019345 Merge "Use the correct names for the __ARM_NR_* syscalls." by Elliott Hughes · 12 years ago
  3. cda6209 Use the correct names for the __ARM_NR_* syscalls. by Elliott Hughes · 12 years ago
  4. c37dd59 Merge "Fix builds where _FORTIFY_SOURCE is off." by Elliott Hughes · 12 years ago
  5. 890c8ed Fix builds where _FORTIFY_SOURCE is off. by Elliott Hughes · 12 years ago
  6. 34895c1 Merge "Replace unnecessary ARM uses of <sys/linux-syscalls.h> with <asm/unistd.h>." by Elliott Hughes · 12 years ago
  7. 5c5f303 Merge "Replace unnecessary MIPS uses of <sys/linux-syscalls.h> with <asm/unistd.h>." by Elliott Hughes · 12 years ago
  8. e7cb795 Merge "Replace unnecessary x86 uses of <sys/linux-syscalls.h> with <asm/unistd.h>." by Elliott Hughes · 12 years ago
  9. 8794ece Replace unnecessary ARM uses of <sys/linux-syscalls.h> with <asm/unistd.h>. by Elliott Hughes · 12 years ago
  10. 56d161b Replace unnecessary MIPS uses of <sys/linux-syscalls.h> with <asm/unistd.h>. by Elliott Hughes · 12 years ago
  11. 4cdde5f Replace unnecessary x86 uses of <sys/linux-syscalls.h> with <asm/unistd.h>. by Elliott Hughes · 12 years ago
  12. 3323628 Merge "The SYS_ constants should cover all __NR_ values." by Elliott Hughes · 12 years ago
  13. 5c2772f The SYS_ constants should cover all __NR_ values. by Elliott Hughes · 12 years ago
  14. babb72d Merge "Fix pthread_setname_np's behavior on invalid pthread_ts." by Elliott Hughes · 12 years ago
  15. a41ba2f Fix pthread_setname_np's behavior on invalid pthread_ts. by Elliott Hughes · 12 years ago
  16. 26c815c Merge "Drop magic number in strrchr and strchr" by Elliott Hughes · 12 years ago
  17. 612333f Merge "Don't #define SYS_ constants unless they make sense for the current architecture." by Elliott Hughes · 12 years ago
  18. 9724ce3 Don't #define SYS_ constants unless they make sense for the current architecture. by Elliott Hughes · 12 years ago
  19. 4453c51 Merge "Drop unnecessary execution permission for .cpp/.c/.h" by Elliott Hughes · 12 years ago
  20. 8f7120b Drop unnecessary execution permission for .cpp/.c/.h by Kito Cheng · 12 years ago
  21. a6cc67c Drop magic number in strrchr and strchr by Kito Cheng · 12 years ago
  22. 800ad82 Merge "Provide glibc-compatible SYS_* aliases for the __NR_* constants." by Elliott Hughes · 12 years ago
  23. 8ecf225 Provide glibc-compatible SYS_* aliases for the __NR_* constants. by Elliott Hughes · 12 years ago
  24. 6eb978c Merge "Expose wait4 as wait4 rather than __wait4." by Elliott Hughes · 12 years ago
  25. 17a8b0d Expose wait4 as wait4 rather than __wait4. by Elliott Hughes · 12 years ago
  26. 86c3184 Merge "Create arch specific versions of strcmp." by Christopher Ferris · 12 years ago
  27. 31dea25 Create arch specific versions of strcmp. by Christopher Ferris · 12 years ago
  28. adeec09 Merge "Hide various symbols that shouldn't be exposed." by Elliott Hughes · 12 years ago
  29. ce53272 Hide various symbols that shouldn't be exposed. by Elliott Hughes · 12 years ago
  30. c141664 Merge "Clean up internal libc logging." by Elliott Hughes · 12 years ago
  31. 8f2a5a0 Clean up internal libc logging. by Elliott Hughes · 12 years ago
  32. e23ed8c Merge "Remove useless workaround for HTC RIL bugs." by Elliott Hughes · 12 years ago
  33. 2eb44c5 Remove useless workaround for HTC RIL bugs. by Elliott Hughes · 12 years ago
  34. 4d696eb Merge "Fix a bug in ZoneCompactor that meant the zonetab offset was wrong." by Elliott Hughes · 12 years ago
  35. af7f2f2 Fix a bug in ZoneCompactor that meant the zonetab offset was wrong. by Elliott Hughes · 12 years ago
  36. d30b9f0 Merge "Remove unused arm defines." by Christopher Ferris · 12 years ago
  37. 306a353 Remove unused arm defines. by Christopher Ferris · 12 years ago
  38. f861bc5 Merge "Don't search off the end of the index for bad Olson ids." by Elliott Hughes · 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. 94a3401 Merge "Support large errno values on ARM." by Elliott Hughes · 12 years ago
  45. cb2069b Support large errno values on ARM. by Elliott Hughes · 12 years ago
  46. f21aa3b Merge "Use more types than just 'unsigned' in the linker." by Elliott Hughes · 12 years ago
  47. ca0c11b Use more types than just 'unsigned' in the linker. by Elliott Hughes · 12 years ago
  48. 6b4c77f Merge "Use Elf32_Addr instead of unsigned in linker" by Elliott Hughes · 12 years ago
  49. fa8c05d Use Elf32_Addr instead of unsigned in linker by Kito Cheng · 12 years ago
  50. 53630c0 Merge "Cache the most-recently used timezone for mktime_tz and localtime_tz." by Elliott Hughes · 12 years ago
  51. 4a05bef Cache the most-recently used timezone for mktime_tz and localtime_tz. by Elliott Hughes · 12 years ago
  52. 4b032ee Merge "Let bionic use the correct definition of ssize_t." by Elliott Hughes · 12 years ago
  53. 62c5cd0 Merge "Upgrade to tzdata2013b." by Elliott Hughes · 12 years ago
  54. cdb27f2 Upgrade to tzdata2013b. by Elliott Hughes · 12 years ago
  55. b6e2248 Let bionic use the correct definition of ssize_t. by Elliott Hughes · 12 years ago
  56. 809eed1 Merge "Regenerate NOTICE files." by Elliott Hughes · 12 years ago
  57. 0493a6f Regenerate NOTICE files. by Elliott Hughes · 12 years ago
  58. c9f8081 Merge "Upgrade to current NetBSD popen/pclose." by Elliott Hughes · 12 years ago
  59. 6b3f49a Upgrade to current NetBSD popen/pclose. by Elliott Hughes · 12 years ago
  60. 33031fe Merge "Fix typo of DT_NEEDED for DT_NULL" by Brian Carlstrom · 12 years ago
  61. 2d4b9b7 Fix typo of DT_NEEDED for DT_NULL by Brian Carlstrom · 12 years ago
  62. db79419 Merge "Fix debug malloc." by Elliott Hughes · 12 years ago
  63. 642331b Fix debug malloc. by Elliott Hughes · 12 years ago
  64. 0b4a85b Merge "Fix TIMING/STATS/COUNT_PAGES dynamic linker build" by Elliott Hughes · 12 years ago
  65. 5e2492e Fix TIMING/STATS/COUNT_PAGES dynamic linker build by Kito Cheng · 12 years ago
  66. 2095820 Merge "Fix MIPS linker build" by Brian Carlstrom · 12 years ago
  67. 43cc7f7 Fix MIPS linker build by Brian Carlstrom · 12 years ago
  68. c41dcad Merge "More linker cleanup." by Elliott Hughes · 12 years ago
  69. 650be4e More linker cleanup. by Elliott Hughes · 12 years ago
  70. 036f909 Merge "Minor linker cleanup, primarily to use Elf32_Dyn" by Brian Carlstrom · 12 years ago
  71. d4ee82d Minor linker cleanup, primarily to use Elf32_Dyn by Brian Carlstrom · 12 years ago
  72. be21fe7 Merge "Upgrade to tzdata2013a." by Elliott Hughes · 12 years ago
  73. 69af6e6 Upgrade to tzdata2013a. by Elliott Hughes · 12 years ago
  74. 133d97e Merge "Add stack unwinding directives to memcpy." by Ben Cheng · 12 years ago
  75. cf9a960 Merge "Switch to upstream-freebsd for the unmolested wchar code." by Elliott Hughes · 12 years ago
  76. eb93ebf Switch to upstream-freebsd for the unmolested wchar code. by Elliott Hughes · 12 years ago
  77. d392e04 Merge "Move realpath.c to upstream-freebsd." by Elliott Hughes · 12 years ago
  78. f077784 Move realpath.c to upstream-freebsd. by Elliott Hughes · 12 years ago
  79. 1428300 Add stack unwinding directives to memcpy. by Ben Cheng · 12 years ago
  80. c5c6cb3 am 66273ac2: Merge "Adding strcmp tuned for Cortex-A15." by Ben Cheng · 12 years ago
  81. 8f149da am b3b1ab62: Merge "Adding memcpy tuned for Cortex-A15." by Ben Cheng · 12 years ago
  82. 305a999 am 8fa924e5: Merge "unistd.h: don\'t include sys/capability.h" by Nick Kralevich · 12 years ago
  83. 66273ac Merge "Adding strcmp tuned for Cortex-A15." by Ben Cheng · 12 years ago
  84. b3b1ab6 Merge "Adding memcpy tuned for Cortex-A15." by Ben Cheng · 12 years ago
  85. 8fa924e Merge "unistd.h: don't include sys/capability.h" by Nick Kralevich · 12 years ago
  86. 6524d3c unistd.h: don't include sys/capability.h by Nick Kralevich · 12 years ago
  87. eb149e9 Adding strcmp tuned for Cortex-A15. by Greta Yorsh · 13 years ago
  88. 5b349fc Adding memcpy tuned for Cortex-A15. by Greta Yorsh · 14 years ago
  89. 7fe8229 am 9c1912c4: Merge "Avoid changing the C++ ABI with ssize_t." by Elliott Hughes · 12 years ago
  90. 9c1912c Merge "Avoid changing the C++ ABI with ssize_t." by Elliott Hughes · 12 years ago
  91. e255642 Avoid changing the C++ ABI with ssize_t. by Elliott Hughes · 12 years ago
  92. 58b997c am f5f906c1: Merge "libc: create sys/capability.h" by Nick Kralevich · 12 years ago
  93. f5f906c Merge "libc: create sys/capability.h" by Nick Kralevich · 12 years ago
  94. 7c0dd55 libc: create sys/capability.h by Nick Kralevich · 12 years ago
  95. 406968b am c0e9ddd0: Merge "Reimplement scandir(3)." by Elliott Hughes · 12 years ago
  96. c0e9ddd Merge "Reimplement scandir(3)." by Elliott Hughes · 12 years ago
  97. 701bec2 Reimplement scandir(3). by Elliott Hughes · 12 years ago
  98. 7b8bf68 am f6bb5bf4: Merge "Add the glibc-compatible names to <sys/endian.h>." by Elliott Hughes · 12 years ago
  99. f6bb5bf Merge "Add the glibc-compatible names to <sys/endian.h>." by Elliott Hughes · 12 years ago
  100. 440bc83 am 7b2c6385: Merge "Fix <memory.h> to be a synonym for <string.h> like in glibc." by Elliott Hughes · 12 years ago