1. 31fc69f Fix tzalloc(nullptr) and add a test. by Elliott Hughes · 2 years, 7 months ago
  2. 2bd4316 Expose tzalloc()/localtime_rz()/mktime_z()/tzfree(). by Elliott Hughes · 2 years, 7 months ago
  3. 40a82d0 Implement rvv version mem* and str* for riscv64 by Yun Hsiang · 2 years, 8 months ago
  4. 52541ee C23: add timespec_getres() and the new TIME_* constants. by Elliott Hughes · 2 years, 9 months ago
  5. a43de5c Revert "Add versions property to libc_hwasan stubs" by Spandan Das · 2 years, 9 months ago
  6. fe2907c Add versions property to libc_hwasan stubs by Spandan Das · 2 years, 9 months ago
  7. ff116ed Fix build error on darwin_arm64 by Florian Mayer · 2 years, 9 months ago
  8. 4967017 Merge "Introduce hwasan mode for linker" by Florian Mayer · 2 years, 9 months ago
  9. c10d064 Introduce hwasan mode for linker by Florian Mayer · 2 years, 10 months ago
  10. 97950cb Merge "Rename files/modules that have the same name" by Treehugger Robot · 2 years, 9 months ago
  11. f5968d8 Rename files/modules that have the same name by Cole Faust · 2 years, 9 months ago
  12. 4473a93 Merge "Revert "Workaround boot loop by turning off stack protector check for noreturn calls"" by Treehugger Robot · 2 years, 9 months ago
  13. 66c0967 Revert "Workaround boot loop by turning off stack protector check for noreturn calls" by Yi Kong · 2 years, 9 months ago
  14. eee46dc Exclude crtbrand.o from the NDK sysroot. by Dan Albert · 2 years, 10 months ago
  15. ab3a319 Merge "Workaround boot loop by turning off stack protector check for noreturn calls" by Yi Kong · 2 years, 10 months ago
  16. 9a39eb3 Increase the implementation of __memcpy_chk assembly by caowencheng · 2 years, 10 months ago
  17. 9b4cf97 Workaround boot loop by turning off stack protector check for noreturn calls by Yi Kong · 2 years, 10 months ago
  18. 529c16a Merge "memset_chk into assembly file" by Elliott Hughes · 2 years, 11 months ago
  19. ab457f9 memset_chk into assembly file by caowencheng · 2 years, 11 months ago
  20. 20dd3fe Pull flockfile/funlockfile/ftrylockfile into stdio.cpp. by Elliott Hughes · 2 years, 11 months ago
  21. 39aed9c Merge "librust_baremetal: Add libc_netbsd" by Pierre-Clément Tosi · 2 years, 11 months ago
  22. eb46ac9 librust_baremetal: Add libc_netbsd by Pierre-Clément Tosi · 3 years ago
  23. f810274 Merge "librust_baremetal: No HAVE_ASSEMBLER___MEMCPY_CHK" by Treehugger Robot · 3 years ago
  24. 467e58e libc_fortify: Fix typo by Pierre-Clément Tosi · 3 years ago
  25. 3d577a8 Merge "Add the recoverable GWP-ASan feature." by Mitch Phillips · 3 years ago
  26. a493fe4 Add the recoverable GWP-ASan feature. by Mitch Phillips · 3 years ago
  27. 98c641b Merge "Sync strptime.c with upstream." by Elliott Hughes · 3 years ago
  28. 6ffb6e8 Merge "librust_baremetal: Add strtol" by Treehugger Robot · 3 years ago
  29. 716ed9b Merge "librust_baremetal: Add memcpy_chk" by Treehugger Robot · 3 years ago
  30. c22ef22 Merge "Merge librust_baremetal_defaults into its library" by Treehugger Robot · 3 years ago
  31. e343db3 Disable clang-tidy for upstream files. by Chih-Hung Hsieh · 3 years ago
  32. eeb53ac librust_baremetal: No HAVE_ASSEMBLER___MEMCPY_CHK by Pierre-Clément Tosi · 3 years, 1 month ago
  33. 816176c librust_baremetal: Add strtol by Pierre-Clément Tosi · 3 years, 2 months ago
  34. 199a62e librust_baremetal: Add memcpy_chk by Pierre-Clément Tosi · 3 years, 1 month ago
  35. 3af5799 Merge librust_baremetal_defaults into its library by Pierre-Clément Tosi · 3 years ago
  36. 746ed77 Merge "Introduce minimal static libc for baremetal Rust" by Treehugger Robot · 3 years, 1 month ago
  37. 74a1458 Introduce minimal static libc for baremetal Rust by Pierre-Clément Tosi · 3 years, 1 month ago
  38. d3627a4 Sync strptime.c with upstream. by Elliott Hughes · 3 years, 1 month ago
  39. 8d9549e Move some cruft from the build system to the source. by Elliott Hughes · 3 years, 1 month ago
  40. 023e4e7 Move to arm-optimized-routines memset(). by Elliott Hughes · 3 years, 2 months ago
  41. 7daf459 Switch to the arm-optimized-routines memcpy() and memmove(). by Elliott Hughes · 3 years, 2 months ago
  42. d26d3c0 Merge "Implement __memset_chk as a copy & paste of __memcpy_chk." by Treehugger Robot · 3 years, 2 months ago
  43. 3cc366d Implement __memset_chk as a copy & paste of __memcpy_chk. by Elliott Hughes · 3 years, 2 months ago
  44. 0d4d276 Remove assembler wmemmove(). by Elliott Hughes · 3 years, 2 months ago
  45. 0f91724 Merge "Add a zip package containing the crt*.o objects" by Colin Cross · 3 years, 3 months ago
  46. 290c495 Add a zip package containing the crt*.o objects by Colin Cross · 3 years, 3 months ago
  47. 579088b Merge "Add riscv64 kernel headers to the ndk sysroot" by Treehugger Robot · 3 years, 3 months ago
  48. bd26e0f Add riscv64 kernel headers to the ndk sysroot by Colin Cross · 3 years, 3 months ago
  49. 938ec9b Refactor the bp file to avoid arch variant in cc_genrule. by Yu Liu · 3 years, 3 months ago
  50. 8333532 Merge "Revert "Refactor the bp file to avoid arch variant in cc_genrule."" by Treehugger Robot · 3 years, 3 months ago
  51. b15a64f Merge "riscv64 setjmp." by Treehugger Robot · 3 years, 3 months ago
  52. 3a57969 Revert "Refactor the bp file to avoid arch variant in cc_genrule." by Yu Liu · 3 years, 3 months ago
  53. 86ef947 Merge "Refactor the bp file to avoid arch variant in cc_genrule." by Yu Liu · 3 years, 3 months ago
  54. ed2654c Refactor the bp file to avoid arch variant in cc_genrule. by Yu Liu · 3 years, 3 months ago
  55. e1905ed riscv64 setjmp. by Elliott Hughes · 3 years, 3 months ago
  56. 604ab0f riscv64: enable the version scripts. by Elliott Hughes · 3 years, 3 months ago
  57. ebc19a9 riscv64: add bionic assembler and string functions. by Elliott Hughes · 3 years, 3 months ago
  58. 704772b riscv64 syscall stub and seccomp filter generation. by Elliott Hughes · 3 years, 3 months ago
  59. 95ca177 Use allowlists.go for all bp2build config and remove Android.bp prop. by Jingwen Chen · 3 years, 3 months ago
  60. 48e5333 Pull in the riscv64 uapi headers for riscv64 builds. by Elliott Hughes · 3 years, 3 months ago
  61. f8d7761 Merge "Give init visibility into bionic headers." by Florian Mayer · 3 years, 4 months ago
  62. f5d70ce Give init visibility into bionic headers. by Florian Mayer · 3 years, 4 months ago
  63. 6feb2cc Declare the headers of the ndk_library by Spandan Das · 3 years, 4 months ago
  64. 2526b66 Merge changes from topics "gwp-asan-headers", "native_handle_fdsan" by Treehugger Robot · 3 years, 4 months ago
  65. b09a3ca Remove gwp_asan_headers from libc_defaults by Mitch Phillips · 3 years, 5 months ago
  66. d3c7700 Merge "Exclude BUILD files from musl sysroot globs" by Treehugger Robot · 3 years, 5 months ago
  67. 1c0a7a0 Exclude BUILD files from musl sysroot globs by Colin Cross · 3 years, 5 months ago
  68. f9fac36 Merge "Add C23's memset_explicit()." by Elliott Hughes · 3 years, 5 months ago
  69. 1f462de Add %b and %B support to the scanf/wscanf and strto*/wcsto* families. by Elliott Hughes · 3 years, 6 months ago
  70. 0d64243 Add C23's memset_explicit(). by Elliott Hughes · 3 years, 5 months ago
  71. ed77714 Tidy up the x86 atom/silvermont stuff similar to x86-64. by Elliott Hughes · 3 years, 6 months ago
  72. 919fb7f avx2 implementation for memset. by ahs · 3 years, 7 months ago
  73. d88d7ea Rename deps in libc to account for name/src collision work. by MarkDacek · 3 years, 7 months ago
  74. 291f98a Switch to the more common idiom for scripts in genrules. by Elliott Hughes · 3 years, 7 months ago
  75. a52a0da Set TZDEFAULT to NULL. by Almaz Mingaleev · 3 years, 11 months ago
  76. 5411aff Bump tzcode from 2016g to 2022a*. by Almaz Mingaleev · 4 years ago
  77. 3865c8f Merge "[GWP-ASan] Provide runtime configuration through an env var + sysprop." by Mitch Phillips · 3 years, 9 months ago
  78. e6997d5 [GWP-ASan] Provide runtime configuration through an env var + sysprop. by Mitch Phillips · 5 years ago
  79. 2d8d2a0 Disable strict abigail checking pending asm fix. by Dan Albert · 4 years, 3 months ago
  80. 471bef4 Merge "Use single module for libclang_rt.builtins-exported" by Colin Cross · 3 years, 11 months ago
  81. d9b8d13 Remove dead subdirs directive. by Christopher Ferris · 3 years, 11 months ago
  82. 335e27b Use single module for libclang_rt.builtins-exported by Colin Cross · 4 years ago
  83. ad33d02 Add bionic NOTICE file to musl sysroot by Colin Cross · 3 years, 11 months ago
  84. aeef9f0 Avoid duplicate genrule locations by Colin Cross · 4 years ago
  85. 9d4a56e Export kernel uapi, execinfo and b64 headers to musl sysroot by Colin Cross · 4 years ago
  86. 9da85fa Export bionic's resolv base64 functions to musl by Colin Cross · 4 years ago
  87. 2a9843f Export bionic's execinfo functions to musl by Colin Cross · 4 years ago
  88. a13d066 Use -fno-builtin for libc and libm. by Elliott Hughes · 4 years, 2 months ago
  89. 9e33b76 Re-enable LTO for linker by Yi Kong · 4 years, 3 months ago
  90. 7edd008 Reland: "Make native bridge libc uninstallable" by Colin Cross · 4 years, 3 months ago
  91. 11526e2 Add execinfo functionality. by Christopher Ferris · 4 years, 3 months ago
  92. cf59e19 Add preadv2/pwritev2 wrappers. by Elliott Hughes · 4 years, 3 months ago
  93. 048f24e Export fts as a static library for use with musl by Colin Cross · 4 years, 5 months ago
  94. 69bcb8b Compile fts.c in libc_openbsd_ndk by Colin Cross · 4 years, 4 months ago
  95. 5d50dbb Export kernel headers for musl by Colin Cross · 4 years, 7 months ago
  96. 02f8137 Rename cc_object default_shared_libs to system_shared_libs by Colin Cross · 4 years, 6 months ago
  97. 2ffa0eb Merge "Move system_shared_libs into target.bionic clause" by Treehugger Robot · 4 years, 6 months ago
  98. 8f14b65 Revert "Adding system property tracing" by Bowgo Tsai · 4 years, 6 months ago
  99. b5bfe0b Move system_shared_libs into target.bionic clause by Colin Cross · 4 years, 6 months ago
  100. ab1b143 Remove obsolete visibility entries from libc_headers by Colin Cross · 4 years, 6 months ago