1. 9101b00 add a fortified implementation of getcwd by Daniel Micay · 10 years ago
  2. 36443fd Remove PAGE_SIZE from <limits.h>. by Elliott Hughes · 10 years ago
  3. 820a86f Remove PAGESIZE. by Elliott Hughes · 10 years ago
  4. afab3ff Move PAGE_MASK into <sys/user.h>. by Elliott Hughes · 10 years ago
  5. 667dc75 deprecate TARGET_USES_LOGD by Mark Salyzyn · 10 years ago
  6. 8af3263 Merge "add fortified implementations of fread/fwrite" by Yabin Cui · 10 years ago
  7. 189394b Use AT_PAGESZ for sysconf(_SC_PAGE_SIZE). by Elliott Hughes · 10 years ago
  8. fed2659 add fortified implementations of fread/fwrite by Daniel Micay · 10 years ago
  9. 1661125 Don't abort when failed to write tracing message. by Yabin Cui · 10 years ago
  10. 2565492 Merge "Add getgrgid_r/getgrnam_r." by Yabin Cui · 10 years ago
  11. c4786d3 Add getgrgid_r/getgrnam_r. by Yabin Cui · 10 years ago
  12. 3b49d61 Merge "libc: arch-x86: implement kernel vdso time functions" by Elliott Hughes · 10 years ago
  13. 10726d5 libc: arch-x86: implement kernel vdso time functions by Robert Jarzmik · 10 years ago
  14. d294863 Use a less misleading name for the code that sets up the main thread. by Elliott Hughes · 10 years ago
  15. c99fabb Merge "Add support for non-zero vaddr in maps." by Christopher Ferris · 10 years ago
  16. 613f814 Revert "Revert "make vdso function pointers read-only at runtime"" by Elliott Hughes · 10 years ago
  17. 1946856 Revert "make vdso function pointers read-only at runtime" by Elliott Hughes · 10 years ago
  18. df1a3c6 make vdso function pointers read-only at runtime by Daniel Micay · 10 years ago
  19. 70b6e1d Add support for non-zero vaddr in maps. by Christopher Ferris · 10 years ago
  20. 3a40a00 Do not hold hash table lock while backtracing. by Christopher Ferris · 10 years ago
  21. a20a35f Prevent user-defined basename_r from breaking basename(3). by Elliott Hughes · 10 years ago
  22. eeb6b57 Name the thread stack and signal stack guard pages. by Elliott Hughes · 10 years ago
  23. c224747 Improve personality initialization by Dmitriy Ivanov · 10 years ago
  24. b130493 Hide accidentally-exposed __clock_nanosleep. by Elliott Hughes · 10 years ago
  25. ba1d40a Merge "Statically linked executables should honor AT_SECURE." by Elliott Hughes · 10 years ago
  26. 60907c7 Allow NULL in pthread_mutex_lock/unlock. by Christopher Ferris · 10 years ago
  27. 1801db3 Statically linked executables should honor AT_SECURE. by Elliott Hughes · 10 years ago
  28. 12fb28b Merge "Add O_PATH support for flistxattr()" by Nick Kralevich · 10 years ago
  29. e1d0810 Add O_PATH support for flistxattr() by Nick Kralevich · 10 years ago
  30. f9554a1 Export two dlmalloc functions everywhere. by Christopher Ferris · 10 years ago
  31. c062218 Reorder DIR structure due to bad apps. by Christopher Ferris · 10 years ago
  32. 2825f10 libc: Add O_PATH support for fgetxattr / fsetxattr by Nick Kralevich · 10 years ago
  33. 9d476a0 Cleanup ftruncate negative test. by Dan Albert · 10 years ago
  34. c05554e Fix error handling for negative size in ftruncate. by Dan Albert · 10 years ago
  35. 40a8f21 Hide rt_sigqueueinfo. by Yabin Cui · 10 years ago
  36. 11331f6 Add float support to binary event log. by Jeff Brown · 10 years ago
  37. bfd6527 bionic: add __system_property_area_serial() by Mark Salyzyn · 10 years ago
  38. 42502d7 Merge "add fortified memchr/memrchr implementations" by Nick Kralevich · 10 years ago
  39. 9a2744d Merge "Fix POSIX timer thread naming." by Elliott Hughes · 10 years ago
  40. d1aea30 Fix POSIX timer thread naming. by Elliott Hughes · 10 years ago
  41. ea295f6 Unregister pthread_atfork handlers on dlclose() by Dmitriy Ivanov · 11 years ago
  42. 6c63ee4 Merge "Revert "Unregister pthread_atfork handlers on dlclose()"" by Dimitry Ivanov · 10 years ago
  43. 094f58f Revert "Unregister pthread_atfork handlers on dlclose()" by Dimitry Ivanov · 10 years ago
  44. 3da9373 Merge "Simplify close(2) EINTR handling." by Elliott Hughes · 10 years ago
  45. 3391a9f Simplify close(2) EINTR handling. by Elliott Hughes · 10 years ago
  46. 6df122f Unregister pthread_atfork handlers on dlclose() by Dmitriy Ivanov · 11 years ago
  47. 72a6fdc Fix bug in app_id_from_name in stubs.cpp. by Yabin Cui · 10 years ago
  48. 4ae7736 add fortified memchr/memrchr implementations by Daniel Micay · 10 years ago
  49. 4228188 add fortified readlink/readlinkat implementations by Daniel Micay · 10 years ago
  50. a932513 Fix clang build. by Elliott Hughes · 10 years ago
  51. e7e1c87 add fortified implementations of pread/pread64 by Daniel Micay · 10 years ago
  52. 2587c6a Merge "Change on handling of SIGEV_THREAD timers." by Yabin Cui · 10 years ago
  53. 95f1ee2 Change on handling of SIGEV_THREAD timers. by Yabin Cui · 11 years ago
  54. 66aa0b6 Hide emutls* symbols in libc.so by Dmitriy Ivanov · 10 years ago
  55. 8f3f041 Merge "Prevent using static-allocated pthread keys before creation." by Yabin Cui · 10 years ago
  56. 5ddbb3f Prevent using static-allocated pthread keys before creation. by Yabin Cui · 10 years ago
  57. 76615da Provide writer preference option in rwlock. by Yabin Cui · 10 years ago
  58. f796985 Fix bug for recursive/errorcheck mutex on 32-bit devices. by Yabin Cui · 10 years ago
  59. 00d1101 Merge "Refactor pthread_mutex to support 32-bit owner_tid on 64-bit devices." by Yabin Cui · 10 years ago
  60. e69c245 Refactor pthread_mutex to support 32-bit owner_tid on 64-bit devices. by Yabin Cui · 10 years ago
  61. 8f41142 Merge "stubs missing include for string.h" by Mark Salyzyn · 10 years ago
  62. 56b2768 stubs missing include for string.h by Mark Salyzyn · 10 years ago
  63. 6170693 Make ThreadLocalBuffer a class rather than a macro. by Elliott Hughes · 10 years ago
  64. ef11500 Revert "Revert "add guard pages to the internal signal stacks"" by Yabin Cui · 10 years ago
  65. a3125fd Revert "add guard pages to the internal signal stacks" by Elliott Hughes · 10 years ago
  66. 595752f add guard pages to the internal signal stacks by Daniel Micay · 10 years ago
  67. 8f3eb5a Merge "Revert "Cause Fatal error when invalid pthread_id is detected."" by Yabin Cui · 10 years ago
  68. 220b99b Revert "Cause Fatal error when invalid pthread_id is detected." by Yabin Cui · 10 years ago
  69. f2d153f Merge "Initial implementation of __cxa_thread_atexit_impl" by Dmitriy Ivanov · 10 years ago
  70. df79c33 Initial implementation of __cxa_thread_atexit_impl by Dmitriy Ivanov · 10 years ago
  71. 17393b0 Hide internal of pthread_mutex_t. by Yabin Cui · 10 years ago
  72. fa3dcec Merge "Fix in error handling in pthread_create.cpp." by Yabin Cui · 10 years ago
  73. 799cb35 Fix in error handling in pthread_create.cpp. by Yabin Cui · 10 years ago
  74. 0332478 Cause Fatal error when invalid pthread_id is detected. by Yabin Cui · 10 years ago
  75. 28e69f7 Add O_APPEND flag for __libc_write_stderr. by Yabin Cui · 10 years ago
  76. 93d44ff Merge "Let g_thread_list_lock only protect g_thread_list." by Yabin Cui · 10 years ago
  77. 673b15e Let g_thread_list_lock only protect g_thread_list. by Yabin Cui · 10 years ago
  78. 32b039e Merge "RTLD_LAZY is not supported, use RTLD_NOW instead." by Dmitriy Ivanov · 10 years ago
  79. f8246ac Merge "Add test for pthread types alignment check." by Yabin Cui · 10 years ago
  80. 84c10c2 RTLD_LAZY is not supported, use RTLD_NOW instead. by Dmitriy Ivanov · 10 years ago
  81. b584572 Add test for pthread types alignment check. by Yabin Cui · 10 years ago
  82. a2db50d Fix alignment error for pthread_internal_t/pthread stack. by Yabin Cui · 10 years ago
  83. bbb0432 Return EINVAL when calling pthread_detach for joined thread. by Yabin Cui · 10 years ago
  84. aec2bb5 Fix two errors in pthread_detach.cpp. by Yabin Cui · 10 years ago
  85. 6943f29 Merge "Make __get_thread inlined." by Yabin Cui · 10 years ago
  86. 2f836d4 Make __get_thread inlined. by Yabin Cui · 10 years ago
  87. fa495d5 Hide statfs/fstatfs' ST_VALID flag from userspace. by Elliott Hughes · 10 years ago
  88. ee7649c set errno to ENOENT in getauxval per glibc 2.19 by Daniel Micay · 10 years ago
  89. ecbfb25 Fix build: pthread_mutex/pthread_detach. by Yabin Cui · 10 years ago
  90. 94babae Merge "Make pthread join_state not protected by g_thread_list_lock." by Yabin Cui · 10 years ago
  91. 5490beb Merge "Remove duplication in pthread_mutex.cpp." by Yabin Cui · 10 years ago
  92. 9e6c7bc Fix atomic_load on const variable in pthread_cond_t. by Yabin Cui · 10 years ago
  93. 32651b8 Hide content of pthread_cond_t in pthread_cond_internal_t. by Yabin Cui · 10 years ago
  94. 2fabea4 Hide content of pthread_rwlock_t in pthread_rwlock_internal_t. by Yabin Cui · 10 years ago
  95. 5b8e7cd Remove duplication in pthread_mutex.cpp. by Yabin Cui · 10 years ago
  96. 58cf31b Make pthread join_state not protected by g_thread_list_lock. by Yabin Cui · 10 years ago
  97. 9d0c793 Remove PTHREAD_ATTR_FLAG_MAIN_THREAD. by Yabin Cui · 10 years ago
  98. f7e3b3e Use pthread_once for g_uselocale_key creation. by Yabin Cui · 10 years ago
  99. c3307dc Merge "Better control of pthread keys used in bionic." by Yabin Cui · 10 years ago
  100. e1c0213 Merge "Switch pthread_rwlock_t to stdatomic." by Yabin Cui · 10 years ago