User Details
User Details
- User Since
- Jan 17 2017, 2:21 PM (486 w, 19 h)
Sat, May 9
Sat, May 9
arichardson added inline comments to D56495: p9fs: Refactor buffer allocations to avoid zeroing large payloads.
Thu, May 7
Thu, May 7
arichardson requested review of D56874: bsd.sys.mk: suppress some clang warnings for C++ for >= 19.
arichardson requested review of D56873: Fix building with LLVM_BINUTILS_BOOSTRAP but without CLANG_BOOTSTRAP.
arichardson added a comment to D56865: Fix cross installworld with MK_LLVM_BINUTILS_BOOTSTRAP=no.
arichardson updated the diff for D56495: p9fs: Refactor buffer allocations to avoid zeroing large payloads.
address feedback
arichardson requested review of D56865: Fix cross installworld with MK_LLVM_BINUTILS_BOOTSTRAP=no.
arichardson committed rG40d59ee35dc1: p9fs: Fix creating files with restrictive permissions (authored by arichardson).
p9fs: Fix creating files with restrictive permissions
arichardson committed rG96b2f4a91241: p9fs: implement basic pathconf support (authored by arichardson).
p9fs: implement basic pathconf support
arichardson committed rG1ed2ef42e017: p9fs: Move UMA zone initialization to VFS module lifecycle (authored by arichardson).
p9fs: Move UMA zone initialization to VFS module lifecycle
arichardson committed rG3fe5069ce2bf: virtio_p9fs: Fix kernel panic on module unload (authored by arichardson).
virtio_p9fs: Fix kernel panic on module unload
arichardson committed rG3daa43b1bb2c: sys: Make priority.h and rtprio.h include all dependencies (authored by arichardson).
sys: Make priority.h and rtprio.h include all dependencies
Mon, May 4
Mon, May 4
Sun, Apr 19
Sun, Apr 19
arichardson added inline comments to D56493: p9fs: implement basic pathconf support.
Sat, Apr 18
Sat, Apr 18
arichardson requested review of D56497: virtio_p9fs: Fix kernel panic on module unload.
arichardson requested review of D56496: p9fs: Implement msize mount option and bump default to 128 KiB.
arichardson requested review of D56495: p9fs: Refactor buffer allocations to avoid zeroing large payloads.
arichardson requested review of D56494: p9fs: Fix creating files with restrictive permissions.
arichardson requested review of D56493: p9fs: implement basic pathconf support.
arichardson requested review of D56492: p9fs: Move UMA zone initialization to VFS module lifecycle.
arichardson requested review of D56491: Add WITH_BOOTSTRAP_TOOLS_{ASAN,UBSAN}.
Feb 20 2026
Feb 20 2026
Almost certainly an accidental omission
Dec 16 2025
Dec 16 2025
arichardson added reviewers for D52533: libcuse: silence -Wthread-safety-analysis warnings: jrtc27, emaste, jhb.
arichardson committed rG2ed21f90906b: netmap: silence -Wdefault-const-init-field-unsafe warning (authored by arichardson).
netmap: silence -Wdefault-const-init-field-unsafe warning
arichardson committed rG86f325711c07: rtld: silence clang's unterminated-string-initialization warning (authored by arichardson).
rtld: silence clang's unterminated-string-initialization warning
arichardson committed rG79f578531f21: libfetch: Fix -Wunterminated-string-initialization (authored by arichardson).
libfetch: Fix -Wunterminated-string-initialization
arichardson committed rG4cfc7de13f11: libthr: fix -Wunterminated-string-initialization (authored by arichardson).
libthr: fix -Wunterminated-string-initialization
arichardson committed rG802c6d5d61d1: cdefs.h: Introduce __nonstring attribute (authored by arichardson).
cdefs.h: Introduce __nonstring attribute
No longer needed
arichardson added a comment to D52041: sys: Make priority.h and rtprio.h include all dependencies.
ping?
Nov 17 2025
Nov 17 2025
arichardson added a comment to D52526: cross-build: fix bootstrap with clang 19 on glibc systems.
arichardson added a comment to D52526: cross-build: fix bootstrap with clang 19 on glibc systems.
Oct 13 2025
Oct 13 2025
arichardson added reviewers for D52526: cross-build: fix bootstrap with clang 19 on glibc systems: jhb, markj.
Sep 17 2025
Sep 17 2025
arichardson updated the summary of D52528: libthr: fix -Wunterminated-string-initialization.
arichardson added a comment to D52528: libthr: fix -Wunterminated-string-initialization.
arichardson added a comment to D52563: bmake: Fix -Wunterminated-string-initialization.
Sep 16 2025
Sep 16 2025
arichardson requested review of D52568: netmap: silence -Wdefault-const-init-field-unsafe warning.
arichardson added a comment to D52526: cross-build: fix bootstrap with clang 19 on glibc systems.
Okay it looks like musl does not have the weird char* strerror_r: https://git.musl-libc.org/cgit/musl/tree/include/string.h#n66, so it will need to be conditional on glibc.
arichardson added inline comments to D52526: cross-build: fix bootstrap with clang 19 on glibc systems.
arichardson added inline comments to D52543: if_ovpn.c: fix use of uninitialized variable.
arichardson added inline comments to D52543: if_ovpn.c: fix use of uninitialized variable.
Sep 15 2025
Sep 15 2025
arichardson updated the diff for D52532: libfetch: Fix -Wunterminated-string-initialization.
rebase
arichardson updated the diff for D52528: libthr: fix -Wunterminated-string-initialization.
rebase
arichardson updated the diff for D52535: rtld: silence clang's unterminated-string-initialization warning.
rebase
arichardson requested review of D52565: cdefs.h: Introduce __nonstring attribute.
arichardson updated the diff for D52535: rtld: silence clang's unterminated-string-initialization warning.
rebase
arichardson committed rG34a006eaa39c: libc++: silence -Wnontrivial-memaccess warning with newer clang (authored by arichardson).
libc++: silence -Wnontrivial-memaccess warning with newer clang
arichardson committed rG086ce467adec: libc++: Fix deprecation warnings with latest clang (authored by arichardson).
libc++: Fix deprecation warnings with latest clang
arichardson committed rGdee76cf2f3da: libc++: avoid use of deprecated __reference_binds_to_temporary (authored by arichardson).
libc++: avoid use of deprecated __reference_binds_to_temporary
arichardson committed rGd61c75f634cf: libc++: avoid use of deprecated builtin (authored by arichardson).
libc++: avoid use of deprecated builtin
arichardson requested review of D52563: bmake: Fix -Wunterminated-string-initialization.
arichardson added a comment to D52531: libc++: Fix deprecation warnings with latest clang.
arichardson committed rG969be39fb3ca: if_ovpn.c: fix use of uninitialized variable (authored by arichardson).
if_ovpn.c: fix use of uninitialized variable
arichardson committed rG90234b9dd8cb: riscv: Provide prototypes for fpgetmask/fpsetmask (authored by arichardson).
riscv: Provide prototypes for fpgetmask/fpsetmask
arichardson added inline comments to D52530: libc++: avoid use of deprecated __reference_binds_to_temporary.
arichardson updated the diff for D52528: libthr: fix -Wunterminated-string-initialization.
silence warning instead
arichardson requested review of D52543: if_ovpn.c: fix use of uninitialized variable.
Sep 14 2025
Sep 14 2025
arichardson requested review of D52535: rtld: silence clang's unterminated-string-initialization warning.
arichardson requested review of D52534: libc++: silence -Wnontrivial-memaccess warning with newer clang.
arichardson requested review of D52533: libcuse: silence -Wthread-safety-analysis warnings.
arichardson requested review of D52532: libfetch: Fix -Wunterminated-string-initialization.
arichardson requested review of D52531: libc++: Fix deprecation warnings with latest clang.
arichardson requested review of D52530: libc++: avoid use of deprecated __reference_binds_to_temporary.
arichardson requested review of D52529: libc++: avoid use of deprecated builtin.
arichardson requested review of D52528: libthr: fix -Wunterminated-string-initialization.
arichardson requested review of D52526: cross-build: fix bootstrap with clang 19 on glibc systems.
arichardson updated the diff for D52041: sys: Make priority.h and rtprio.h include all dependencies.
avoid sys/types.h includes, and update test list
Aug 20 2025
Aug 20 2025
arichardson added a comment to D52041: sys: Make priority.h and rtprio.h include all dependencies.
arichardson added a comment to D52041: sys: Make priority.h and rtprio.h include all dependencies.
arichardson requested review of D52041: sys: Make priority.h and rtprio.h include all dependencies.
arichardson requested review of D52035: riscv: Provide prototypes for fpgetmask/fpsetmask.
Aug 5 2025
Aug 5 2025
Aug 4 2025
Aug 4 2025
This looks sensible to me. One suggestion would be to avoid the manual caching.
Aug 26 2024
Aug 26 2024
arichardson committed rG04262ed78d23: rtld-elf: Add CFI annotation for .rtld_start on RISC-V (authored by arichardson).
rtld-elf: Add CFI annotation for .rtld_start on RISC-V
Aug 23 2024
Aug 23 2024
arichardson added inline comments to D46404: lib/csu/riscv: Remove separate assembly startup file.
Aug 22 2024
Aug 22 2024
arichardson added inline comments to D46400: [RISC-V] Set ra to zero when calling into userspace.
arichardson added inline comments to D46400: [RISC-V] Set ra to zero when calling into userspace.
arichardson added a comment to D46403: Introduce vfcntl(), a va_list variant of fcntl().
arichardson added a comment to D46403: Introduce vfcntl(), a va_list variant of fcntl().
Aug 21 2024
Aug 21 2024
arichardson updated the diff for D46404: lib/csu/riscv: Remove separate assembly startup file.
review comments
arichardson added inline comments to D46404: lib/csu/riscv: Remove separate assembly startup file.