aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/os_openbsd.go
AgeCommit message (Expand)Author
2016-05-06runtime: merge the last four os-vs-os1 files togetherBrad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-11-24runtime: use a proper type, sigset, for m.sigmaskElias Naur
2015-11-18Revert "runtime: use a proper type, sigset, for m.sigmask"Russ Cox
2015-11-17runtime: use a proper type, sigset, for m.sigmaskElias Naur
2015-11-13runtime: move m's OS-specific semaphore fields into mOSMatthew Dempsky
2015-10-22runtime: split plan9 and solaris's m fields into new embedded mOS typeMatthew Dempsky
2015-10-02runtime: drop sigfwd from signal forwarding unsupported platformsMikio Hara
2015-04-26runtime: signal forwarding for darwin/amd64David Crawshaw
2015-02-25runtime: simplify OpenBSD semaphoresMatthew Dempsky
2015-01-14runtime: log all thread stack traces during GODEBUG=crash on Linux and OS XRuss Cox
2014-11-14[dev.cc] runtime: convert openbsd/amd64 port to GoJoel Sing
2014-09-16runtime: remove duplicated Go constantsRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox