aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/zsyscall_openbsd_arm64.go
AgeCommit message (Expand)Author
2024-05-04syscall: remove references to SYS_syscall on openbsdJoel Sing
2023-11-07syscall: provide and use ioctlPtr for all BSD platformsJoel Sing
2023-11-07syscall: provide and use fcntlPtr for all BSD platformsJoel Sing
2023-11-02syscall: call getfsstat via libc on openbsdJoel Sing
2023-09-20syscall: remove unused writelenTobias Klauser
2023-09-14syscall: remove unused ptracePtr on openbsdTobias Klauser
2023-03-15syscall: restore original NOFILE rlimit in child processIan Lance Taylor
2023-02-23syscall: add ptracePtr that accepts pointer arg as unsafe.PointerDmitri Goutnik
2022-09-09internal/poll, syscall: convert writev to direct libc call on openbsd (except...Tobias Klauser
2022-03-12syscall: add race annotations to Pread and PwriteIan Lance Taylor
2022-03-05syscall: use dup3 in forkAndExecInChild on OpenBSDTobias Klauser
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-04-26syscall, etc.: use abi.FuncPCABI0 for libc syscall wrappersCherry Zhang
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2021-01-28syscall: generate readlen/writelen for openbsd libcJoel Sing
2021-01-28runtime,syscall: convert syscall on openbsd/arm64 to libcJoel Sing
2019-04-26syscall: add support for openbsd/arm64Joel Sing