aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/syscall_solaris.go
AgeCommit message (Expand)Author
2021-12-09[release-branch.go1.16] syscall: avoid writing to p when Pipe(p) failsRuss Cox
2019-10-18syscall: fix wrong unsafe.Pointer alignment in syscallCuong Manh Le
2018-02-13syscall: support Getwd on all BSDsTobias Klauser
2017-09-27syscall: make Exit call runtime.exitAlex Brainman
2017-08-15syscall: really use utimensat for UtimesNano on SolarisTobias Klauser
2017-08-15syscall: add missing int flag argument to utimensatYuval Pavel Zholkover
2017-08-14syscall: add utimensat and use it for UtimesNano on BSD and SolarisTobias Klauser
2016-11-07syscall: add Getexecname on Solaris for os.ExecutableShenghou Ma
2016-10-19syscall: make Utimes on Solaris match all the other geeseBrad Fitzpatrick
2016-10-03syscall: fix Send{msg,msgN}, Recvmsg and control message handling on solarisMikio Hara
2016-09-20syscall: validate ParseDirent inputsDamien Neil
2016-03-02all: single space after period.Brad Fitzpatrick
2015-09-09syscall: implement getwd on SolarisShawn Walker-Salas
2015-05-06syscall, net: use sendfile on SolarisAram Hăvărneanu
2015-05-06runtime, syscall: link Solaris binaries directly instead of using dlopen/dlsymAram Hăvărneanu
2014-09-08build: move package sources from src/pkg to srcRuss Cox