aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/os_plan9.go
AgeCommit message (Expand)Author
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