1. 00bbc7f Bionic: Make DISALLOW_COPY_AND_ASSIGN conditional by Andreas Gampe · 11 years ago
  2. 8c79b4e Add the <dirent.h> feature macros glibc uses. by Elliott Hughes · 11 years ago
  3. e6ac9bb Remove temporary compatibility hack. by Elliott Hughes · 11 years ago
  4. 0ac0df8 Fix struct stat to match POSIX 2008. by Elliott Hughes · 11 years ago
  5. b86a4c7 Add sethostname(2). by Elliott Hughes · 11 years ago
  6. 2ed9ee1 Merge remote-tracking branch 'goog/stage-aosp-master' into HEAD by The Android Open Source Project · 11 years ago
  7. cd30cb3 am 08a70184: Merge "Add POSIX lcong48." by Elliott Hughes · 11 years ago
  8. b20c244 Implement all the POSIX _l functions. by Elliott Hughes · 11 years ago
  9. 274afe8 Add POSIX lcong48. by Elliott Hughes · 11 years ago
  10. fa7e13b am a80f11ba: Merge "Add support for listing missing POSIX 2013 symbols." by Elliott Hughes · 11 years ago
  11. 6370aed Add support for listing missing POSIX 2013 symbols. by Elliott Hughes · 11 years ago
  12. eac625a am c13a2044: Merge "Fix newlocale with a NULL locale name." by Elliott Hughes · 11 years ago
  13. 45f736b am 6c8f2475: Merge "Fix warning of missing field initializer." by Chih-Hung Hsieh · 11 years ago
  14. c13a204 Merge "Fix newlocale with a NULL locale name." by Elliott Hughes · 11 years ago
  15. 7e0d0f8 Fix newlocale with a NULL locale name. by Elliott Hughes · 11 years ago
  16. dc6599e Fix warning of missing field initializer. by Chih-Hung Hsieh · 11 years ago
  17. 9013863 am e76ea9bb: Merge "Ensure we initialize stdin/stdout/stderr\'s recursive mutexes." by Elliott Hughes · 11 years ago
  18. 6a03abc Ensure we initialize stdin/stdout/stderr's recursive mutexes. by Elliott Hughes · 11 years ago
  19. 25f4bb9 am e38bf839: Merge "limits.h: add define for HOST_NAME_MAX" by Elliott Hughes · 11 years ago
  20. e38bf83 Merge "limits.h: add define for HOST_NAME_MAX" by Elliott Hughes · 11 years ago
  21. 0589777 limits.h: add define for HOST_NAME_MAX by Yongqin Liu · 11 years ago
  22. 4c29b1c am f362e9fb: Merge "Remove an unused file." by Elliott Hughes · 11 years ago
  23. 39cd0fa Remove an unused file. by Elliott Hughes · 11 years ago
  24. 63edd69 am cbb4606a: Merge "change unsigned int to uint32_t for api arc4random/arc4random_uniform" by Yabin Cui · 11 years ago
  25. 91bfaed am 13dcb88b: Merge "Disable tzdata in ." by Elliott Hughes · 11 years ago
  26. 912fe0a am f96eaf62: Merge "[x86,x86_64] Fix libgcc unwinding through signal" by Elliott Hughes · 11 years ago
  27. a39f939 change unsigned int to uint32_t for api arc4random/arc4random_uniform by Yabin Cui · 11 years ago
  28. 7dbb1cf am 021b6412: Merge "Fix the type of u_ar0 in <sys/user.h>." by Elliott Hughes · 11 years ago
  29. ee8faa5 am 7f164f60: Merge "POSIX says pthread_mutex_trylock returns EBUSY, not EDEADLK." by Elliott Hughes · 11 years ago
  30. e24bf5d Disable tzdata in $ANDROID_DATA. by Elliott Hughes · 11 years ago
  31. 3f5d8a0 am cad8d226: Merge "Use mxcr_mask instead of mxcsr_mask to match glibc." by Elliott Hughes · 11 years ago
  32. 43ec1fb am a4c0b756: Merge "Add mkfifoat(3)." by Elliott Hughes · 11 years ago
  33. ac5df33 am 6c5694b6: Merge "Migrate system/extra getaddrinfo test, and fix a bug in getservbyname(3)." by Elliott Hughes · 11 years ago
  34. 50321e2 [x86,x86_64] Fix libgcc unwinding through signal by Pavel Chupin · 11 years ago
  35. 021b641 Merge "Fix the type of u_ar0 in <sys/user.h>." by Elliott Hughes · 11 years ago
  36. e03950f Fix the type of u_ar0 in <sys/user.h>. by Elliott Hughes · 11 years ago
  37. 5b1111a POSIX says pthread_mutex_trylock returns EBUSY, not EDEADLK. by Elliott Hughes · 11 years ago
  38. 96a6f40 am e516321d: Merge "Update bionic to tzdata2014i." by Elliott Hughes · 11 years ago
  39. 274f5e7 am efd2ec8f: Merge "Fix race condition in timer disarm/delete." by Christopher Ferris · 11 years ago
  40. f485547 Use mxcr_mask instead of mxcsr_mask to match glibc. by Elliott Hughes · 11 years ago
  41. ca8e84c Add mkfifoat(3). by Elliott Hughes · 11 years ago
  42. ba81112 Migrate system/extra getaddrinfo test, and fix a bug in getservbyname(3). by Derek Xue · 11 years ago
  43. e516321 Merge "Update bionic to tzdata2014i." by Elliott Hughes · 11 years ago
  44. 62d84b1 Fix race condition in timer disarm/delete. by Christopher Ferris · 11 years ago
  45. a05c2a2 Update bionic to tzdata2014i. by Elliott Hughes · 11 years ago
  46. 4b8c96d Merge commit 'bc8745cc3dd94331d008d553a374e733df978963' into HEAD by Bill Yi · 11 years ago
  47. c89ee27 Replace ambiguous cmp operator with cmpl. by Chih-Hung Hsieh · 11 years ago
  48. 54d7636 Merge "Rename library_offset to library_fd_offset" by Dmitriy Ivanov · 11 years ago
  49. a6c1279 Rename library_offset to library_fd_offset by Dmitriy Ivanov · 11 years ago
  50. ad13662 Merge "Never use ASAN." by Dan Albert · 11 years ago
  51. 5ba672e Never use ASAN. by Dan Albert · 11 years ago
  52. bc8745c am 8f41d3d3: Merge "Fix generic __memcpy_chk implementation." by Christopher Ferris · 11 years ago
  53. 8f41d3d Merge "Fix generic __memcpy_chk implementation." by Christopher Ferris · 11 years ago
  54. 042319b am 9a740482: Merge "Add -no-integrated-as at local level." by Chih-Hung Hsieh · 11 years ago
  55. a371750 Add -no-integrated-as at local level. by Chih-Hung Hsieh · 11 years ago
  56. 7123d43 Fix generic __memcpy_chk implementation. by Christopher Ferris · 11 years ago
  57. 96def86 am 90aa7e37: Merge "Only use <atomic> for C++11 and newer." by Dan Albert · 11 years ago
  58. 3ce0769 Only use <atomic> for C++11 and newer. by Dan Albert · 11 years ago
  59. 8d87796 am 71cbcdcf: Merge "We don\'t actually need all of libc++ here." by Dan Albert · 11 years ago
  60. 71cbcdc Merge "We don't actually need all of libc++ here." by Dan Albert · 11 years ago
  61. a7c2e0b We don't actually need all of libc++ here. by Dan Albert · 11 years ago
  62. 2476691 am 97df16ba: Merge "Add clock_settime and clock_nanosleep." by Elliott Hughes · 11 years ago
  63. 1816025 Add clock_settime and clock_nanosleep. by Haruki Hasegawa · 11 years ago
  64. 951e582 am c2297050: Merge "Add glibc alias for NT_PRFPREG" by Dmitriy Ivanov · 11 years ago
  65. 737b658 am 083769a3: Merge "Return total footprint, not high water mark." by Christopher Ferris · 11 years ago
  66. c01a386 am 94571f9a: Merge "Use LOCAL_CXX_STL to select libc++_static." by Dan Albert · 11 years ago
  67. c229705 Merge "Add glibc alias for NT_PRFPREG" by Dmitriy Ivanov · 11 years ago
  68. a6bee4d Add glibc alias for NT_PRFPREG by Dmitriy Ivanov · 11 years ago
  69. fee09e5 Return total footprint, not high water mark. by Christopher Ferris · 11 years ago
  70. 90a29db Use LOCAL_CXX_STL to select libc++_static. by Dan Albert · 11 years ago
  71. 472c21b am 62a665a6: Merge "Add back symbols to fix Greed for Glory franchise." by Christopher Ferris · 11 years ago
  72. 78ba823 Add back symbols to fix Greed for Glory franchise. by Christopher Ferris · 11 years ago
  73. a852bb5 am e9c216fc: Merge "Fix pthread_attr_getstack under valgrind." by Elliott Hughes · 11 years ago
  74. 9afb2f2 Fix pthread_attr_getstack under valgrind. by Elliott Hughes · 11 years ago
  75. 95296d4 am d0944d9e: Merge "Re-add dlmalloc for 32 bit." by Christopher Ferris · 11 years ago
  76. f183f95 Re-add dlmalloc for 32 bit. by Christopher Ferris · 11 years ago
  77. b9122b7 am 8a7f8387: Merge "Use snprintf(3) instead of sprintf(3)." by Dan Albert · 11 years ago
  78. a2220ff am 72d72d91: Merge "Replace uses of sprintf(3) with snprintf(3)." by Dan Albert · 11 years ago
  79. ca75f9c Use snprintf(3) instead of sprintf(3). by Dan Albert · 11 years ago
  80. 72d72d9 Merge "Replace uses of sprintf(3) with snprintf(3)." by Dan Albert · 11 years ago
  81. cfd8c45 Replace uses of sprintf(3) with snprintf(3). by Dan Albert · 11 years ago
  82. 9a96ca3 am 0511534d: Merge "Don\'t silently return EINVAL for a NULL sem_t*." by Elliott Hughes · 11 years ago
  83. 75129ae Don't silently return EINVAL for a NULL sem_t*. by Elliott Hughes · 11 years ago
  84. b559513 am 5a3ca374: Merge "Revert "Work around a bug in Immersion\'s libImmEmulatorJ.so."" by Elliott Hughes · 11 years ago
  85. 5a3ca37 Merge "Revert "Work around a bug in Immersion's libImmEmulatorJ.so."" by Elliott Hughes · 11 years ago
  86. 6c4a64e am c9e4f2de: Merge "Inline helpers need to be exported unmangled." by Dan Albert · 11 years ago
  87. c9e4f2d Merge "Inline helpers need to be exported unmangled." by Dan Albert · 11 years ago
  88. 658727e Inline helpers need to be exported unmangled. by Dan Albert · 11 years ago
  89. 3d77327 Revert "Work around a bug in Immersion's libImmEmulatorJ.so." by Elliott Hughes · 11 years ago
  90. e698a7b am e8d9057e: Merge "Work around a bug in Immersion\'s libImmEmulatorJ.so." by Elliott Hughes · 11 years ago
  91. 7d3f553 Work around a bug in Immersion's libImmEmulatorJ.so. by Elliott Hughes · 11 years ago
  92. 7c955d7 am eeb9aa02: Merge "Use snprintf instead of sprintf." by Dan Albert · 11 years ago
  93. b0fd556 Use snprintf instead of sprintf. by Dan Albert · 11 years ago
  94. 6869d26 Force export symbols on all x86 variants in libc. by Christopher Ferris · 11 years ago
  95. 9a7d31e Merge "resolved conflicts for merge of d11eac34 to lmp-dev-plus-aosp" into lmp-dev-plus-aosp by Christopher Ferris · 11 years ago
  96. d61d2b7 resolved conflicts for merge of d11eac34 to lmp-dev-plus-aosp by Christopher Ferris · 11 years ago
  97. 2d04b5e am b5cba608: Merge "cdefs.h: add artificial attribute to FORTIFY_SOURCE functions" by Nick Kralevich · 11 years ago
  98. d11eac3 Force export symbols on all x86 variants in libc. by Christopher Ferris · 11 years ago
  99. 1aaa178 cdefs.h: add artificial attribute to FORTIFY_SOURCE functions by Nick Kralevich · 11 years ago
  100. 47388d8 am 6d569b92: Merge "Add file_offset parameter to android_extinfo" by Dmitriy Ivanov · 11 years ago