aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/syscall_solaris.go
AgeCommit message (Expand)Author
2022-04-21syscall: move Syscall declarations to OS filesMichael Pratt
2022-03-12syscall: add race annotations to Pread and PwriteIan Lance Taylor
2022-03-11runtime/pprof, syscall: report MaxRSS on all unix platformsTobias Klauser
2022-03-08runtime, syscall: implement syscall.Pipe using syscall.Pipe2 on solarisTobias Klauser
2022-03-08syscall: add Pipe2 on solaris and use it for forkExecPipeTobias Klauser
2021-12-09syscall: avoid writing to p when Pipe(p) failsRuss Cox
2021-11-04syscall: unify unix Recvmsg epiloguesJosh Bleecher Snyder
2021-11-04syscall: unify unix Sendmsg prologuesJosh Bleecher Snyder
2021-11-02syscall,internal/poll: copy arrays by assignment instead of loopingJosh Bleecher Snyder
2021-10-26syscall: use fcntl F_DUP2FD_CLOEXEC in forkAndExecInChild on illumosTobias Klauser
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