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
/
os_openbsd.go
Age
Commit message (
Expand
)
Author
2025-07-11
runtime: gofmt after CL 643897 and CL 662455
Tobias Klauser
2025-05-19
runtime: rename ncpu to numCPUStartup
Michael Pratt
2025-04-03
runtime: cleanup M vgetrandom state before dropping P
Michael Pratt
2024-10-07
runtime: overwrite startupRand instead of clearing it
Filippo Valsorda
2024-03-25
runtime: migrate internal/atomic to internal/runtime
Andy Pan
2023-12-05
math/rand, math/rand/v2: use ChaCha8 for global rand
Russ Cox
2023-11-17
runtime: remove unused _CTL_KERN on openbsd
Tobias Klauser
2023-11-02
runtime: remove unused getOSRev on openbsd
Tobias Klauser
2023-11-02
runtime: remove map stack version handling for openbsd
Joel Sing
2023-09-06
runtime: clear procid in unminit
Michael Pratt
2022-10-26
runtime: fix a few function names on comments
cui fliter
2022-08-08
internal/cpu: implement CPU feature detection for openbsd/arm64
Joel Sing
2022-08-02
runtime: trivial replacements of _g_ in os files
Michael Pratt
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2022-02-15
runtime, syscall: reimplement AllThreadsSyscall using only signals.
Michael Pratt
2021-09-27
runtime: allow per-OS changes to unix profiler
Rhys Hiltner
2021-05-21
[dev.typeparams] runtime: replace funcPC with internal/abi.FuncPCABIInternal
Cherry Mui
2021-05-18
[dev.typeparams] runtime: use internal/abi.FuncPCABI0 for syscall wrappers on...
Cherry Mui
2021-01-22
runtime: switch runtime to libc for openbsd/amd64
Joel Sing
2021-01-20
runtime: convert openbsd/amd64 locking to libc
Joel Sing
2021-01-19
cmd/link,runtime: switch openbsd/amd64 to pthreads
Joel Sing
2021-01-18
runtime: free Windows event handles after last lock is dropped
Jason A. Donenfeld
2020-10-29
runtime: add support for openbsd/mips64
Joel Sing
2020-07-08
runtime: mark OpenBSD raise function nosplit
Ian Lance Taylor
2019-11-08
runtime: add pipe/pipe2 on Solaris
Ian Lance Taylor
2019-10-26
runtime: M-targeted signals for BSDs
Austin Clements
2019-10-21
runtime: add netpollBreak
Ian Lance Taylor
2019-10-20
runtime: define nonblockingPipe
Ian Lance Taylor
2019-04-02
runtime, cmd/dist, misc/cgo: enable c-archive for aix/ppc64
Clément Chigot
2019-03-15
runtime: introduce and consistently use setNsec for timespec
Ian Lance Taylor
2019-02-26
runtime: use hw.ncpuonline sysctl in getncpu on openbsd
Tobias Klauser
2018-07-11
runtime: correct new thread stack for openbsd MAP_STACK
Joel Sing
2018-07-02
runtime: tidy OpenBSD sysctl code
Austin Clements
2018-06-29
runtime: remap stack spans with MAP_STACK on OpenBSD
Austin Clements
2018-06-13
runtime: move darwin kevent calls to libc
Keith Randall
2018-04-30
runtime,cmd/ld: on darwin, create theads using libc
Keith Randall
2018-02-13
runtime: remove unused memlimit function
Austin Clements
2016-09-28
runtime: minor simplifications to signal code
Ian Lance Taylor
2016-09-27
runtime: remove sigmask type, use sigset instead
Ian Lance Taylor
2016-09-26
runtime: unify Unix implementations of unminit
Ian Lance Taylor
2016-09-26
runtime: merge setting new signal mask in minit
Ian Lance Taylor
2016-09-26
runtime: unify sigtrampgo
Ian Lance Taylor
2016-09-26
runtime: unify handling of alternate signal stack
Ian Lance Taylor
2016-09-24
runtime: unify some signal handling functions
Ian Lance Taylor
2016-09-06
runtime: fetch physical page size from the OS
Austin Clements
2016-06-29
runtime: better error message for newosproc failure
Ian Lance Taylor
2016-05-06
os: rename remaining four os1_*.go files to os_*.go
Brad Fitzpatrick
2016-05-06
runtime: delete empty files
Brad Fitzpatrick
2016-05-06
runtime: merge the last four os-vs-os1 files together
Brad Fitzpatrick
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
[next]