aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/os3_plan9.go
AgeCommit message (Expand)Author
2021-04-09runtime: use sigpanic0 on all OSesAustin Clements
2021-02-19runtime: document, clean up internal/sysRuss Cox
2018-08-22runtime: replace calls to hasprefix with hasPrefixMartin Möhrmann
2018-03-09runtime: fix abort handling on arm64Austin Clements
2018-03-08runtime: ensure abort actually crashes the processAustin Clements
2018-03-08runtime: move unrecoverable panic handling to the system stackAustin Clements
2018-01-23runtime: don't grow the stack on sigpanic if throwsplitAustin Clements
2017-12-01runtime: restore the Go-allocated signal stack in unminitAustin Clements
2017-03-06runtime: avoid repeated findmoduledatap callsAustin Clements
2017-02-09runtime: enable/disable SIGPROF if needed when profilingIan Lance Taylor
2016-11-12net: implement asynchonous cancelable I/O on Plan 9David du Colombier
2016-03-07runtime: eliminate unnecessary type conversionsMatthew Dempsky
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-24runtime: recursively disallow write barriers in sighandlerAustin Clements
2015-11-12runtime: break out system-specific constants into package sysMichael Matloob
2015-10-30runtime: introduce GOTRACEBACK=single, now the defaultRuss Cox
2015-07-28runtime: fix x86 stack trace for call to heap memory on Plan 9David du Colombier
2015-04-20runtime: replace func-based write barrier skipping with type-basedRuss Cox
2015-03-26runtime: remove write barrier on G in sighandlerAustin Clements
2015-02-16os/signal: add ability to ignore signals and restore initial signal handlersMichael MacInnis
2015-02-16runtime: remove C-style strcmp and strncmp helpersMatthew Dempsky
2015-02-06os/signal, runtime: implement notes on Plan 9David du Colombier
2014-12-30runtime: consolidate arch-specific signal handlers on Plan 9Anthony Martin