aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_solaris_amd64.s
AgeCommit message (Expand)Author
2019-10-11runtime: make nanotime use monotonic clock in SolarisJerrin Shaji George
2019-09-04runtime: wrap nanotime, walltime, and writeAustin Clements
2019-05-09runtime: fix vet complaints for solaris/amd64, illumos/amd64Russ Cox
2018-10-03all: this big patch remove whitespace from assembly filesZhou Peng
2017-08-29runtime: call sigtrampgo on solarisElias Naur
2017-02-03time: record monotonic clock reading in time.Now, for more accurate comparisonsRuss Cox
2016-11-01runtime: align stack pointer in sigfwdBryan C. Mills
2016-09-21runtime: merge signal[12]_unix.go into signal_unix.goIan Lance Taylor
2016-03-25runtime: fix signal handling on SolarisJoe Sylve
2016-03-24runtime: improve last ditch signal forwarding for Unix librariesJoe Sylve
2016-02-24all: fix typos and spellingMartin Möhrmann
2015-12-24runtime: adjust gsignal stack to current signal stackIan Lance Taylor
2015-11-20runtime: make it possible to call syscall on solaris without gShenghou Ma
2015-10-22runtime: split plan9 and solaris's m fields into new embedded mOS typeMatthew Dempsky
2015-05-06runtime: always load address of libcFunc on SolarisAram Hăvărneanu
2015-01-05Revert "liblink, cmd/ld, runtime: remove stackguard1"Russ Cox
2014-12-29liblink, cmd/ld, runtime: remove stackguard1Shenghou Ma
2014-11-14[dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.ccRuss Cox
2014-11-13[dev.cc] runtime: convert Solaris port to GoAram Hăvărneanu
2014-11-11[dev.cc] runtime: convert assembly files for C to Go transitionRuss Cox
2014-10-28[dev.power64] cmd/5a, cmd/6a, cmd/8a, cmd/9a: make labels function-scopedRuss Cox
2014-09-09runtime: fix build failures after CL 137410043Russ Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox