summaryrefslogtreecommitdiff
path: root/src/runtime/os_plan9.go
Commit message (Expand)AuthorAgeFilesLines
* os, runtime: remove unused implementations of os.sigpipeIan Lance Taylor2023-05-121-5/+0
* runtime: reuse freed memory blocks on wasmAchille Roussel2023-03-211-1/+1
* runtime: always keep global reference to mp until mexit completesMichael Pratt2022-10-181-1/+1
* runtime: add safe arena support to the runtimeMichael Anthony Knyszek2022-10-121-1/+8
* runtime: trivial replacements of g in remaining filesMichael Pratt2022-08-021-9/+9
* runtime: trivial replacements of _g_ in os filesMichael Pratt2022-08-021-3/+3
* runtime: clean up canpanicMichael Pratt2022-08-021-1/+1
* runtime: pass correct string to exits on Plan 9Ori Bernstein2022-07-041-1/+1
* runtime: tweak js and plan9 to avoid/disable write barrier & gc problemsDavid Chase2022-05-131-1/+3
* all: separate doc comment from //go: directivesRuss Cox2022-04-051-0/+2
* [dev.typeparams] runtime: use internal/abi.FuncPCABI0 for sigtramp PC on Plan 9Cherry Mui2021-05-201-1/+2
* runtime: init plan9 hashkey by timeMeng Zhuo2021-03-301-1/+17
* runtime: clean up system calls during cgo callback initRuss Cox2021-02-191-0/+10
* runtime: free Windows event handles after last lock is droppedJason A. Donenfeld2021-01-181-0/+5
* runtime: linux iscgo support for not blocking nptl signalsAndrew G. Morgan2020-12-231-1/+1
* runtime: block signals in needm before allocating MIan Lance Taylor2020-10-281-1/+1
* runtime/debug: provide Addr method for errors from SetPanicOnFaultKeith Randall2020-09-181-1/+4
* runtime: replace index and contains with bytealg callsAustin Clements2020-08-171-2/+16
* runtime, syscall: use local cache for Setenv/Getenv in Plan 9Richard Miller2020-06-191-3/+0
* runtime: don't enable notes (=signals) too early in Plan 9Richard Miller2020-05-181-1/+3
* runtime: use signals to preempt Gs for suspendGAustin Clements2019-11-021-0/+8
* runtime: wrap nanotime, walltime, and writeAustin Clements2019-09-041-4/+4
* cmd/compile,runtime: provide index information on bounds check failureKeith Randall2019-03-181-12/+0
* runtime: replace calls to hasprefix with hasPrefixMartin Möhrmann2018-08-221-5/+5
* runtime: perform crashes outside systemstackElias Naur2018-04-301-0/+1
* runtime,cmd/ld: on darwin, create theads using libcKeith Randall2018-04-301-1/+1
* runtime: remove unused memlimit functionAustin Clements2018-02-131-4/+0
* runtime: make it possible to exit Go-created threadsAustin Clements2017-10-111-0/+6
* syscall: make Exit call runtime.exitAlex Brainman2017-09-271-1/+1
* runtime, syscall: reset signal handlers to default in childIan Lance Taylor2017-06-141-0/+5
* net: implement asynchonous cancelable I/O on Plan 9David du Colombier2016-11-121-0/+1
* runtime, syscall: appease vetJosh Bleecher Snyder2016-10-251-1/+1
* runtime: minor simplifications to signal codeIan Lance Taylor2016-09-281-1/+1
* runtime: fetch physical page size from the OSAustin Clements2016-09-061-0/+50
* os: rename remaining four os1_*.go files to os_*.goBrad Fitzpatrick2016-05-061-0/+438
* runtime: delete empty filesBrad Fitzpatrick2016-05-061-5/+0
* runtime: merge the last four os-vs-os1 files togetherBrad Fitzpatrick2016-05-061-145/+0
* runtime: signal handling support for plan9_armRichard Miller2016-03-071-1/+9
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* runtime: move m's OS-specific semaphore fields into mOSMatthew Dempsky2015-11-131-2/+3
* runtime: split plan9 and solaris's m fields into new embedded mOS typeMatthew Dempsky2015-10-221-0/+5
* runtime: rename close to closefdDavid Crawshaw2015-04-141-1/+1
* runtime: cleanup after conversion to GoDmitry Vyukov2015-02-131-0/+5
* runtime: rename gothrow to throwKeith Randall2014-12-281-4/+4
* runtime: remove thunk.sRuss Cox2014-12-231-0/+1
* runtime: fix brk_ signature for plan9mischief2014-12-201-1/+1
* [dev.cc] runtime: convert Plan 9 port to GoDavid du Colombier2014-11-211-0/+27
* runtime: remove duplicated Go constantsRuss Cox2014-09-161-4/+0
* runtime: call rfork on scheduler stack on Plan 9Anthony Martin2014-09-091-1/+2
* liblink, runtime: diagnose and fix C code running on Go stackRuss Cox2014-09-081-0/+72