summaryrefslogtreecommitdiff
path: root/src/syscall/syscall_solaris.go
Commit message (Expand)AuthorAgeFilesLines
* internal/poll, net, syscall: use accept4 on solarisTobias Klauser2022-05-031-0/+20
* syscall: move Syscall declarations to OS filesMichael Pratt2022-04-211-0/+5
* syscall: add race annotations to Pread and PwriteIan Lance Taylor2022-03-121-2/+2
* runtime/pprof, syscall: report MaxRSS on all unix platformsTobias Klauser2022-03-111-0/+1
* runtime, syscall: implement syscall.Pipe using syscall.Pipe2 on solarisTobias Klauser2022-03-081-13/+1
* syscall: add Pipe2 on solaris and use it for forkExecPipeTobias Klauser2022-03-081-0/+15
* syscall: avoid writing to p when Pipe(p) failsRuss Cox2021-12-091-1/+3
* syscall: unify unix Recvmsg epiloguesJosh Bleecher Snyder2021-11-041-7/+2
* syscall: unify unix Sendmsg prologuesJosh Bleecher Snyder2021-11-041-14/+1
* syscall,internal/poll: copy arrays by assignment instead of loopingJosh Bleecher Snyder2021-11-021-12/+4
* syscall: use fcntl F_DUP2FD_CLOEXEC in forkAndExecInChild on illumosTobias Klauser2021-10-261-0/+2
* syscall: fix wrong unsafe.Pointer alignment in syscallCuong Manh Le2019-10-181-1/+1
* syscall: support Getwd on all BSDsTobias Klauser2018-02-131-9/+0
* syscall: make Exit call runtime.exitAlex Brainman2017-09-271-1/+0
* syscall: really use utimensat for UtimesNano on SolarisTobias Klauser2017-08-151-7/+2
* syscall: add missing int flag argument to utimensatYuval Pavel Zholkover2017-08-151-1/+1
* syscall: add utimensat and use it for UtimesNano on BSD and SolarisTobias Klauser2017-08-141-0/+1
* syscall: add Getexecname on Solaris for os.ExecutableShenghou Ma2016-11-071-0/+15
* syscall: make Utimes on Solaris match all the other geeseBrad Fitzpatrick2016-10-191-2/+9
* syscall: fix Send{msg,msgN}, Recvmsg and control message handling on solarisMikio Hara2016-10-031-9/+11
* syscall: validate ParseDirent inputsDamien Neil2016-09-201-25/+13
* all: single space after period.Brad Fitzpatrick2016-03-021-2/+2
* syscall: implement getwd on SolarisShawn Walker-Salas2015-09-091-5/+16
* syscall, net: use sendfile on SolarisAram Hăvărneanu2015-05-061-0/+1
* runtime, syscall: link Solaris binaries directly instead of using dlopen/dlsymAram Hăvărneanu2015-05-061-3/+7
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+523