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
/
defs_openbsd.go
Age
Commit message (
Expand
)
Author
2025-07-28
runtime: remove openbsd/mips64 related code
Joel Sing
2023-10-23
runtime: ignore ETIMEDOUT for kevent conservatively
Andy Pan
2023-08-24
runtime: remove unused F_{GET,SET}FL cgo constants on solaris and openbsd
Tobias Klauser
2023-05-20
runtime: consolidate on a single closeonexec definition
Ian Lance Taylor
2022-09-02
runtime: support MADV_DONTNEED on the BSDs and Solaris/Illumos
Tobias Klauser
2022-03-03
runtime: remove fallback to pipe on platforms with pipe2
Tobias Klauser
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-08-16
runtime: include pthread.h in defs_openbsd.go
Joel Sing
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2021-01-22
runtime: switch runtime to libc for openbsd/amd64
Joel Sing
2021-01-19
cmd/link,runtime: switch openbsd/amd64 to pthreads
Joel Sing
2020-10-28
runtime: add defs for openbsd/mips64
Joel Sing
2019-10-21
runtime: add netpollBreak
Ian Lance Taylor
2019-10-20
runtime: define nonblockingPipe
Ian Lance Taylor
2018-06-29
runtime: remap stack spans with MAP_STACK on OpenBSD
Austin Clements
2017-10-20
runtime: for kqueue treat EVFILT_READ with EV_EOF as permitting a write
Ian Lance Taylor
2016-09-26
runtime: unify handling of alternate signal stack
Ian Lance Taylor
2014-09-08
build: move package sources from src/pkg to src
Russ Cox