1. 59a13c1 Optimize __memset_chk, __memcpy_chk. DO NOT MERGE. by Christopher Ferris · 12 years ago
  2. 55bdef8 Update kernel input headers by Michael Wright · 12 years ago
  3. 5e9b20f Make ctype.h a little less unhygienic. by Elliott Hughes · 12 years ago
  4. aec2ffb Fix our missing abs/labs/llabs/imaxabs (and imaxdiv) symbols. by Elliott Hughes · 12 years ago
  5. d0be7c8 Add futimens. by Elliott Hughes · 12 years ago
  6. b922ed3 Fix strcpy.c that should have been strcpy.S. DO NOT MERGE by Christopher Ferris · 12 years ago
  7. 4e24dcc Optimize strcat/strcpy, small tweaks to strlen. DO NOT MERGE by Christopher Ferris · 12 years ago
  8. cd92751 Merge "Fix stdint.h intptr_t/uintptr_t for x86_64/x32" by Elliott Hughes · 12 years ago
  9. a0473d7 Merge "syslog needs a valid socket path for _PATH_LOG" by Elliott Hughes · 12 years ago
  10. 1d8d9a3 Fix the detection of alt-network in dns resolver. by Robert Greenwalt · 12 years ago
  11. baa91f4 Add ssse3 implementation of __memcmp16. by Alexander Ivchenko · 12 years ago
  12. 772b797 Update the comments to reflect the current status. by Ben Cheng · 12 years ago
  13. a6ed05c Merge "libgcc_compat: Introduce __aeabi_lasr for cortex-a9 and higher" by Elliott Hughes · 12 years ago
  14. 0a9c615 Fix stdint.h intptr_t/uintptr_t for x86_64/x32 by Pavel Chupin · 13 years ago
  15. e0805a9 Tell the dns resolver about our domains. by Robert Greenwalt · 12 years ago
  16. c03e1e7 Define PTHREAD_KEYS_MAX and _POSIX_THREAD_KEYS_MAX in a POSIX-compliant way. by Elliott Hughes · 12 years ago
  17. efddf44 libgcc_compat: Introduce __aeabi_lasr for cortex-a9 and higher by synergydev · 12 years ago
  18. 838f01f Bump the number of TLS slots to 128. by Elliott Hughes · 12 years ago
  19. e320a8c Avoid sign extension of the mmap offset. by Elliott Hughes · 12 years ago
  20. bfba6aa am a8d06766: Merge "[MIPS] __dso_handle.S and __dso_handle_so.S not needed." by Elliott Hughes · 12 years ago
  21. a8d0676 Merge "[MIPS] __dso_handle.S and __dso_handle_so.S not needed." by Elliott Hughes · 12 years ago
  22. c5749f1 am 061246b6: Merge "Restore dlmalloc mmap threshold to 64k" by Rom Lemarchand · 12 years ago
  23. d0f2a60 Restore dlmalloc mmap threshold to 64k by Rom Lemarchand · 12 years ago
  24. 0995a7b [MIPS] __dso_handle.S and __dso_handle_so.S not needed. by Pete Delaney · 12 years ago
  25. c2902ed am 6fe4a58f: Merge "Move stuff only needed by pthread-timers.c into pthread-timers.c." by Elliott Hughes · 12 years ago
  26. 4cf1395 Move stuff only needed by pthread-timers.c into pthread-timers.c. by Elliott Hughes · 12 years ago
  27. 178c418 am e8bd8c2e: Merge "Upgrade mktemp.c to the current upstream version." by Elliott Hughes · 12 years ago
  28. 284f788 Upgrade mktemp.c to the current upstream version. by Elliott Hughes · 12 years ago
  29. 81b4698 am f8a66bb3: Merge "Remove some non-unused makefile generality." by Elliott Hughes · 12 years ago
  30. 4c6b925 Remove some non-unused makefile generality. by Elliott Hughes · 12 years ago
  31. b6b2375 am 8fa9081f: Merge "[MIPS] Rewrite MIPS crtbegin* as C files." by Elliott Hughes · 12 years ago
  32. 8fa9081 Merge "[MIPS] Rewrite MIPS crtbegin* as C files." by Elliott Hughes · 12 years ago
  33. 3688601 [MIPS] Rewrite MIPS crtbegin* as C files. by Pete Delaney · 12 years ago
  34. cbf07a2 am 2be511d4: Merge "Improve stack overflow diagnostics (take 2)." by Elliott Hughes · 12 years ago
  35. 84114c8 Improve stack overflow diagnostics (take 2). by Elliott Hughes · 12 years ago
  36. e35d6c2 am 40e7a878: Merge "Prevent the madvise(MADV_MERGEABLE) mmap hack from affecting errno." by Elliott Hughes · 12 years ago
  37. 107cdd4 Prevent the madvise(MADV_MERGEABLE) mmap hack from affecting errno. by Elliott Hughes · 12 years ago
  38. 4763ef2 am b7b36b81: Merge "mmap: Reinstate passing MADV_MERGEABLE on private anonymous maps" by Elliott Hughes · 12 years ago
  39. e459bba mmap: Reinstate passing MADV_MERGEABLE on private anonymous maps by Rom Lemarchand · 12 years ago
  40. 6f08b86 am 2cf5a6f6: Merge "Revert "Improve stack overflow diagnostics."" by Guang Zhu · 12 years ago
  41. 849bfd5 am 8c1b9668: Merge "Revert "Clean up our alternate signal stacks."" by Guang Zhu · 12 years ago
  42. 2cf5a6f Merge "Revert "Improve stack overflow diagnostics."" by Guang Zhu · 12 years ago
  43. d14dc3b Revert "Improve stack overflow diagnostics." by Guang Zhu · 12 years ago
  44. 8c1b966 Merge "Revert "Clean up our alternate signal stacks."" by Guang Zhu · 12 years ago
  45. eb1b074 Revert "Clean up our alternate signal stacks." by Guang Zhu · 12 years ago
  46. 7ff868a am f63c28f0: Merge "Fix assembler errors in generic arm strlen.c." by Christopher Ferris · 12 years ago
  47. b1d7fd4 am 6f4fed74: Merge "Add new optimized strlen for arm." by Christopher Ferris · 12 years ago
  48. 9ad2a73 Fix assembler errors in generic arm strlen.c. by Christopher Ferris · 12 years ago
  49. 0aa9b52 Add new optimized strlen for arm. by Christopher Ferris · 12 years ago
  50. 79dfb1a am f35e0c14: Merge "Clean up our alternate signal stacks." by Elliott Hughes · 12 years ago
  51. 10a954d am 026867c7: Merge "Improve stack overflow diagnostics." by Elliott Hughes · 12 years ago
  52. d2acf12 am 9562d38d: Merge "Clean up __builtin_expect usage." by Elliott Hughes · 12 years ago
  53. 2a18ea1 am f152e386: Merge "EABI syscall cleanup." by Elliott Hughes · 12 years ago
  54. 5cf8795 Clean up our alternate signal stacks. by Elliott Hughes · 12 years ago
  55. aa754dc Improve stack overflow diagnostics. by Elliott Hughes · 12 years ago
  56. d4e753f Clean up __builtin_expect usage. by Elliott Hughes · 12 years ago
  57. da4a3e6 EABI syscall cleanup. by Elliott Hughes · 12 years ago
  58. 5148661 am 67750c85: Merge "Fix pthread_getattr_np, pthread_attr_setguardsize, and pthread_attr_setstacksize." by Elliott Hughes · 12 years ago
  59. b95cf0d Fix pthread_getattr_np, pthread_attr_setguardsize, and pthread_attr_setstacksize. by Elliott Hughes · 12 years ago
  60. f384be3 am 59ed029b: Merge "Upgrade to tzcode2013d." by Elliott Hughes · 12 years ago
  61. ce4783c Upgrade to tzcode2013d. by Elliott Hughes · 12 years ago
  62. ff20b91 am 8a363692: Merge "Add TCP_INFO state enum values." by Elliott Hughes · 12 years ago
  63. ef49e99 am d30877ae: Merge "syslog.h: add __printflike to syslog functions" by Nick Kralevich · 12 years ago
  64. 0dff43c Add TCP_INFO state enum values. by Elliott Hughes · 12 years ago
  65. 6b1dd17 syslog.h: add __printflike to syslog functions by Nick Kralevich · 12 years ago
  66. 09f561b am b7f49237: Merge "Fix MIPS build." by Elliott Hughes · 12 years ago
  67. 6184c1f Fix MIPS build. by Elliott Hughes · 12 years ago
  68. 731f7c2 am 9d476716: Merge "Add <sys/statvfs.h>." by Elliott Hughes · 12 years ago
  69. 06040fd Add <sys/statvfs.h>. by Elliott Hughes · 12 years ago
  70. f3f72e7 am 4fc8a0c1: Merge "Remove <netinet/icmp6.h> ni_* macros." by Elliott Hughes · 12 years ago
  71. c2cd33e Remove <netinet/icmp6.h> ni_* macros. by Elliott Hughes · 12 years ago
  72. 74b06f8 am ff145277: Merge "Upgrade to tzdata2013d." by Elliott Hughes · 12 years ago
  73. 5149de0 Upgrade to tzdata2013d. by Elliott Hughes · 12 years ago
  74. 233050b am e31c45c9: Merge "Make bionic\'s <netinet/icmp6.h> standalone, like glibc\'s." by Elliott Hughes · 12 years ago
  75. 3a040d8 Make bionic's <netinet/icmp6.h> standalone, like glibc's. by Elliott Hughes · 12 years ago
  76. 62bdd03 am 6b33f31b: Merge "Fix IPv6 filtering definitions in netinet/icmp6.h." by Elliott Hughes · 12 years ago
  77. bfc6a59 Fix IPv6 filtering definitions in netinet/icmp6.h. by Lorenzo Colitti · 12 years ago
  78. 24400ac am e63ea6ac: Merge "Clean up <sys/mount.h>/<linux/fs.h> duplication." by Elliott Hughes · 12 years ago
  79. e63ea6a Merge "Clean up <sys/mount.h>/<linux/fs.h> duplication." by Elliott Hughes · 12 years ago
  80. e42e51d Clean up <sys/mount.h>/<linux/fs.h> duplication. by Elliott Hughes · 12 years ago
  81. 601f968 am 84983592: Merge "bionic_atomic_arm.h: Remove < ARMv6 support" by Nick Kralevich · 12 years ago
  82. e91f717 bionic_atomic_arm.h: Remove < ARMv6 support by Nick Kralevich · 12 years ago
  83. a8b954c am de2781d9: Merge changes I01345c23,I3b57517c by Elliott Hughes · 12 years ago
  84. f936ef1 Include linux/termios.h from sys/ioctl.h. by Lorenzo Colitti · 12 years ago
  85. d7b0d6e Update linux/types.h to linux 2.6.20. by Lorenzo Colitti · 12 years ago
  86. fac9199 am ebc8ce1d: Merge "libc/arch-arm/bionic/memcpy.a9.S: memcpy from cortex-strings." by Elliott Hughes · 12 years ago
  87. 2753e12 libc/arch-arm/bionic/memcpy.a9.S: memcpy from cortex-strings. by Will Newton · 12 years ago
  88. 833dc58 am 87b4286f: Merge "Expose dn_comp and dn_expand to system C code." by Elliott Hughes · 12 years ago
  89. b8e435c Expose dn_comp and dn_expand to system C code. by Lorenzo Colitti · 12 years ago
  90. 7c808b2 am feec97a7: Merge "Fix inttypes.h PRI?PTR and SCN?PTR macros." by Elliott Hughes · 12 years ago
  91. 74f0833 Fix inttypes.h PRI?PTR and SCN?PTR macros. by Elliott Hughes · 12 years ago
  92. dcd237a am 1ba3a2c2: Merge "Update icmp6.h to current NetBSD." by Elliott Hughes · 12 years ago
  93. ce7c404 Update icmp6.h to current NetBSD. by Lorenzo Colitti · 12 years ago
  94. 269daac am 7c14d67b: Merge "libc/arch-arm/bionic/memcpy.a9.S: memcpy from cortex-strings." by Christopher Ferris · 12 years ago
  95. 7c14d67 Merge "libc/arch-arm/bionic/memcpy.a9.S: memcpy from cortex-strings." by Christopher Ferris · 12 years ago
  96. 28d298a am 413eef71: Merge "More FORTIFY_SOURCE functions under clang" by Nick Kralevich · 12 years ago
  97. b61103d libc/arch-arm/bionic/memcpy.a9.S: memcpy from cortex-strings. by Will Newton · 12 years ago
  98. a6cde39 More FORTIFY_SOURCE functions under clang by Nick Kralevich · 12 years ago
  99. a289964 am 227b47a4: Merge "resolv_private.h: remove #define b64_ntop and b64_pton" by Nick Kralevich · 12 years ago
  100. ca43d73 resolv_private.h: remove #define b64_ntop and b64_pton by Nick Kralevich · 12 years ago