index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
sys_openbsd2.go
Age
Commit message (
Expand
)
Author
2025-07-28
runtime: remove openbsd/mips64 related code
Joel Sing
2024-03-25
runtime: migrate internal/atomic to internal/runtime
Andy Pan
2023-06-06
runtime: implement SUID/SGID protections
Roland Shoemaker
2023-05-20
runtime: consolidate on a single closeonexec definition
Ian Lance Taylor
2023-05-20
runtime: change fcntl to return two values
Ian Lance Taylor
2022-10-18
runtime: throw in unreachable exitThread
Michael Pratt
2022-10-18
runtime: always keep global reference to mp until mexit completes
Michael Pratt
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2022-03-03
runtime: remove fallback to pipe on platforms with pipe2
Tobias Klauser
2021-12-02
runtime: print errno on clock_gettime failure on OpenBSD
Austin Clements
2021-11-30
runtime: keep //go:cgo_unsafe_args arguments alive to prevent GC
Jason A. Donenfeld
2021-11-10
runtime: fix unworkable comments for go:nosplit
Hajime Hoshi
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-08-22
runtime: use asmcgocall_no_g when calling sigprocmask on openbsd
Joel Sing
2021-05-18
[dev.typeparams] runtime: use internal/abi.FuncPCABI0 for syscall wrappers on...
Cherry Mui
2021-05-11
runtime,syscall: simplify openbsd related build tags
Joel Sing
2021-05-09
runtime: switch runtime to libc for openbsd/arm
Joel Sing
2021-04-30
runtime: switch runtime to libc for openbsd/386
Joel Sing
2021-04-29
runtime: rename walltime1 to walltime
Ian Lance Taylor
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2021-02-19
runtime: clean up system calls during cgo callback init
Russ Cox
2021-01-27
runtime: switch runtime to libc for openbsd/arm64
Joel Sing
2021-01-22
runtime: switch runtime to libc for openbsd/amd64
Joel Sing