summaryrefslogtreecommitdiff
path: root/src/syscall/zsyscall_solaris_amd64.go
Commit message (Expand)AuthorAgeFilesLines
* syscall: restore original NOFILE rlimit in child processIan Lance Taylor2023-03-151-1/+1
* internal/poll, internal/syscall/unix, syscall: move writev definition for sol...Tobias Klauser2022-10-071-0/+18
* internal/poll, net, syscall: use accept4 on solarisTobias Klauser2022-05-031-0/+14
* syscall: add race annotations to Pread and PwriteIan Lance Taylor2022-03-121-10/+10
* runtime/pprof, syscall: report MaxRSS on all unix platformsTobias Klauser2022-03-111-0/+13
* syscall: add Pipe2 on solaris and use it for forkExecPipeTobias Klauser2022-03-081-0/+13
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* syscall: add marker comments to zsyscall_{aix,solaris}_*.goTobias Klauser2018-10-101-1/+167
* syscall, internal/syscall: follow convention for generated code commentTobias Klauser2018-06-141-1/+1
* syscall: make Exit call runtime.exitAlex Brainman2017-09-271-8/+0
* syscall: add missing int flag argument to utimensatYuval Pavel Zholkover2017-08-151-2/+2
* syscall: add utimensat and use it for UtimesNano on BSD and SolarisTobias Klauser2017-08-141-1/+17
* syscall: remove "use" function and calls from generated code.Sameer Ajmani2017-02-091-29/+6
* syscall: add Getexecname on Solaris for os.ExecutableShenghou Ma2016-11-071-1/+13
* syscall: make Utimes on Solaris match all the other geeseBrad Fitzpatrick2016-10-191-1/+1
* syscall: fix Send{msg,msgN}, Recvmsg and control message handling on solarisMikio Hara2016-10-031-36/+36
* syscall: implement getwd on SolarisShawn Walker-Salas2015-09-091-0/+16
* syscall: add explicit build tagsShenghou Ma2015-05-151-0/+2
* syscall, net: use sendfile on SolarisAram Hăvărneanu2015-05-061-0/+12
* runtime, syscall: link Solaris binaries directly instead of using dlopen/dlsymAram Hăvărneanu2015-05-061-163/+324
* syscall: apply the errno allocation fix to other operating systemsBrad Fitzpatrick2015-03-271-72/+72
* syscall: keep allocated C string live across call to SyscallRuss Cox2014-09-081-0/+23
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+883