aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/syscall_solaris.go
AgeCommit message (Expand)Author
2019-12-11runtime: syscall_forkx on Solaris can return error on successAndrew Stormont
2019-11-08runtime: add pipe/pipe2 on SolarisIan Lance Taylor
2019-06-06runtime: mark all Go symbols called from assembly in other packagesAustin Clements
2019-05-09runtime: fix vet complaints for solaris/amd64, illumos/amd64Russ Cox
2018-10-10syscall: change solaris files to libc filesClément Chigot
2018-04-26runtime: remove the dummy arg of getcallerspCherry Zhang
2018-03-14runtime, syscall: add RawSyscall6 on Solaris and make it panicTobias Klauser
2018-03-01runtime: clean up libc_* definitions on SolarisTobias Klauser
2017-12-08runtime: make RawSyscall panic on SolarisBrad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
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, syscall: link Solaris binaries directly instead of using dlopen/dlsymAram Hăvărneanu
2015-05-06runtime: always load address of libcFunc on SolarisAram Hăvărneanu
2015-03-23syscall: Add Foreground and Pgid to SysProcAttrMichael MacInnis
2014-11-13[dev.cc] runtime: convert Solaris port to GoAram Hăvărneanu
2014-09-14runtime: fix solaris buildRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox