1. dfaa1e4 Sync with upstream FreeBSD libm. by Elliott Hughes · 5 months ago
  2. cb1b023 Merge "stdio_test: add an fgetln() test." into main by Elliott Hughes · 5 months ago
  3. b35f7ad stdio_test: add an fgetln() test. by Elliott Hughes · 5 months ago
  4. 43db176 Fix all the whitespace in stdio.cpp. by Elliott Hughes · 5 months ago
  5. fca3102 Merge "stdio: remove an unused field and constants." into main by Elliott Hughes · 5 months ago
  6. 8d4763f Merge "Speed up the no trace enabled path." into main by Christopher Ferris · 5 months ago
  7. 98d65c1 Merge "stdio: remove irrelevant reference to _lb." into main by Elliott Hughes · 5 months ago
  8. ac644d8 stdio: document fgetln(). by Elliott Hughes · 5 months ago
  9. eb3814c stdio: remove irrelevant reference to _lb. by Elliott Hughes · 5 months ago
  10. b906f7d stdio: remove an unused field and constants. by Elliott Hughes · 5 months ago
  11. 7ed4ae5 Speed up the no trace enabled path. by Christopher Ferris · 5 months ago
  12. dc0836d stdio: move setvbuf() (and its implementation details). by Elliott Hughes · 5 months ago
  13. aa59f35 Merge "stdio: internal documentation improvements." into main by Elliott Hughes · 5 months ago
  14. a07d9da stdio: move CHECK_FP() to the one file where it's used. by Elliott Hughes · 5 months ago
  15. afd3527 stdio: internal documentation improvements. by Elliott Hughes · 5 months ago
  16. c9190e1 Merge "stdio: make pclose() an alias of fclose()." into main by Elliott Hughes · 5 months ago
  17. f2d7d01 stdio: make pclose() an alias of fclose(). by Elliott Hughes · 5 months ago
  18. c28b69a linker: improve misleading function name. by Elliott Hughes · 5 months ago
  19. 5431637 Merge "[owners] Remove rprichard@google.com from OWNERS" into main by Treehugger Robot · 5 months ago
  20. f32116a Merge "Fix unused variables in linker_phdr.cpp" into main by Treehugger Robot · 5 months ago
  21. 69ecb47 [owners] Remove rprichard@google.com from OWNERS by Owner Cleanup Bot · 5 months ago
  22. d158f6d Merge "[memory_trace_analysis] A tool to analyze traces" into main by Christopher Ferris · 5 months ago
  23. 46ad219 Merge "librust_baremetal: remove obsolete dependency." into main by Elliott Hughes · 5 months ago
  24. fc6e1c9 Add -DBIONIC_RUST_BAREMETAL to asflags too. by Elliott Hughes · 5 months ago
  25. a832535 librust_baremetal: remove obsolete dependency. by Elliott Hughes · 5 months ago
  26. 7d1ccc5 Merge "__fortify_fatal(): remove a stack frame in most cases." into main by Elliott Hughes · 5 months ago
  27. 05805fd Merge "ifaddrs_test: improve getifaddrs_INET failure diagnostics." into main by Elliott Hughes · 5 months ago
  28. 7e97df7 ifaddrs_test: improve getifaddrs_INET failure diagnostics. by Elliott Hughes · 5 months ago
  29. be7680c __fortify_fatal(): remove a stack frame in most cases. by Elliott Hughes · 5 months ago
  30. 2c2d574 [memory_trace_analysis] A tool to analyze traces by Christopher Ferris · 5 months ago
  31. f81f1a2 Merge "Move malloc_debug/malloc_hooks to new directory." into main by Christopher Ferris · 5 months ago
  32. 4598f86 Merge "Revert^2 "Switch to llvm-libc strtok()/strtok_r()."" into main by Elliott Hughes · 5 months ago
  33. c4069f5 Merge changes from topic "app_compat_bti_fix" into main by Kalesh Singh · 5 months ago
  34. 4af1bcd Revert^2 "Switch to llvm-libc strtok()/strtok_r()." by Elliott Hughes · 5 months ago
  35. 04f17a6 Merge "string_test.cpp: add missing tests for top bit set characters." into main by Elliott Hughes · 5 months ago
  36. e9344cf Merge "Disable tracing during libc init." into main by Christopher Ferris · 5 months ago
  37. 44b0363 Move malloc_debug/malloc_hooks to new directory. by Christopher Ferris · 5 months ago
  38. c2810e1 string_test.cpp: add missing tests for top bit set characters. by Elliott Hughes · 5 months ago
  39. d1d1dd0 <sched.h>: describe some kernel madness. by Elliott Hughes · 5 months ago
  40. 1473ca6 16k compat: Handle BTI protection in 16KiB compatibility mode by Csanád Hajdú · 5 months ago
  41. bee0bbd 16k compat: Combine memory protection logic for RX|RW and RWX modes by Csanád Hajdú · 5 months ago
  42. d0ee358 Merge "Reland: linker: Use load_bias in ElfReader::FindGnuPropertySection" into main by Kalesh Singh · 5 months ago
  43. 8bf0e30 Disable tracing during libc init. by Christopher Ferris · 5 months ago
  44. 43ce88e Reland: linker: Use load_bias in ElfReader::FindGnuPropertySection by Csanád Hajdú · 6 months ago
  45. d7d851f Merge changes from topic "revert-35370994-JHRUZTXNLX" into main by Kalesh Singh · 5 months ago
  46. 543ad0f Revert "linker: Use load_bias in ElfReader::FindGnuPropertySection" by Kalesh Singh · 5 months ago
  47. cb8612c Revert "linker_note_gnu_property_test: Move "using" declarations" by Kalesh Singh · 5 months ago
  48. f89d7fb Merge changes from topic "cherrypicker-not_set-L11000030001814794:N89900030002913259" into main by Kalesh Singh · 5 months ago
  49. dbc4e38 Merge "<time.h>: improve the doc comments." into main by Elliott Hughes · 5 months ago
  50. e566d30 linker_note_gnu_property_test: Move "using" declarations by Kalesh Singh · 5 months ago
  51. fdfb000 Merge "Make tests isolated." into main by Christopher Ferris · 5 months ago
  52. 7306824 linker: Use load_bias in ElfReader::FindGnuPropertySection by Csanád Hajdú · 6 months ago
  53. b25b857 Merge "Sync with OpenBSD strptime.c." into main by Treehugger Robot · 5 months ago
  54. bd1d691 Merge "strptime.c: fix 32-bit range check in epoch_to_tm()." into main by Elliott Hughes · 5 months ago
  55. e0ef29b <time.h>: improve the doc comments. by Elliott Hughes · 5 months ago
  56. b4436bb Merge "Reimplement asctime()/ctime()/difftime()." into main by Elliott Hughes · 5 months ago
  57. 4cbb496 Merge "getentropy(): clarify the /dev/urandom fallback." into main by Elliott Hughes · 5 months ago
  58. 6920e50 Make tests isolated. by Christopher Ferris · 5 months ago
  59. f9463ad Merge "Use the demangler from libunwindstack." into main by Christopher Ferris · 5 months ago
  60. 84468f2 Sync with OpenBSD strptime.c. by Elliott Hughes · 5 months ago
  61. 25b7171 getentropy(): clarify the /dev/urandom fallback. by Elliott Hughes · 5 months ago
  62. b891dda Reimplement asctime()/ctime()/difftime(). by Elliott Hughes · 5 months ago
  63. 47c8c97 Merge "system_properties.cpp: don't use strlcpy() for memcpy()." into main by Elliott Hughes · 5 months ago
  64. bb38c50 Merge "Switch to llvm-libc hcreate()/hsearch() etc." into main by Elliott Hughes · 5 months ago
  65. dd56beb strptime.c: fix 32-bit range check in epoch_to_tm(). by Elliott Hughes · 5 months ago
  66. a06e184 Merge "Revert "Switch to llvm-libc strtok()/strtok_r()."" into main by Liana Kazanova (xWF) · 5 months ago
  67. 553f39c Revert "Switch to llvm-libc strtok()/strtok_r()." by Liana Kazanova (xWF) · 5 months ago
  68. f960667 Switch to llvm-libc hcreate()/hsearch() etc. by Elliott Hughes · 5 months ago
  69. 02bc26a Merge "Switch to llvm-libc strtok()/strtok_r()." into main by Elliott Hughes · 5 months ago
  70. 6619f38 Fix unused variables in linker_phdr.cpp by Yi Kong · 5 months ago
  71. 866b716 system_properties.cpp: don't use strlcpy() for memcpy(). by Elliott Hughes · 5 months ago
  72. b8c5f81 Android.bp: always have the name at the top for readability. by Elliott Hughes · 5 months ago
  73. 3dcc505 Switch to llvm-libc strtok()/strtok_r(). by Elliott Hughes · 5 months ago
  74. a5978f4 Merge "Switch to llvm-libc strsep()." into main by Elliott Hughes · 5 months ago
  75. c1eb27b Fix Clang unused variable warning by Yi Kong · 5 months ago
  76. 6442c33 Merge "Fix memory fence in SystemProperties::Update" into main by Treehugger Robot · 5 months ago
  77. 0a24590 Fix memory fence in SystemProperties::Update by Robert Kymdon · 5 months ago
  78. dd6756f Switch to llvm-libc strsep(). by Elliott Hughes · 6 months ago
  79. 978b213 Merge "running_with_hwasan() is now in android::base." into main by Elliott Hughes · 5 months ago
  80. 8dc8153 Merge "tests: Add ap_firmware group test" into main by Jakub "Kuba" Czapiga · 5 months ago
  81. e9be735 Fix -Wtautological-constant-out-of-range-compare in linker by Yi Kong · 5 months ago
  82. f1e1df3 Merge "Correct docs of Bionic's interaction with scudo for MTE" into main by Florian Mayer · 5 months ago
  83. 39769a0 Correct docs of Bionic's interaction with scudo for MTE by Florian Mayer · 6 months ago
  84. daf8a16 running_with_hwasan() is now in android::base. by Elliott Hughes · 6 months ago
  85. 3d47086 Use the demangler from libunwindstack. by Christopher Ferris · 6 months ago
  86. 60aaf2f Silence deprecation warnings in fortify tests. by Elliott Hughes · 6 months ago
  87. 460e96f Update libc/NOTICE. by Elliott Hughes · 6 months ago
  88. a2c2341 Merge "Trivial reimplementation of <err.h>." into main by Elliott Hughes · 6 months ago
  89. cb029e0 Merge "Add trivial wcswidth() implementation alongside our wcwidth()." into main by Elliott Hughes · 6 months ago
  90. a91fca6 Merge "arm64: add ifunc resolver AT_HWCAP3/AT_HWCAP4 support." into main by Elliott Hughes · 6 months ago
  91. 6b5b792 arm64: add ifunc resolver AT_HWCAP3/AT_HWCAP4 support. by Elliott Hughes · 6 months ago
  92. 7887e0e Trivial reimplementation of <err.h>. by Elliott Hughes · 6 months ago
  93. 5013a93 Merge "Switch to llvm-libc strpbrk()." into main by Elliott Hughes · 6 months ago
  94. cf8c146 Merge "Lose DoNotOptimize() to libbase." into main by Elliott Hughes · 6 months ago
  95. 46f55bf Merge "bionic: loader: 16k: App more complex ELF layout app compat tests" into main by Treehugger Robot · 6 months ago
  96. 9ce7e04 Switch to llvm-libc strpbrk(). by Elliott Hughes · 6 months ago
  97. 3bf8f18 Add trivial wcswidth() implementation alongside our wcwidth(). by Elliott Hughes · 6 months ago
  98. 734a0c9 Lose DoNotOptimize() to libbase. by Elliott Hughes · 6 months ago
  99. f86c483 Merge "Revert "Move GetPrebuiltElfDir() into the sole user."" into main by Elliott Hughes · 6 months ago
  100. d42ed91 tests: Add ap_firmware group test by Jakub Czapiga · 6 months ago