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