1. 9d0c793 Remove PTHREAD_ATTR_FLAG_MAIN_THREAD. by Yabin Cui · 10 years ago
  2. f7e3b3e Use pthread_once for g_uselocale_key creation. by Yabin Cui · 10 years ago
  3. c3307dc Merge "Better control of pthread keys used in bionic." by Yabin Cui · 10 years ago
  4. e1c0213 Merge "Switch pthread_rwlock_t to stdatomic." by Yabin Cui · 10 years ago
  5. 08ee8d2 Switch pthread_rwlock_t to stdatomic. by Yabin Cui · 10 years ago
  6. 4a2891d Better control of pthread keys used in bionic. by Yabin Cui · 10 years ago
  7. e1edd30 Merge "Refactor pthread_key.cpp to be lock-free." by Yabin Cui · 10 years ago
  8. 5e2bd71 Refactor pthread_key.cpp to be lock-free. by Yabin Cui · 10 years ago
  9. d5c2745 Merge "Lose bionic_atomic stuff." by Yabin Cui · 10 years ago
  10. c09268a bionic: deprecate _PATH_MEM by Mark Salyzyn · 10 years ago
  11. cc9ca10 Fix fread returning bad data. by Christopher Ferris · 10 years ago
  12. ce751b3 Lose bionic_atomic stuff. by Yabin Cui · 10 years ago
  13. b8b5a72 Make getgrent deprecated. by Yabin Cui · 10 years ago
  14. 398ef15 Merge "Move endpwent to ndk_cruft.cpp." by Yabin Cui · 10 years ago
  15. f1b4a5d Merge "Make tempnam/mktemp deprecated." by Yabin Cui · 10 years ago
  16. 9b4f77f Make tempnam/mktemp deprecated. by Yabin Cui · 10 years ago
  17. 52d7f1a Move endpwent to ndk_cruft.cpp. by Yabin Cui · 10 years ago
  18. 448a859 Merge "Switch system_properties.cpp from bionic atomic operations to stdatomic." by Yabin Cui · 10 years ago
  19. 8c41eae Merge "Move getusershell/endusershell/setusershell to ndk_cruft.cpp." by Yabin Cui · 10 years ago
  20. 7fb680b Move getusershell/endusershell/setusershell to ndk_cruft.cpp. by Yabin Cui · 10 years ago
  21. 3577825 Fix "faccessat ignores flags" by Nick Kralevich · 10 years ago
  22. b8ce474 Switch system_properties.cpp from bionic atomic operations to stdatomic. by Yabin Cui · 10 years ago
  23. be52e65 Fix dup2 in the case where the two fds are equal. by Elliott Hughes · 10 years ago
  24. 6af62e0 Add RLIM_SAVED_CUR and RLIM_SAVED_MAX. by Elliott Hughes · 10 years ago
  25. daf8911 [MIPS64] Fix mips64 build. by Nikola Veljkovic · 10 years ago
  26. 4c5891d valgrind can't find syscall because we didn't put it in <unistd.h>. by Elliott Hughes · 10 years ago
  27. 3cfb52a Add GNU extensions mempcpy and wmemcpy. by Elliott Hughes · 10 years ago
  28. 3e1b5f4 Merge "Parameterize use of clang in libc_ndk." by Dan Albert · 10 years ago
  29. 2c678e6 Parameterize use of clang in libc_ndk. by Dan Albert · 10 years ago
  30. d3fa31a Merge "[MIPS] Fix setjmp signals" by Elliott Hughes · 10 years ago
  31. 4add77b Merge "Make gets() deprecated." by Yabin Cui · 10 years ago
  32. 913fcb2 Make gets() deprecated. by Yabin Cui · 10 years ago
  33. 1dbc6bb Merge "Implement _FILE_OFFSET_BITS (mostly)." by Elliott Hughes · 10 years ago
  34. 9ec37c7 Merge "Update tzdata to tzdata2015a" by Neil Fuller · 10 years ago
  35. 68dc20d Implement _FILE_OFFSET_BITS (mostly). by Elliott Hughes · 10 years ago
  36. a6395e1 Update NDK compatlib for 4.1.2. by Dan Albert · 10 years ago
  37. 9a9ea3a Update the NDK compatlib for 4.4.4 and ToT. by Dan Albert · 10 years ago
  38. 0e61c2c Merge "Revert "Move use of __warnattr to __deprecated."" by Yabin Cui · 10 years ago
  39. 784de4e Revert "Move use of __warnattr to __deprecated." by Yabin Cui · 10 years ago
  40. b5c2379 Merge "Move use of __warnattr to __deprecated." by Yabin Cui · 10 years ago
  41. 4645c4f Move use of __warnattr to __deprecated. by Yabin Cui · 10 years ago
  42. 89dad68 Merge "Change getgrent error declaration message to proper style." by Yabin Cui · 10 years ago
  43. 62533de Change getgrent error declaration message to proper style. by Yabin Cui · 10 years ago
  44. be6a445 Fix sysconf for _SC_CHILD_MAX and _SC_OPEN_MAX. by Elliott Hughes · 10 years ago
  45. fb48c68 Merge "Fix memchr overflow." by Elliott Hughes · 10 years ago
  46. 92b9c6f POSIX says flock is in <sys/file.h>, not <unistd.h>. by Elliott Hughes · 10 years ago
  47. 094a8ae Update tzdata to tzdata2015a by Neil Fuller · 11 years ago
  48. 41ef902 Fix memchr overflow. by Elliott Hughes · 10 years ago
  49. 4181cc6 Merge "Declare getgrent/setgrent/endgrent as missing." by Yabin Cui · 10 years ago
  50. b81a871 Merge changes I88827aa0,Ib0b0987a by Dmitriy Ivanov · 10 years ago
  51. 13ed3f0 Add missing SHT_LOOS/SHT_HIOS values by Dmitriy Ivanov · 10 years ago
  52. c9d0943 Declare getgrent/setgrent/endgrent as missing. by Yabin Cui · 10 years ago
  53. e09ab2c Make .note.android.ident section type SH_NOTE by Colin Cross · 10 years ago
  54. 24958ae Remove no-op sed step when compiling crtbrand.o by Colin Cross · 10 years ago
  55. b6d301f [MIPS] Fix setjmp signals by Duane Sand · 11 years ago
  56. ee17e88 Merge "Define MAXHOSTNAMELEN explicitly in source files." by Yabin Cui · 10 years ago
  57. 2d8f9b5 Define MAXHOSTNAMELEN explicitly in source files. by Yabin Cui · 10 years ago
  58. e375eca Merge "Switch pthread_cond_t to <stdatomic.h>." by Yabin Cui · 10 years ago
  59. e5f816c Switch pthread_cond_t to <stdatomic.h>. by Yabin Cui · 11 years ago
  60. a4fc89b Merge "Stop including <linux/param.h> in <sys/param.h>." by Yabin Cui · 10 years ago
  61. 4216085 Remove stray log line. by Narayan Kamath · 10 years ago
  62. bc64d1d Merge "Switch kernel header parsing to python libclang" by Tao Bao · 10 years ago
  63. d7db594 Switch kernel header parsing to python libclang by Tao Bao · 11 years ago
  64. 44e88db Merge "Use LOCAL_C_INCLUDES instead of LOCAL_CFLAGS for include dirs" by Colin Cross · 10 years ago
  65. 91b403c Use LOCAL_C_INCLUDES instead of LOCAL_CFLAGS for include dirs by Colin Cross · 10 years ago
  66. 9dfb00c Merge "Use the libcxxabi __cxa_demangle." by Elliott Hughes · 10 years ago
  67. 6e54c3e Use the libcxxabi __cxa_demangle. by Elliott Hughes · 10 years ago
  68. aba6f71 Apparently, logd does need the NULs. by Elliott Hughes · 10 years ago
  69. da2c0a7 Merge changes Ib87855e8,I4b46ae20,I66364a5c,Id3fcf680 by Colin Cross · 10 years ago
  70. 5b869c0 Use LOCAL_LDFLAGS_64 instead of enumerating 64-bit architectures by Colin Cross · 10 years ago
  71. a6b6ed5 Fix typo in cpu variant makefile depenendency for arm64 by Colin Cross · 10 years ago
  72. 7dc502d Remove libc_static_common_src_files by Colin Cross · 10 years ago
  73. 1742a32 Share LP32 makefile settings between arches by Colin Cross · 10 years ago
  74. 5e52226 Stop including <linux/param.h> in <sys/param.h>. by Yabin Cui · 10 years ago
  75. bdd8452 Set INCLUDE_UNI_CORE_DATA=1 when rebuilding ICU4C time zone data. by Fredrik Roubert · 10 years ago
  76. 7e1b3d3 Merge "Switch sem_t from bionic atomics to stdatomic.h." by Yabin Cui · 10 years ago
  77. a3d97da Switch sem_t from bionic atomics to stdatomic.h. by Yabin Cui · 11 years ago
  78. 11829be Merge "Add test about pthread_mutex_t owner tid limit." by Yabin Cui · 10 years ago
  79. 140f367 Add test about pthread_mutex_t owner tid limit. by Yabin Cui · 10 years ago
  80. 00490ae Ensure raw fchmod/fchmodat syscalls are hidden. by Nick Kralevich · 10 years ago
  81. d57bf44 Merge "Switch pthread_mutex_t from bionic atomics to <stdatomic.h>." by Hans Boehm · 11 years ago
  82. c5999c1 Merge "Clean up SEEK_SET definitions." by Elliott Hughes · 11 years ago
  83. 86fc96f Switch pthread_mutex_t from bionic atomics to <stdatomic.h>. by Yabin Cui · 11 years ago
  84. d80ec66 Merge "Add fchmodat(AT_SYMLINK_NOFOLLOW) and fchmod O_PATH support" by Nick Kralevich · 11 years ago
  85. 1ed337d Clean up SEEK_SET definitions. by Elliott Hughes · 11 years ago
  86. 3cbc6c6 Add fchmodat(AT_SYMLINK_NOFOLLOW) and fchmod O_PATH support by Nick Kralevich · 11 years ago
  87. 42084a2 Small logging cleanup. by Elliott Hughes · 11 years ago
  88. 7f0f30c Merge "Fix clang build." by Elliott Hughes · 11 years ago
  89. 30fbf5f Fix clang build. by Elliott Hughes · 11 years ago
  90. d514d9b Merge "Fixes to the update-tzdata.py tool" by Neil Fuller · 11 years ago
  91. 0662c3e Fixes to the update-tzdata.py tool by Neil Fuller · 11 years ago
  92. 4674e38 Fortify poll and ppoll. by Elliott Hughes · 11 years ago
  93. cb0e703 Include <malloc.h> for struct mallinfo. by Elliott Hughes · 11 years ago
  94. 09c3382 Merge "Break two incorrect transitive includes." by Elliott Hughes · 11 years ago
  95. 94335cc Merge "Put back inline definitions if using an old API." by Dan Albert · 11 years ago
  96. 4dcfccf Remove unused CONFIG_SECONDS. by Elliott Hughes · 11 years ago
  97. 5038b19 Break two incorrect transitive includes. by Elliott Hughes · 11 years ago
  98. 466dbe4 Put back inline definitions if using an old API. by Dan Albert · 11 years ago
  99. cd1959b Merge "Add primitive CPPLINT.cfg." by Dan Albert · 11 years ago
  100. 6ac4dd8 Add primitive CPPLINT.cfg. by Dan Albert · 11 years ago