1. 07f90cd Merge tag 'android-16.0.0_r4' of https://android.googlesource.com/platform/bionic into HEAD by micky387 · 5 weeks ago android-16
  2. 1e9a9bf Fix for Oryon memset routine. by Adithya Y D · 4 months ago
  3. ff5eca7 pthread: don't zero-initialize fgets() buffers. by Elliott Hughes · 4 months ago
  4. 22ec7c7 Merge "stdio: fwide()." into main by Elliott Hughes · 4 months ago
  5. 9fe2a9d Merge "stdio: lose "glue.h"." into main by Elliott Hughes · 4 months ago
  6. f96387d stdio: lose "glue.h". by Elliott Hughes · 4 months ago
  7. e80b5e7 stdio: fwide(). by Elliott Hughes · 4 months ago
  8. a591b2d Merge "stdio: remove unused constant." into main by Elliott Hughes · 4 months ago
  9. f518ffa Merge "Refactor ScopedTrace." into main by Christopher Ferris · 4 months ago
  10. 7490fd6 stdio.cpp: this hasn't been findfp.c for years. by Elliott Hughes · 4 months ago
  11. 6dad4b2 stdio: remove unused constant. by Elliott Hughes · 4 months ago
  12. 0f200cf Merge "stdio: reimplement fgetln() with getdelim()." into main by Elliott Hughes · 4 months ago
  13. 4157d34 stdio: reimplement fgetln() with getdelim(). by Elliott Hughes · 4 months ago
  14. 4e16949 Refactor ScopedTrace. by Christopher Ferris · 4 months ago
  15. 348b8a0 stdio: remove dead code. by Elliott Hughes · 4 months ago
  16. 43db176 Fix all the whitespace in stdio.cpp. by Elliott Hughes · 4 months ago
  17. fca3102 Merge "stdio: remove an unused field and constants." into main by Elliott Hughes · 4 months ago
  18. 8d4763f Merge "Speed up the no trace enabled path." into main by Christopher Ferris · 4 months ago
  19. 98d65c1 Merge "stdio: remove irrelevant reference to _lb." into main by Elliott Hughes · 4 months ago
  20. ac644d8 stdio: document fgetln(). by Elliott Hughes · 4 months ago
  21. eb3814c stdio: remove irrelevant reference to _lb. by Elliott Hughes · 4 months ago
  22. b906f7d stdio: remove an unused field and constants. by Elliott Hughes · 4 months ago
  23. 7ed4ae5 Speed up the no trace enabled path. by Christopher Ferris · 4 months ago
  24. dc0836d stdio: move setvbuf() (and its implementation details). by Elliott Hughes · 4 months ago
  25. aa59f35 Merge "stdio: internal documentation improvements." into main by Elliott Hughes · 4 months ago
  26. a07d9da stdio: move CHECK_FP() to the one file where it's used. by Elliott Hughes · 4 months ago
  27. afd3527 stdio: internal documentation improvements. by Elliott Hughes · 4 months ago
  28. f2d7d01 stdio: make pclose() an alias of fclose(). by Elliott Hughes · 4 months ago
  29. d158f6d Merge "[memory_trace_analysis] A tool to analyze traces" into main by Christopher Ferris · 4 months ago
  30. 46ad219 Merge "librust_baremetal: remove obsolete dependency." into main by Elliott Hughes · 4 months ago
  31. fc6e1c9 Add -DBIONIC_RUST_BAREMETAL to asflags too. by Elliott Hughes · 4 months ago
  32. a832535 librust_baremetal: remove obsolete dependency. by Elliott Hughes · 4 months ago
  33. be7680c __fortify_fatal(): remove a stack frame in most cases. by Elliott Hughes · 4 months ago
  34. 2c2d574 [memory_trace_analysis] A tool to analyze traces by Christopher Ferris · 4 months ago
  35. f81f1a2 Merge "Move malloc_debug/malloc_hooks to new directory." into main by Christopher Ferris · 4 months ago
  36. 4598f86 Merge "Revert^2 "Switch to llvm-libc strtok()/strtok_r()."" into main by Elliott Hughes · 5 months ago
  37. 4af1bcd Revert^2 "Switch to llvm-libc strtok()/strtok_r()." by Elliott Hughes · 5 months ago
  38. e9344cf Merge "Disable tracing during libc init." into main by Christopher Ferris · 5 months ago
  39. 44b0363 Move malloc_debug/malloc_hooks to new directory. by Christopher Ferris · 5 months ago
  40. d1d1dd0 <sched.h>: describe some kernel madness. by Elliott Hughes · 5 months ago
  41. 8bf0e30 Disable tracing during libc init. by Christopher Ferris · 5 months ago
  42. dbc4e38 Merge "<time.h>: improve the doc comments." into main by Elliott Hughes · 5 months ago
  43. b25b857 Merge "Sync with OpenBSD strptime.c." into main by Treehugger Robot · 5 months ago
  44. bd1d691 Merge "strptime.c: fix 32-bit range check in epoch_to_tm()." into main by Elliott Hughes · 5 months ago
  45. e0ef29b <time.h>: improve the doc comments. by Elliott Hughes · 5 months ago
  46. b4436bb Merge "Reimplement asctime()/ctime()/difftime()." into main by Elliott Hughes · 5 months ago
  47. 4cbb496 Merge "getentropy(): clarify the /dev/urandom fallback." into main by Elliott Hughes · 5 months ago
  48. f9463ad Merge "Use the demangler from libunwindstack." into main by Christopher Ferris · 5 months ago
  49. 84468f2 Sync with OpenBSD strptime.c. by Elliott Hughes · 5 months ago
  50. 25b7171 getentropy(): clarify the /dev/urandom fallback. by Elliott Hughes · 5 months ago
  51. b891dda Reimplement asctime()/ctime()/difftime(). by Elliott Hughes · 5 months ago
  52. 47c8c97 Merge "system_properties.cpp: don't use strlcpy() for memcpy()." into main by Elliott Hughes · 5 months ago
  53. bb38c50 Merge "Switch to llvm-libc hcreate()/hsearch() etc." into main by Elliott Hughes · 5 months ago
  54. dd56beb strptime.c: fix 32-bit range check in epoch_to_tm(). by Elliott Hughes · 5 months ago
  55. a06e184 Merge "Revert "Switch to llvm-libc strtok()/strtok_r()."" into main by Liana Kazanova (xWF) · 5 months ago
  56. 553f39c Revert "Switch to llvm-libc strtok()/strtok_r()." by Liana Kazanova (xWF) · 5 months ago
  57. f960667 Switch to llvm-libc hcreate()/hsearch() etc. by Elliott Hughes · 5 months ago
  58. 02bc26a Merge "Switch to llvm-libc strtok()/strtok_r()." into main by Elliott Hughes · 5 months ago
  59. 866b716 system_properties.cpp: don't use strlcpy() for memcpy(). by Elliott Hughes · 5 months ago
  60. b8c5f81 Android.bp: always have the name at the top for readability. by Elliott Hughes · 5 months ago
  61. 3dcc505 Switch to llvm-libc strtok()/strtok_r(). by Elliott Hughes · 5 months ago
  62. a5978f4 Merge "Switch to llvm-libc strsep()." into main by Elliott Hughes · 5 months ago
  63. 6442c33 Merge "Fix memory fence in SystemProperties::Update" into main by Treehugger Robot · 5 months ago
  64. 0a24590 Fix memory fence in SystemProperties::Update by Robert Kymdon · 5 months ago
  65. dd6756f Switch to llvm-libc strsep(). by Elliott Hughes · 5 months ago
  66. daf8a16 running_with_hwasan() is now in android::base. by Elliott Hughes · 5 months ago
  67. 3d47086 Use the demangler from libunwindstack. by Christopher Ferris · 5 months ago
  68. 460e96f Update libc/NOTICE. by Elliott Hughes · 5 months ago
  69. a2c2341 Merge "Trivial reimplementation of <err.h>." into main by Elliott Hughes · 5 months ago
  70. cb029e0 Merge "Add trivial wcswidth() implementation alongside our wcwidth()." into main by Elliott Hughes · 5 months ago
  71. a91fca6 Merge "arm64: add ifunc resolver AT_HWCAP3/AT_HWCAP4 support." into main by Elliott Hughes · 5 months ago
  72. 6b5b792 arm64: add ifunc resolver AT_HWCAP3/AT_HWCAP4 support. by Elliott Hughes · 5 months ago
  73. 7887e0e Trivial reimplementation of <err.h>. by Elliott Hughes · 5 months ago
  74. 9ce7e04 Switch to llvm-libc strpbrk(). by Elliott Hughes · 5 months ago
  75. 3bf8f18 Add trivial wcswidth() implementation alongside our wcwidth(). by Elliott Hughes · 5 months ago
  76. 4e85724 Switch to llvm-libc wcstok(). by Elliott Hughes · 6 months ago
  77. a2e2d9c Merge "Update NOTICE file" into main by Treehugger Robot · 5 months ago
  78. 10eed1b Merge "Stop using strncat() in network code." into main by Elliott Hughes · 5 months ago
  79. 8a018bf Update NOTICE file by dimitry · 5 months ago
  80. c632b84 Merge "Stop using strncpy() in the gwp-asan/MTE code." into main by Elliott Hughes · 5 months ago
  81. a83b9c3 Merge "Sync with upstream OpenBSD." into main by Elliott Hughes · 5 months ago
  82. 46f987c Merge "Sync with upstream NetBSD." into main by Elliott Hughes · 5 months ago
  83. a6e0302 Merge "Sync with upstream FreeBSD." into main by Elliott Hughes · 5 months ago
  84. cc78f87 Stop using strncat() in network code. by Elliott Hughes · 5 months ago
  85. 209d3be Stop using strncpy() in the gwp-asan/MTE code. by Elliott Hughes · 5 months ago
  86. bc409ee Sync with upstream OpenBSD. by Elliott Hughes · 5 months ago
  87. c111078 Sync with upstream FreeBSD. by Elliott Hughes · 5 months ago
  88. 1ee9f32 Sync with upstream NetBSD. by Elliott Hughes · 5 months ago
  89. 4d8f635 Switch to llvm-libc strspn(). by Elliott Hughes · 5 months ago
  90. 351097a Switch to llvm-libc strcspn(). by Elliott Hughes · 6 months ago
  91. 173ab4f Switch back to socketcall(2) for x86 getsockopt()/setsockopt(). by Elliott Hughes · 6 months ago
  92. 15e6f22 Merge "Stop using socketcall(2) for x86 setsockopt()." into main by Elliott Hughes · 6 months ago
  93. f7b2e59 Merge "Warn about use of strtok()." into main by Elliott Hughes · 6 months ago
  94. 7368c02 Merge "Update to v6.16 kernel headers." into main by Christopher Ferris · 6 months ago
  95. 7b0d7de Merge "Switch to llvm-libc wcscspn()." into main by Elliott Hughes · 6 months ago
  96. c609b4f Stop using socketcall(2) for x86 setsockopt(). by Elliott Hughes · 6 months ago
  97. 266f2b2 Warn about use of strtok(). by Elliott Hughes · 6 months ago
  98. 47baf23 Merge "Add trivial documentation for strcoll()/strxfrm() etc." into main by Treehugger Robot · 6 months ago
  99. 94b80c1 Merge "Document the various string tokenization functions." into main by Treehugger Robot · 6 months ago
  100. 3aae840 Switch to llvm-libc wcscspn(). by Elliott Hughes · 6 months ago