aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/defs_openbsd_386.go
AgeCommit message (Expand)Author
2021-04-30runtime: switch runtime to libc for openbsd/386Joel Sing
2021-04-30runtime: switch openbsd/386 to pthreadsJoel Sing
2019-10-21runtime: add netpollBreakIan Lance Taylor
2019-10-20runtime: define nonblockingPipeIan Lance Taylor
2019-03-15runtime: introduce and consistently use setNsec for timespecIan Lance Taylor
2018-06-29runtime: remap stack spans with MAP_STACK on OpenBSDAustin Clements
2017-10-20runtime: for kqueue treat EVFILT_READ with EV_EOF as permitting a writeIan Lance Taylor
2016-09-26runtime: unify handling of alternate signal stackIan Lance Taylor
2014-11-14[dev.cc] runtime: change set_sec to take int64Russ Cox
2014-11-15[dev.cc] runtime: convert openbsd/386 port to GoJoel Sing
2014-11-11[dev.cc] runtime: convert defs_$GOOS_$GOARCH.h to GoRuss Cox