aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/os_plan9.go
AgeCommit message (Expand)Author
2026-03-18runtime: implement part of library initialization in Goqmuntal
2025-10-30runtime: delete timedivRuss Cox
2025-05-19runtime: rename ncpu to numCPUStartupMichael Pratt
2025-04-25runtime: don't read /dev/random on Plan 9David du Colombier
2025-04-08runtime: use internal/byteorderapocelipes
2025-04-07runtime: protect plan9 time_now function with !faketime build tagRichard Miller
2025-04-03runtime: cleanup M vgetrandom state before dropping PMichael Pratt
2025-03-31runtime: fix plan9 monotonic time, crypto randomnessRuss Cox
2024-05-17runtime: make use of stringslite.{HasPrefix, HasSuffix}Jes Cok
2024-03-25runtime: migrate internal/atomic to internal/runtimeAndy Pan
2023-12-05math/rand, math/rand/v2: use ChaCha8 for global randRuss Cox
2023-05-12os, runtime: remove unused implementations of os.sigpipeIan Lance Taylor
2023-03-21runtime: reuse freed memory blocks on wasmAchille Roussel
2022-10-18runtime: always keep global reference to mp until mexit completesMichael Pratt
2022-10-12runtime: add safe arena support to the runtimeMichael Anthony Knyszek
2022-08-02runtime: trivial replacements of g in remaining filesMichael Pratt
2022-08-02runtime: trivial replacements of _g_ in os filesMichael Pratt
2022-08-02runtime: clean up canpanicMichael Pratt
2022-07-04runtime: pass correct string to exits on Plan 9Ori Bernstein
2022-05-13runtime: tweak js and plan9 to avoid/disable write barrier & gc problemsDavid Chase
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2021-05-20[dev.typeparams] runtime: use internal/abi.FuncPCABI0 for sigtramp PC on Plan 9Cherry Mui
2021-03-30runtime: init plan9 hashkey by timeMeng Zhuo
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-12-23runtime: linux iscgo support for not blocking nptl signalsAndrew G. Morgan
2020-10-28runtime: block signals in needm before allocating MIan Lance Taylor
2020-09-18runtime/debug: provide Addr method for errors from SetPanicOnFaultKeith Randall
2020-08-17runtime: replace index and contains with bytealg callsAustin Clements
2020-06-19runtime, syscall: use local cache for Setenv/Getenv in Plan 9Richard Miller
2020-05-18runtime: don't enable notes (=signals) too early in Plan 9Richard Miller
2019-11-02runtime: use signals to preempt Gs for suspendGAustin Clements
2019-09-04runtime: wrap nanotime, walltime, and writeAustin Clements
2019-03-18cmd/compile,runtime: provide index information on bounds check failureKeith Randall
2018-08-22runtime: replace calls to hasprefix with hasPrefixMartin Möhrmann
2018-04-30runtime: perform crashes outside systemstackElias Naur
2018-04-30runtime,cmd/ld: on darwin, create theads using libcKeith Randall
2018-02-13runtime: remove unused memlimit functionAustin Clements
2017-10-11runtime: make it possible to exit Go-created threadsAustin Clements
2017-09-27syscall: make Exit call runtime.exitAlex Brainman
2017-06-14runtime, syscall: reset signal handlers to default in childIan Lance Taylor
2016-11-12net: implement asynchonous cancelable I/O on Plan 9David du Colombier
2016-10-25runtime, syscall: appease vetJosh Bleecher Snyder
2016-09-28runtime: minor simplifications to signal codeIan Lance Taylor
2016-09-06runtime: fetch physical page size from the OSAustin Clements
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-07runtime: signal handling support for plan9_armRichard Miller
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick