aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/os_openbsd.go
AgeCommit message (Expand)Author
2024-03-25runtime: migrate internal/atomic to internal/runtimeAndy Pan
2023-12-05math/rand, math/rand/v2: use ChaCha8 for global randRuss Cox
2023-11-17runtime: remove unused _CTL_KERN on openbsdTobias Klauser
2023-11-02runtime: remove unused getOSRev on openbsdTobias Klauser
2023-11-02runtime: remove map stack version handling for openbsdJoel Sing
2023-09-06runtime: clear procid in unminitMichael Pratt
2022-10-26runtime: fix a few function names on commentscui fliter
2022-08-08internal/cpu: implement CPU feature detection for openbsd/arm64Joel Sing
2022-08-02runtime: trivial replacements of _g_ in os filesMichael Pratt
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2022-02-15runtime, syscall: reimplement AllThreadsSyscall using only signals.Michael Pratt
2021-09-27runtime: allow per-OS changes to unix profilerRhys Hiltner
2021-05-21[dev.typeparams] runtime: replace funcPC with internal/abi.FuncPCABIInternalCherry Mui
2021-05-18[dev.typeparams] runtime: use internal/abi.FuncPCABI0 for syscall wrappers on...Cherry Mui
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