1. 6a03abc Ensure we initialize stdin/stdout/stderr's recursive mutexes. by Elliott Hughes · 11 years ago
  2. e38bf83 Merge "limits.h: add define for HOST_NAME_MAX" by Elliott Hughes · 11 years ago
  3. 0589777 limits.h: add define for HOST_NAME_MAX by Yongqin Liu · 11 years ago
  4. 39cd0fa Remove an unused file. by Elliott Hughes · 11 years ago
  5. a39f939 change unsigned int to uint32_t for api arc4random/arc4random_uniform by Yabin Cui · 11 years ago
  6. e24bf5d Disable tzdata in $ANDROID_DATA. by Elliott Hughes · 11 years ago
  7. 50321e2 [x86,x86_64] Fix libgcc unwinding through signal by Pavel Chupin · 11 years ago
  8. 021b641 Merge "Fix the type of u_ar0 in <sys/user.h>." by Elliott Hughes · 11 years ago
  9. e03950f Fix the type of u_ar0 in <sys/user.h>. by Elliott Hughes · 11 years ago
  10. 5b1111a POSIX says pthread_mutex_trylock returns EBUSY, not EDEADLK. by Elliott Hughes · 11 years ago
  11. f485547 Use mxcr_mask instead of mxcsr_mask to match glibc. by Elliott Hughes · 11 years ago
  12. ca8e84c Add mkfifoat(3). by Elliott Hughes · 11 years ago
  13. ba81112 Migrate system/extra getaddrinfo test, and fix a bug in getservbyname(3). by Derek Xue · 11 years ago
  14. e516321 Merge "Update bionic to tzdata2014i." by Elliott Hughes · 11 years ago
  15. 62d84b1 Fix race condition in timer disarm/delete. by Christopher Ferris · 11 years ago
  16. a05c2a2 Update bionic to tzdata2014i. by Elliott Hughes · 11 years ago
  17. c89ee27 Replace ambiguous cmp operator with cmpl. by Chih-Hung Hsieh · 11 years ago
  18. 54d7636 Merge "Rename library_offset to library_fd_offset" by Dmitriy Ivanov · 11 years ago
  19. a6c1279 Rename library_offset to library_fd_offset by Dmitriy Ivanov · 11 years ago
  20. ad13662 Merge "Never use ASAN." by Dan Albert · 11 years ago
  21. 5ba672e Never use ASAN. by Dan Albert · 11 years ago
  22. 8f41d3d Merge "Fix generic __memcpy_chk implementation." by Christopher Ferris · 11 years ago
  23. a371750 Add -no-integrated-as at local level. by Chih-Hung Hsieh · 11 years ago
  24. 7123d43 Fix generic __memcpy_chk implementation. by Christopher Ferris · 11 years ago
  25. 3ce0769 Only use <atomic> for C++11 and newer. by Dan Albert · 11 years ago
  26. 71cbcdc Merge "We don't actually need all of libc++ here." by Dan Albert · 11 years ago
  27. a7c2e0b We don't actually need all of libc++ here. by Dan Albert · 11 years ago
  28. 1816025 Add clock_settime and clock_nanosleep. by Haruki Hasegawa · 11 years ago
  29. c229705 Merge "Add glibc alias for NT_PRFPREG" by Dmitriy Ivanov · 11 years ago
  30. a6bee4d Add glibc alias for NT_PRFPREG by Dmitriy Ivanov · 11 years ago
  31. fee09e5 Return total footprint, not high water mark. by Christopher Ferris · 11 years ago
  32. 90a29db Use LOCAL_CXX_STL to select libc++_static. by Dan Albert · 11 years ago
  33. 78ba823 Add back symbols to fix Greed for Glory franchise. by Christopher Ferris · 11 years ago
  34. 9afb2f2 Fix pthread_attr_getstack under valgrind. by Elliott Hughes · 11 years ago
  35. f183f95 Re-add dlmalloc for 32 bit. by Christopher Ferris · 11 years ago
  36. ca75f9c Use snprintf(3) instead of sprintf(3). by Dan Albert · 11 years ago
  37. 72d72d9 Merge "Replace uses of sprintf(3) with snprintf(3)." by Dan Albert · 11 years ago
  38. cfd8c45 Replace uses of sprintf(3) with snprintf(3). by Dan Albert · 11 years ago
  39. 75129ae Don't silently return EINVAL for a NULL sem_t*. by Elliott Hughes · 11 years ago
  40. 5a3ca37 Merge "Revert "Work around a bug in Immersion's libImmEmulatorJ.so."" by Elliott Hughes · 11 years ago
  41. c9e4f2d Merge "Inline helpers need to be exported unmangled." by Dan Albert · 11 years ago
  42. 658727e Inline helpers need to be exported unmangled. by Dan Albert · 11 years ago
  43. 3d77327 Revert "Work around a bug in Immersion's libImmEmulatorJ.so." by Elliott Hughes · 11 years ago
  44. 7d3f553 Work around a bug in Immersion's libImmEmulatorJ.so. by Elliott Hughes · 11 years ago
  45. b0fd556 Use snprintf instead of sprintf. by Dan Albert · 11 years ago
  46. 6869d26 Force export symbols on all x86 variants in libc. by Christopher Ferris · 11 years ago
  47. 1aaa178 cdefs.h: add artificial attribute to FORTIFY_SOURCE functions by Nick Kralevich · 11 years ago
  48. 6d569b9 Merge "Add file_offset parameter to android_extinfo" by Dmitriy Ivanov · 11 years ago
  49. 07e5bc1 Add file_offset parameter to android_extinfo by Dmitriy Ivanov · 11 years ago
  50. a6eef3b Merge "Revert "cdefs.h: add artificial attribute to FORTIFY_SOURCE functions"" by Nick Kralevich · 11 years ago
  51. 884a3de Revert "cdefs.h: add artificial attribute to FORTIFY_SOURCE functions" by Nick Kralevich · 11 years ago
  52. 558ec81 Merge "cdefs.h: add artificial attribute to FORTIFY_SOURCE functions" by Nick Kralevich · 11 years ago
  53. b84f667 further cleanup memcpy fortify implementation by Nick Kralevich · 11 years ago
  54. 9b543ff cdefs.h: add artificial attribute to FORTIFY_SOURCE functions by Nick Kralevich · 11 years ago
  55. 48be71d string.h: remove unused variable by Nick Kralevich · 11 years ago
  56. 8d0b2db Reimplement clock(3) using clock_gettime(3) by Alex Van Brunt · 11 years ago
  57. d5df412 Merge "Add RTLD_NODELETE flag support" by Dmitriy Ivanov · 11 years ago
  58. 2d111d9 Merge "Make memory_order_acquire visible in global namespace" by Hans Boehm · 11 years ago
  59. b19bd93 Merge "Add stpcpy assembler version." by Christopher Ferris · 11 years ago
  60. 1b20daf Add RTLD_NODELETE flag support by Dmitriy Ivanov · 11 years ago
  61. cadccfd Merge "Update bionic to tzdata 2014h." by Elliott Hughes · 11 years ago
  62. 7d849ac Add stpcpy assembler version. by Christopher Ferris · 11 years ago
  63. 76ac4d0 Make memory_order_acquire visible in global namespace by Hans Boehm · 11 years ago
  64. 0c8fb51 Update bionic to tzdata 2014h. by Elliott Hughes · 11 years ago
  65. f8896c6 Fix update-tzdata.py to rebuild icu4c .dat file. by Elliott Hughes · 11 years ago
  66. 31e072f Update our FreeBSD realpath(3) to upstream head. by Elliott Hughes · 11 years ago
  67. 6cdeb52 Fix unused DT entry warnings. by Dmitriy Ivanov · 11 years ago
  68. b0c0037 Remove arch-mips64/bionic/__get_sp.S by Andrew Hsieh · 11 years ago
  69. c8bd2ab Cleanup arm assembly. by Christopher Ferris · 11 years ago
  70. 188d093 Static libc++ is being renamed libc++_static. by Dan Albert · 11 years ago
  71. 690211f Make __aeabi_*() symbols weak. by Dan Albert · 11 years ago
  72. 8cf61da Add __memcpy_chk assembly for 64 bit. by Christopher Ferris · 11 years ago
  73. abefc93 Re-expose more stdio implementation details for LP32. by Elliott Hughes · 11 years ago
  74. 567d3fc Merge "Switch to OpenBSD fopen/fclose." by Elliott Hughes · 11 years ago
  75. af12924 Sync with current upstream getopt_long.c. by Elliott Hughes · 11 years ago
  76. 5a69da8 Switch to OpenBSD fopen/fclose. by Elliott Hughes · 11 years ago
  77. f05410e Merge "Sync with upstream findfp.c." by Elliott Hughes · 11 years ago
  78. c08c25b Sync with upstream findfp.c. by Elliott Hughes · 11 years ago
  79. 21db6ff Merge "Coverage configs for bionic." by Dan Albert · 11 years ago
  80. c2d3908 Coverage configs for bionic. by Dan Albert · 11 years ago
  81. fc5a93f Merge "Fix incorrect parameter types for locale funcs." by Dan Albert · 11 years ago
  82. ebf37e3 Merge "Switch to OpenBSD flags.c." by Elliott Hughes · 11 years ago
  83. 04643c1 Merge "Remove the unnecessary generic-neon code." by Christopher Ferris · 11 years ago
  84. a71b4c3 Switch to OpenBSD flags.c. by Elliott Hughes · 11 years ago
  85. 2169e17 Remove the unnecessary generic-neon code. by Christopher Ferris · 11 years ago
  86. 31165ed CLOEXEC support in fdopen, freopen, and mkostemp/mkostemps. by Elliott Hughes · 11 years ago
  87. 3c5037f Fix incorrect parameter types for locale funcs. by Dan Albert · 11 years ago
  88. b05ec5a Pull in upstream fixes to reject invalid bases. by Elliott Hughes · 11 years ago
  89. 8642165 Merge "Sync with some upstream OpenBSD #include cleanup." by Elliott Hughes · 11 years ago
  90. 49eed7d Switch to OpenBSD insque/remque/killpg. by Elliott Hughes · 11 years ago
  91. 08dc9d8 Sync with some upstream OpenBSD #include cleanup. by Elliott Hughes · 11 years ago
  92. 0dc39f9 Fix a couple more cases of missing CLOEXEC. by Elliott Hughes · 11 years ago
  93. a186b2e Clean up fpathconf(3)/pathconf(3). by Elliott Hughes · 11 years ago
  94. c296e4f Use the uapi fs magic in <sys/vfs.h>. by Elliott Hughes · 11 years ago
  95. 413de5b Merge "Add semaphore tests, fix sem_destroy." by Elliott Hughes · 11 years ago
  96. 04303f5 Add semaphore tests, fix sem_destroy. by Elliott Hughes · 11 years ago
  97. 6fe376d Remove references to MALLOC_LEAK_CHECK. by Christopher Ferris · 11 years ago
  98. adc0134 Merge "Add greg_t for arm64." by Elliott Hughes · 11 years ago
  99. 8e4d371 Add greg_t for arm64. by Elliott Hughes · 11 years ago
  100. 13d6023 Merge "Exclude libstdc++ from linked libraries." by Dan Albert · 11 years ago