summaryrefslogtreecommitdiff
path: root/src/syscall/syscall_openbsd_libc.go
Commit message (Expand)AuthorAgeFilesLines
* syscall: add ptracePtr that accepts pointer arg as unsafe.PointerDmitri Goutnik2023-02-231-0/+1
* runtime: revert use of __fork to work around Apple atfork bugsRuss Cox2023-01-101-5/+1
* runtime: call __fork instead of fork on darwinRuss Cox2022-12-221-1/+5
* syscall: use dup3 in forkAndExecInChild on OpenBSDTobias Klauser2022-03-051-0/+2
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* runtime,syscall: simplify openbsd related build tagsJoel Sing2021-05-111-2/+2
* runtime,syscall: convert syscall on openbsd/arm to libcJoel Sing2021-05-091-2/+2
* runtime,syscall: convert syscall on openbsd/386 to libcJoel Sing2021-04-301-2/+2
* syscall, etc.: use abi.FuncPCABI0 for libc syscall wrappersCherry Zhang2021-04-261-13/+8
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* syscall: generate readlen/writelen for openbsd libcJoel Sing2021-01-281-22/+6
* runtime,syscall: convert syscall on openbsd/arm64 to libcJoel Sing2021-01-281-1/+1
* runtime,syscall: convert syscall on openbsd/amd64 to libcJoel Sing2021-01-261-0/+93