aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/os_netbsd.go
AgeCommit message (Expand)Author
2025-07-11runtime: gofmt after CL 643897 and CL 662455Tobias Klauser
2025-05-19runtime: rename ncpu to numCPUStartupMichael Pratt
2025-04-03runtime: cleanup M vgetrandom state before dropping PMichael Pratt
2024-03-25runtime: migrate internal/atomic to internal/runtimeAndy Pan
2023-12-05math/rand, math/rand/v2: use ChaCha8 for global randRuss Cox
2023-09-11runtime: don't clear procid on netbsdMichael Pratt
2023-09-06runtime: clear procid in unminitMichael Pratt
2023-06-06runtime: implement SUID/SGID protectionsRoland Shoemaker
2023-05-20runtime: consolidate on a single closeonexec definitionIan Lance Taylor
2023-05-20runtime: change fcntl to return two valuesIan Lance Taylor
2023-05-17runtime: consistently define fcntlIan Lance Taylor
2023-03-01runtime: fix function name in commentscui fliter
2023-02-16runtime: expose auxv for use by x/sys/cpuBrad Fitzpatrick
2022-11-10runtime: retry thread creation on EAGAINIan Lance Taylor
2022-10-26runtime: fix a few function names on commentscui fliter
2022-08-02runtime: trivial replacements of _g_ in os filesMichael Pratt
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2022-03-03runtime: remove fallback to pipe on platforms with pipe2Tobias Klauser
2022-02-15runtime, syscall: reimplement AllThreadsSyscall using only signals.Michael Pratt
2021-09-27runtime: allow per-OS changes to unix profilerRhys Hiltner
2021-08-16runtime: skip sysmon workaround on NetBSD >= 9.2Tobias 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.FuncPCABIInternalCherry Mui
2021-05-21[dev.typeparams] runtime: use internal/abi.FuncPCABI0 to reference ABI0 assem...Cherry Mui
2021-04-01runtime: fix uses of ABIInternal PCs in assemblyAustin Clements
2021-02-19runtime: clean up system calls during cgo callback initRuss Cox
2021-01-18runtime: free Windows event handles after last lock is droppedJason A. Donenfeld
2020-10-20internal/cpu: consolidate arm64 feature detectionMartin Möhrmann
2020-09-28runtime: initialise cpu.HWCap on netbsd/arm64Tobias Klauser
2020-08-17runtime: use hw.ncpuonline sysctl in getncpu on netbsdTobias Klauser
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
2018-09-07runtime: in semasleep, subtract time spent so far from timeoutKeith Randall
2018-06-13runtime: move darwin kevent calls to libcKeith Randall
2018-04-30runtime,cmd/ld: on darwin, create theads using libcKeith Randall
2018-03-27runtime: parse auxv for page size on netbsdTobias Klauser
2018-02-13runtime: remove unused memlimit functionAustin Clements
2017-12-05runtime: fix NetBSD CPU spin in lwp_park when CPU profiling is activeChristos Zoulas
2017-12-04runtime: make NetBSD lwp_park use monotonic timeChristos Zoulas
2017-10-11runtime: make it possible to exit Go-created threadsAustin Clements
2017-05-31runtime: work around NetBSD bug in thread creationBenny Siegert
2016-09-28runtime: minor simplifications to signal codeIan Lance Taylor
2016-09-27runtime: remove sigmask type, use sigset insteadIan Lance Taylor
2016-09-27runtime: simplify signalstack by dropping nil as argumentIan Lance Taylor
2016-09-26runtime: unify Unix implementations of unminitIan Lance Taylor