]> Cypherpunks repositories - gostls13.git/commit
syscall: add support for GOOS=solaris
authorAram Hăvărneanu <aram@mgk.ro>
Tue, 25 Feb 2014 10:12:10 +0000 (21:12 +1100)
committerJoel Sing <jsing@google.com>
Tue, 25 Feb 2014 10:12:10 +0000 (21:12 +1100)
commit1c9861918b069b0f9a6140420355a5c91dbd069d
tree44420d5cb57409d577eb993d7599dcc7ea2f906a
parente5b5f9b39d743893732ed0dca2e697d6de64a775
syscall: add support for GOOS=solaris

These are only the new files, autogenerated files are in a
different CL to keep the size down.

LGTM=dave, minux.ma, jsing
R=golang-codereviews, dave, jsing, gobot, minux.ma, rsc, iant, mikioh.mikioh
CC=golang-codereviews
https://golang.org/cl/36000043
14 files changed:
src/pkg/syscall/asm_solaris_amd64.s [new file with mode: 0644]
src/pkg/syscall/env_unix.go
src/pkg/syscall/exec_solaris.go [new file with mode: 0644]
src/pkg/syscall/exec_unix.go
src/pkg/syscall/mkall.sh
src/pkg/syscall/mkerrors.sh
src/pkg/syscall/mksyscall_solaris.pl [new file with mode: 0755]
src/pkg/syscall/so_solaris.go [new file with mode: 0644]
src/pkg/syscall/sockcmsg_unix.go
src/pkg/syscall/syscall_solaris.go [new file with mode: 0644]
src/pkg/syscall/syscall_solaris_amd64.go [new file with mode: 0644]
src/pkg/syscall/syscall_unix.go
src/pkg/syscall/syscall_unix_test.go
src/pkg/syscall/types_solaris.go [new file with mode: 0644]