1. 4da6b4b Merge "Fix broken link in MTE documentation" into main by Florian Mayer · 6 months ago
  2. 7f095e3 Fix broken link in MTE documentation by Florian Mayer · 6 months ago
  3. e117d6e Add pthread_getaffinity_np()/pthread_setaffinity_np(). by Elliott Hughes · 6 months ago
  4. 7e70bb4 Update links to libc_init_static.cpp to libc_init_mte.cpp by Florian Mayer · 6 months ago
  5. e7e6139 Add implementation notes for MTE by Florian Mayer · 7 months ago
  6. d41c355 Merge "Remove versioner." into main by Treehugger Robot · 8 months ago
  7. ae3c6f7 Improve the fdtrack documentation. by Elliott Hughes · 9 months ago
  8. 18c0bb6 Remove versioner. by Dan Albert · 9 months ago
  9. 6f266ee Merge "<sys/stat.h>: add lchmod()." into main by Elliott Hughes · 9 months ago
  10. 219e602 <sys/stat.h>: add lchmod(). by Elliott Hughes · 9 months ago
  11. b115a8c status.md: actually write down what's wrong with wordexp(). by Elliott Hughes · 9 months ago
  12. a3fa469 Update the docs to mention mseal(). by Elliott Hughes · 9 months ago
  13. 07d5209 Add sig2str()/str2sig() from POSIX Issue 8. by Elliott Hughes · 9 months ago
  14. 5bae572 Add POSIX qsort_r(). by Elliott Hughes · 10 months ago
  15. 4fda1bc Update the "number of functions in libc" table. by Elliott Hughes · 10 months ago
  16. 0782929 Merge "els-tls.md: stop talking about ELF TLS as future work." into main by Elliott Hughes · 11 months ago
  17. 883de33 Merge "fdsan docs: be more consistent in using API levels." into main by Treehugger Robot · 11 months ago
  18. e9d77e4 els-tls.md: stop talking about ELF TLS as future work. by Elliott Hughes · 11 months ago
  19. 7a8f48f Merge "elf-tls.md: remove useless links." into main by Treehugger Robot · 11 months ago
  20. d71382b status.md: say when ELF TLS was added. by Elliott Hughes · 11 months ago
  21. 3db37fd elf-tls.md: remove useless links. by Elliott Hughes · 11 months ago
  22. 12a584d fdsan docs: be more consistent in using API levels. by Elliott Hughes · 11 months ago
  23. ecaa192 Add a README.md to docs/, as a guide to what we have available. by Elliott Hughes · 12 months ago
  24. 10a7e27 Update the _FORTIFY_SOURCE documentation. by Elliott Hughes · 1 year, 1 month ago
  25. a459c0b Update status.md. by Elliott Hughes · 1 year, 2 months ago
  26. 8880cab Admit to another LP32 bug. by Elliott Hughes · 1 year, 3 months ago
  27. 9c06d16 s/master/main/ by Elliott Hughes · 1 year, 8 months ago
  28. 2109f12 Add strerrordesc_np() and strerrorname_np(). by Elliott Hughes · 1 year, 8 months ago
  29. 906d7d4 Merge "Add epoll_pwait2()." into main by Elliott Hughes · 1 year, 9 months ago
  30. 647472d <termios.h>: add two new POSIX functions. by Elliott Hughes · 1 year, 9 months ago
  31. 4c62e59 Add epoll_pwait2(). by Elliott Hughes · 1 year, 10 months ago
  32. 838dbac linker: add LD_SHOW_AUXV support. by Elliott Hughes · 1 year, 9 months ago
  33. f3d6b44 riscv64: add <sys/hwprobe.h>. by Elliott Hughes · 1 year, 10 months ago
  34. 74d9765 Add __riscv_flush_icache() to <sys/cachectl.h>. by Elliott Hughes · 1 year, 10 months ago
  35. 31fc69f Fix tzalloc(nullptr) and add a test. by Elliott Hughes · 1 year, 11 months ago
  36. 2bd4316 Expose tzalloc()/localtime_rz()/mktime_z()/tzfree(). by Elliott Hughes · 2 years ago
  37. 2b9ae05 Clarify the defines documentation further. by Elliott Hughes · 2 years ago
  38. a6a9d57 doc: add desc for riscv together with other ARCHs by Wang Chen · 2 years ago
  39. 52541ee C23: add timespec_getres() and the new TIME_* constants. by Elliott Hughes · 2 years, 1 month ago
  40. 599d12d Document a couple of new-in-U features. by Elliott Hughes · 2 years, 1 month ago
  41. 7b5cc4b Merge "<spawn.h>: add posix_spawn_file_actions_addchdir_np()/posix_spawn_file_actions_addfchdir_np()." by Elliott Hughes · 2 years, 2 months ago
  42. 462ca8b <spawn.h>: add posix_spawn_file_actions_addchdir_np()/posix_spawn_file_actions_addfchdir_np(). by Elliott Hughes · 2 years, 2 months ago
  43. b692ecb ELS TLS documentation: s/module/module_id/. by Elliott Hughes · 2 years, 2 months ago
  44. 046fe15 Explicitly mention bionic's single C.UTF-8 locale. by Elliott Hughes · 2 years, 6 months ago
  45. 82be76b Add __freadahead. by Elliott Hughes · 2 years, 8 months ago
  46. f9fac36 Merge "Add C23's memset_explicit()." by Elliott Hughes · 2 years, 9 months ago
  47. 1f462de Add %b and %B support to the scanf/wscanf and strto*/wcsto* families. by Elliott Hughes · 2 years, 10 months ago
  48. 0d64243 Add C23's memset_explicit(). by Elliott Hughes · 2 years, 9 months ago
  49. b813a6a Add %b and %B support to the printf/wprintf family. by Elliott Hughes · 2 years, 10 months ago
  50. a39ac04 Document another obsolete POSIX function. by Elliott Hughes · 3 years ago
  51. 3b51605 docs: add a clang_fortify_anatomy doc by George Burgess IV · 3 years ago
  52. 02335c7 T is API level 33, not 32. by Elliott Hughes · 3 years, 3 months ago
  53. 57f17de Update the status for S and T. by Elliott Hughes · 3 years, 4 months ago
  54. a73179f Merge "Add some documentation about EINTR." by Elliott Hughes · 3 years, 5 months ago
  55. 38be11e Add some documentation about EINTR. by Elliott Hughes · 3 years, 5 months ago
  56. 32a7252 Clarify that fdsan wasn't "enforcing" in its first release. by Elliott Hughes · 3 years, 5 months ago
  57. 9778671 Say which API level fdsan/fdtrack appeared at. by Elliott Hughes · 4 years, 1 month ago
  58. 7bdca8d Fix the adb command to push the memory trace files. by Peter Collingbourne · 4 years, 1 month ago
  59. aa8db1b Fix/update notices. by Elliott Hughes · 4 years, 3 months ago
  60. 12a0eb6 Add fdtrack docs. by Josh Gao · 4 years, 9 months ago
  61. cf34653 More cleanup for #inclusivefixit. by Elliott Hughes · 4 years, 10 months ago
  62. 1cd4d42 Expand a little on the time_t situation. by Elliott Hughes · 5 years ago
  63. 733cedd Add a libc wrapper for statx(2). by Elliott Hughes · 5 years ago
  64. 56a9fda Remove dead code. by Elliott Hughes · 5 years ago
  65. 9c381b0 docs/status.md: link to github. by Elliott Hughes · 5 years ago
  66. b5a7741 Mention why we don't have pthread_cancel(). by Elliott Hughes · 5 years ago
  67. 91e3bd1 Document the changed fdsan default from Q to R. by Elliott Hughes · 5 years ago
  68. 5a3c920 Add mallopt M_PURGE benchmark. by Christopher Ferris · 5 years ago
  69. 75edf16 Update the native allocator document. by Christopher Ferris · 6 years ago
  70. 502dc0b Update docs/status.md function counts for recent releases. by Elliott Hughes · 6 years ago
  71. 51863b3 Add section about libmemunreachable tests. by Christopher Ferris · 6 years ago
  72. 2f5fc33 Updated memory_replay description. by Christopher Ferris · 6 years ago
  73. 80e9f65 Remove __ANDROID_NDK__ from bionic, and document our #defines. by Elliott Hughes · 6 years ago
  74. 5f112cd Merge "Link our two main developer-facing docs together." by Treehugger Robot · 6 years ago
  75. 8f3f191 Link our two main developer-facing docs together. by Elliott Hughes · 6 years ago
  76. aa22c0c Update location of trace files. by Christopher Ferris · 6 years ago
  77. 05197f7 Change all references to PSS to RSS. by Christopher Ferris · 6 years ago
  78. da32ff1 Merge "Add memfd_create(2) and mlock2(2)." by Elliott Hughes · 6 years ago
  79. 3d24d2b Add memfd_create(2) and mlock2(2). by Elliott Hughes · 6 years ago
  80. f0d9271 Update docs for clockwait/clocklock functions by Tom Cherry · 6 years ago
  81. 05b675e Add renameat2. by Elliott Hughes · 6 years ago
  82. afce4e8 Merge "Add doc describing native allocator." by Christopher Ferris · 6 years ago
  83. 4316d43 Add doc describing native allocator. by Christopher Ferris · 6 years ago
  84. 2671de2 Fix usage of () and []. by Christopher Ferris · 6 years ago
  85. 4206711 threads.h: Add C11 thread support. by Elliott Hughes · 6 years ago
  86. a1fb15b strptime: support everything that strftime supports. by Elliott Hughes · 6 years ago
  87. b282a6d Document various libc behavior changes. by Elliott Hughes · 6 years ago
  88. a22f5d5 Make aligned_alloc match the standard. by Christopher Ferris · 6 years ago
  89. 9491c54 Publish the current draft of my ELF TLS doc by Ryan Prichard · 7 years ago
  90. 2d0b28b Add getloadavg(3). by Elliott Hughes · 7 years ago
  91. b177085 Add reallocarray(3). by Elliott Hughes · 7 years ago
  92. ce9d653 Merge changes from topics "fdsan_ziparchive_type", "fdsan_java_socket" by Josh Gao · 7 years ago
  93. d747bb8 fdsan: improve documentation. by Josh Gao · 7 years ago
  94. 670ea7a Explicitly say `pthread_cancel` in the docs. by Elliott Hughes · 7 years ago
  95. 01416ba Fix mistake in fdsan documentation. by Josh Gao · 7 years ago
  96. b64196a fdsan: add documentation. by Josh Gao · 7 years ago
  97. 86bce19 Document various post-P bionic changes. by Elliott Hughes · 7 years ago
  98. 3876ade Fill out historical "what was added when" information. by Elliott Hughes · 7 years ago
  99. a473be2 Fix libc assembler documentation. by Christopher Ferris · 7 years ago
  100. 782cd01 Merge "Revert "Move android-changes-for-ndk-developers.md into docs/."" by Treehugger Robot · 7 years ago