aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/os_solaris.go
AgeCommit message (Expand)Author
2019-11-08runtime: add pipe/pipe2 on SolarisIan Lance Taylor
2019-10-21runtime: change read and write to return negative errno valueIan Lance Taylor
2019-05-09runtime: fix vet complaints for solaris/amd64, illumos/amd64Russ Cox
2018-07-24runtime: traceback from outermost libc callKeith Randall
2018-04-26runtime: remove the dummy arg of getcallerspCherry Zhang
2018-03-09runtime: set libcall values for Solaris system callsIan Lance Taylor
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-11-20runtime: make it possible to call syscall on solaris without gShenghou Ma
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-10-02runtime: drop sigfwd from signal forwarding unsupported platformsMikio Hara
2015-06-19runtime: rename cgocall_errno and asmcgocall_errno into cgocall and asmcgocallAlex Brainman
2015-06-18runtime: remove cgocall and asmcgocallAlex Brainman
2015-05-06runtime: always load address of libcFunc on SolarisAram Hăvărneanu
2015-04-26runtime: signal forwarding for darwin/amd64David Crawshaw
2014-11-13[dev.cc] runtime: convert Solaris port to GoAram Hăvărneanu
2014-09-16runtime: remove duplicated Go constantsRuss Cox
2014-09-14runtime: fix solaris build, part 2Russ Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox