summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/os_plan9_386.c
Commit message (Expand)AuthorAgeFilesLines
* all: remove 'extern register M *m' from runtimeRuss Cox2014-06-261-4/+4
* runtime: handle fault during runtime more like unexpected fault addressRuss Cox2014-04-031-3/+0
* runtime: fix signal handling on Plan 9Anthony Martin2014-03-131-63/+77
* runtime: do not use memmove in the Plan 9 signal handlerAnthony Martin2013-12-091-6/+12
* runtime: change int32 to intgo in findnull and findnullwRob Pike2013-08-061-1/+1
* runtime: record proper goroutine state during stack splitRuss Cox2013-06-271-0/+2
* runtime: fix plan9, windows buildsRuss Cox2013-06-121-1/+1
* runtime: accept GOTRACEBACK=crash to mean 'crash after panic'Russ Cox2013-03-151-1/+6
* os/signal: add Stop, be careful about SIGHUPRuss Cox2013-03-151-0/+6
* runtime: refactor os-specific codeRuss Cox2013-03-141-0/+120