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_netbsd.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-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-09-11
runtime: don't clear procid on netbsd
Michael Pratt
2023-09-06
runtime: clear procid in unminit
Michael Pratt
2023-06-06
runtime: implement SUID/SGID protections
Roland Shoemaker
2023-05-20
runtime: consolidate on a single closeonexec definition
Ian Lance Taylor
2023-05-20
runtime: change fcntl to return two values
Ian Lance Taylor
2023-05-17
runtime: consistently define fcntl
Ian Lance Taylor
2023-03-01
runtime: fix function name in comments
cui fliter
2023-02-16
runtime: expose auxv for use by x/sys/cpu
Brad Fitzpatrick
2022-11-10
runtime: retry thread creation on EAGAIN
Ian Lance Taylor
2022-10-26
runtime: fix a few function names on comments
cui fliter
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-03-03
runtime: remove fallback to pipe on platforms with pipe2
Tobias Klauser
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-08-16
runtime: skip sysmon workaround on NetBSD >= 9.2
Tobias Klauser
2021-06-17
[dev.typeparams] runtime: fix import sort order [generated]
Michael Anthony Knyszek
2021-06-17
[dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with i...
Michael Anthony Knyszek
2021-05-21
[dev.typeparams] runtime: replace funcPC with internal/abi.FuncPCABIInternal
Cherry Mui
2021-05-21
[dev.typeparams] runtime: use internal/abi.FuncPCABI0 to reference ABI0 assem...
Cherry Mui
2021-04-01
runtime: fix uses of ABIInternal PCs in assembly
Austin Clements
2021-02-19
runtime: clean up system calls during cgo callback init
Russ Cox
2021-01-18
runtime: free Windows event handles after last lock is dropped
Jason A. Donenfeld
2020-10-20
internal/cpu: consolidate arm64 feature detection
Martin Möhrmann
2020-09-28
runtime: initialise cpu.HWCap on netbsd/arm64
Tobias Klauser
2020-08-17
runtime: use hw.ncpuonline sysctl in getncpu on netbsd
Tobias Klauser
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
2018-09-07
runtime: in semasleep, subtract time spent so far from timeout
Keith Randall
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-03-27
runtime: parse auxv for page size on netbsd
Tobias Klauser
2018-02-13
runtime: remove unused memlimit function
Austin Clements
2017-12-05
runtime: fix NetBSD CPU spin in lwp_park when CPU profiling is active
Christos Zoulas
2017-12-04
runtime: make NetBSD lwp_park use monotonic time
Christos Zoulas
2017-10-11
runtime: make it possible to exit Go-created threads
Austin Clements
2017-05-31
runtime: work around NetBSD bug in thread creation
Benny Siegert
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-27
runtime: simplify signalstack by dropping nil as argument
Ian Lance Taylor
2016-09-26
runtime: unify Unix implementations of unminit
Ian Lance Taylor
[next]