1. ebc19a9 riscv64: add bionic assembler and string functions. by Elliott Hughes · 3 years, 3 months ago
  2. 4c2de1f Merge "riscv64 syscall stub and seccomp filter generation." by Elliott Hughes · 3 years, 3 months ago
  3. 704772b riscv64 syscall stub and seccomp filter generation. by Elliott Hughes · 3 years, 3 months ago
  4. 91529b7 Add REG_S0 to ucontext.h for riscv64 by Colin Cross · 3 years, 3 months ago
  5. c5e588a Merge "riscv64 TLS support." by Elliott Hughes · 3 years, 3 months ago
  6. 6987120 Merge "riscv64: add "private/bionic_asm.h"." by Treehugger Robot · 3 years, 3 months ago
  7. d5b5adf Merge "riscv64: more <sys/ucontext.h>." by Treehugger Robot · 3 years, 3 months ago
  8. 7f50756 Merge "Use allowlists.go for all bp2build config and remove Android.bp prop." by Jingwen Chen · 3 years, 3 months ago
  9. add0c48 riscv64: add "private/bionic_asm.h". by Elliott Hughes · 3 years, 3 months ago
  10. 287f48e riscv64: more <sys/ucontext.h>. by Elliott Hughes · 3 years, 3 months ago
  11. 4346270 riscv64 TLS support. by Elliott Hughes · 3 years, 3 months ago
  12. 4043e5e Add riscv64 <ucontext.h>. by Elliott Hughes · 3 years, 3 months ago
  13. 5b2552a Merge "riscv64 <sys/user.h>." by Elliott Hughes · 3 years, 3 months ago
  14. 95ca177 Use allowlists.go for all bp2build config and remove Android.bp prop. by Jingwen Chen · 3 years, 3 months ago
  15. c6bddf4 Merge "riscv64 <fenv.h>." by Elliott Hughes · 3 years, 3 months ago
  16. e0b9474 Merge "riscv64 __get_tls()." by Elliott Hughes · 3 years, 3 months ago
  17. 002b57c Merge "riscv64 BIONIC_STOP_UNWIND." by Treehugger Robot · 3 years, 3 months ago
  18. fc009dd riscv64 __get_tls(). by Elliott Hughes · 3 years, 3 months ago
  19. 203b0b7 riscv64 BIONIC_STOP_UNWIND. by Elliott Hughes · 3 years, 3 months ago
  20. 4c6d66c riscv64 <fenv.h>. by Elliott Hughes · 3 years, 3 months ago
  21. cf12381 riscv64 <sys/user.h>. by Elliott Hughes · 3 years, 3 months ago
  22. 48e5333 Pull in the riscv64 uapi headers for riscv64 builds. by Elliott Hughes · 3 years, 3 months ago
  23. 0f19b10 Switch to FreeBSD's elf_common.h. by Elliott Hughes · 3 years, 3 months ago
  24. bba6ddf Kernel header scrubber: remove unused map entries. by Elliott Hughes · 3 years, 3 months ago
  25. 76be72d Add __tls_get_addr for riscv64. by Elliott Hughes · 3 years, 3 months ago
  26. 5394de7 Merge "riscv64's struct stat is the same as arm64's." by Elliott Hughes · 3 years, 3 months ago
  27. 5cc8a46 riscv64's struct stat is the same as arm64's. by Elliott Hughes · 3 years, 3 months ago
  28. 82770d8 Merge "Call out the REL architectures and make RELA the default." by Elliott Hughes · 3 years, 3 months ago
  29. 6cfd1b5 Call out the REL architectures and make RELA the default. by Elliott Hughes · 3 years, 3 months ago
  30. 5f16769 Merge "Add riscv64 to the map files." by Treehugger Robot · 3 years, 3 months ago
  31. 60bf36b Merge "Tell the version script generation script about risc-v." by Treehugger Robot · 3 years, 3 months ago
  32. de1df21 Remove a mips-specific hack. by Elliott Hughes · 3 years, 3 months ago
  33. df48d0f Add riscv64 to the map files. by Elliott Hughes · 3 years, 3 months ago
  34. 0a34425 Tell the version script generation script about risc-v. by Elliott Hughes · 3 years, 3 months ago
  35. 9ba9233 Merge "Remove unused variable." by Treehugger Robot · 3 years, 3 months ago
  36. dc810a3 Remove unused variable. by Elliott Hughes · 3 years, 3 months ago
  37. 6660d6c Rewrite renameat(). by Elliott Hughes · 3 years, 3 months ago
  38. 4d974e2 Merge "Clarify the docs for updating kernel headers." by Treehugger Robot · 3 years, 3 months ago
  39. 93fb6b9 Clarify the docs for updating kernel headers. by Elliott Hughes · 3 years, 3 months ago
  40. 5e7f8f1 Initial import of the risc-v uapi headers. by Elliott Hughes · 3 years, 3 months ago
  41. 05ef5d4 Add riscv64 to the list of uapi architectures. by Elliott Hughes · 3 years, 4 months ago
  42. ee41a35 Extend the process_madvise() docs. by Elliott Hughes · 3 years, 4 months ago
  43. 3053992 Merge "Add __freadahead." by Elliott Hughes · 3 years, 4 months ago
  44. 27a37e7 fdsan: fix overflow in FdTableImpl::at by Benjamin Lerman · 3 years, 4 months ago
  45. 82be76b Add __freadahead. by Elliott Hughes · 3 years, 4 months ago
  46. f8d7761 Merge "Give init visibility into bionic headers." by Florian Mayer · 3 years, 4 months ago
  47. f5d70ce Give init visibility into bionic headers. by Florian Mayer · 3 years, 4 months ago
  48. 06993a6 Write record allocs from interrupt handler. by Christopher Ferris · 3 years, 4 months ago
  49. 73306db Merge "Declare the headers of the ndk_library" by Treehugger Robot · 3 years, 4 months ago
  50. 298bcec Merge "Add android_mallopt to query MTE stack state" by Florian Mayer · 3 years, 4 months ago
  51. 6feb2cc Declare the headers of the ndk_library by Spandan Das · 3 years, 4 months ago
  52. cc61ad8 Add android_mallopt to query MTE stack state by Florian Mayer · 3 years, 5 months ago
  53. 2526b66 Merge changes from topics "gwp-asan-headers", "native_handle_fdsan" by Treehugger Robot · 3 years, 4 months ago
  54. e78ea1f Open libasync_safe to any APEX by Brian Duddie · 3 years, 5 months ago
  55. b09a3ca Remove gwp_asan_headers from libc_defaults by Mitch Phillips · 3 years, 4 months ago
  56. d71bc4b Fix comment to indicate android_mallopt is also available to APEXes. by Florian Mayer · 3 years, 5 months ago
  57. 5cfca6b Add fdsan owner type for native_handle_t by Brian Duddie · 3 years, 5 months ago
  58. 963e24b setjmp.h: add the missing __returns_twice to sigsetjmp(). by Elliott Hughes · 3 years, 5 months ago
  59. af24941 Merge "[MTE] Never upgrade MTE mode for zygote." by Florian Mayer · 3 years, 5 months ago
  60. 14cbb79 [MTE] Never upgrade MTE mode for zygote. by Florian Mayer · 3 years, 5 months ago
  61. 94d8e02 Merge "Adjust the calculation method of pc" by Christopher Ferris · 3 years, 5 months ago
  62. 4b84644 Adjust the calculation method of pc by 周至捷 · 3 years, 6 months ago
  63. d3c7700 Merge "Exclude BUILD files from musl sysroot globs" by Treehugger Robot · 3 years, 5 months ago
  64. 1c0a7a0 Exclude BUILD files from musl sysroot globs by Colin Cross · 3 years, 5 months ago
  65. f9fac36 Merge "Add C23's memset_explicit()." by Elliott Hughes · 3 years, 5 months ago
  66. bf75d08 Merge "Update to v5.19 kernel headers." by Christopher Ferris · 3 years, 5 months ago
  67. d1c3d4a Merge "Add %b and %B support to the scanf/wscanf and strto*/wcsto* families." by Elliott Hughes · 3 years, 5 months ago
  68. 1f462de Add %b and %B support to the scanf/wscanf and strto*/wcsto* families. by Elliott Hughes · 3 years, 5 months ago
  69. 0d64243 Add C23's memset_explicit(). by Elliott Hughes · 3 years, 5 months ago
  70. 80ae69d Update to v5.19 kernel headers. by Christopher Ferris · 3 years, 5 months ago
  71. ea7f844 Merge "Allow init to upgrade MTE to sync." by Florian Mayer · 3 years, 5 months ago
  72. 408e170 Allow init to upgrade MTE to sync. by Florian Mayer · 3 years, 8 months ago
  73. 3fc4e11 Add support for removing structs that cross blocks. by Christopher Ferris · 3 years, 5 months ago
  74. e0cb4e1 Fix old python2 test issue. by Christopher Ferris · 3 years, 5 months ago
  75. cede011 Merge "Add %b and %B support to the printf/wprintf family." by Elliott Hughes · 3 years, 5 months ago
  76. 4ff089f Merge "[MTE] Allow remote mode override for process." by Florian Mayer · 3 years, 6 months ago
  77. c7bf4d4 Merge "[MTE] use static buffer for per-process property name." by Treehugger Robot · 3 years, 6 months ago
  78. b813a6a Add %b and %B support to the printf/wprintf family. by Elliott Hughes · 3 years, 6 months ago
  79. dee80d5 [MTE] Allow remote mode override for process. by Florian Mayer · 3 years, 6 months ago
  80. 2791429 [MTE] use static buffer for per-process property name. by Florian Mayer · 3 years, 6 months ago
  81. 85eb6fd [style] [MTE] remove unnecessary condition. by Florian Mayer · 3 years, 6 months ago
  82. f305560 Always free after getline(). by Elliott Hughes · 3 years, 6 months ago
  83. 27b3ad2 Merge "Simplify the implementation of get_nproc()." by Elliott Hughes · 3 years, 6 months ago
  84. 6f4bb07 Merge "fread: cope with >2GiB totals." by Elliott Hughes · 3 years, 6 months ago
  85. be78fc9 fread: cope with >2GiB totals. by Elliott Hughes · 3 years, 6 months ago
  86. d771a7c Simplify the implementation of get_nproc(). by Elliott Hughes · 3 years, 6 months ago
  87. bf76fc6 Merge "Tidy up the x86 atom/silvermont stuff similar to x86-64." by Elliott Hughes · 3 years, 6 months ago
  88. 2d07233 Merge "Handle null TM_ZONE in z case in strftime." by Treehugger Robot · 3 years, 6 months ago
  89. ed77714 Tidy up the x86 atom/silvermont stuff similar to x86-64. by Elliott Hughes · 3 years, 6 months ago
  90. 24bfd8e Handle null TM_ZONE in z case in strftime. by Almaz Mingaleev · 3 years, 6 months ago
  91. 919fb7f avx2 implementation for memset. by ahs · 3 years, 7 months ago
  92. 7c3f9cb Merge "Add the other known aliases for the recent Android releases." by Treehugger Robot · 3 years, 6 months ago
  93. 7b396ae Add the other known aliases for the recent Android releases. by Elliott Hughes · 3 years, 6 months ago
  94. 7eeb11d Rewrite function definitions with identifier lists by Yi Kong · 3 years, 7 months ago
  95. fbac9af Sync with upstream openbsd. by Elliott Hughes · 3 years, 6 months ago
  96. d88d7ea Rename deps in libc to account for name/src collision work. by MarkDacek · 3 years, 7 months ago
  97. cb8b43e Merge "Switch to the more common idiom for scripts in genrules." by Colin Cross · 3 years, 7 months ago
  98. 291f98a Switch to the more common idiom for scripts in genrules. by Elliott Hughes · 3 years, 7 months ago
  99. ecca883 Merge "Revert "Revert "Do not look for tzdata file in /data.""" by Almaz Mingaleev · 3 years, 7 months ago
  100. da75bb6 Revert "Revert "Do not look for tzdata file in /data."" by Almaz Mingaleev · 3 years, 7 months ago