aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/os3_solaris.go
AgeCommit message (Expand)Author
2015-06-02runtime: clean up signalstack APIAustin Clements
2015-05-22runtime: don't always unblock all signalsElias Naur
2015-05-06runtime: always load address of libcFunc on SolarisAram Hăvărneanu
2015-04-14runtime: rename close to closefdDavid Crawshaw
2015-03-30runtime: make "write barriers are not allowed" comments more preciseAustin Clements
2015-03-26runtime: disallow write barriers in handoffp and calleesAustin Clements
2015-01-14runtime: log all thread stack traces during GODEBUG=crash on Linux and OS XRuss Cox
2015-01-09runtime: use urandom instead of randomKeith Randall
2014-12-28runtime: rename gothrow to throwKeith Randall
2014-12-23runtime: run libc SIGSETXID and SIGCANCEL handlers on signal stackAustin Clements
2014-12-10runtime: clean up & go-ify the hash function seederKeith Randall
2014-11-13[dev.cc] runtime: convert Solaris port to GoAram Hăvărneanu