aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/os_openbsd.go
AgeCommit message (Expand)Author
2021-01-22runtime: switch runtime to libc for openbsd/amd64Joel Sing
2021-01-20runtime: convert openbsd/amd64 locking to libcJoel Sing
2021-01-19cmd/link,runtime: switch openbsd/amd64 to pthreadsJoel Sing
2021-01-18runtime: free Windows event handles after last lock is droppedJason A. Donenfeld
2020-10-29runtime: add support for openbsd/mips64Joel Sing
2020-07-08runtime: mark OpenBSD raise function nosplitIan Lance Taylor
2019-11-08runtime: add pipe/pipe2 on SolarisIan Lance Taylor
2019-10-26runtime: M-targeted signals for BSDsAustin Clements
2019-10-21runtime: add netpollBreakIan Lance Taylor
2019-10-20runtime: define nonblockingPipeIan Lance Taylor
2019-04-02runtime, cmd/dist, misc/cgo: enable c-archive for aix/ppc64Clément Chigot
2019-03-15runtime: introduce and consistently use setNsec for timespecIan Lance Taylor
2019-02-26runtime: use hw.ncpuonline sysctl in getncpu on openbsdTobias Klauser
2018-07-11runtime: correct new thread stack for openbsd MAP_STACKJoel Sing
2018-07-02runtime: tidy OpenBSD sysctl codeAustin Clements
2018-06-29runtime: remap stack spans with MAP_STACK on OpenBSDAustin Clements
2018-06-13runtime: move darwin kevent calls to libcKeith Randall
2018-04-30runtime,cmd/ld: on darwin, create theads using libcKeith Randall
2018-02-13runtime: remove unused memlimit functionAustin Clements
2016-09-28runtime: minor simplifications to signal codeIan Lance Taylor
2016-09-27runtime: remove sigmask type, use sigset insteadIan Lance Taylor
2016-09-26runtime: unify Unix implementations of unminitIan Lance Taylor
2016-09-26runtime: merge setting new signal mask in minitIan Lance Taylor
2016-09-26runtime: unify sigtrampgoIan Lance Taylor
2016-09-26runtime: unify handling of alternate signal stackIan Lance Taylor
2016-09-24runtime: unify some signal handling functionsIan Lance Taylor
2016-09-06runtime: fetch physical page size from the OSAustin Clements
2016-06-29runtime: better error message for newosproc failureIan Lance Taylor
2016-05-06os: rename remaining four os1_*.go files to os_*.goBrad Fitzpatrick
2016-05-06runtime: delete empty filesBrad Fitzpatrick
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