aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/os_plan9.go
AgeCommit message (Expand)Author
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
2015-11-13runtime: move m's OS-specific semaphore fields into mOSMatthew Dempsky
2015-10-22runtime: split plan9 and solaris's m fields into new embedded mOS typeMatthew Dempsky
2015-04-14runtime: rename close to closefdDavid Crawshaw
2015-02-13runtime: cleanup after conversion to GoDmitry Vyukov
2014-12-28runtime: rename gothrow to throwKeith Randall
2014-12-23runtime: remove thunk.sRuss Cox
2014-12-20runtime: fix brk_ signature for plan9mischief
2014-11-21[dev.cc] runtime: convert Plan 9 port to GoDavid du Colombier
2014-09-16runtime: remove duplicated Go constantsRuss Cox
2014-09-09runtime: call rfork on scheduler stack on Plan 9Anthony Martin
2014-09-08liblink, runtime: diagnose and fix C code running on Go stackRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox