]> Cypherpunks repositories - gostls13.git/commit
R=rsc, brainman, ality, r2, r
authorYuval Pavel Zholkover <paulzhol@gmail.com>
Sat, 2 Apr 2011 21:24:03 +0000 (14:24 -0700)
committerRob Pike <r@golang.org>
Sat, 2 Apr 2011 21:24:03 +0000 (14:24 -0700)
commit1cc4a5cd94bd6c8fb5712defb344d81dd995f063
tree4135aa8d35b51676ceff3468f613c057fd830a41
parentc42b3e21c30c354a5a2fdc840a0824fb71c10368
R=rsc, brainman, ality, r2, r
CC=golang-dev
https://golang.org/cl/3816043
17 files changed:
src/pkg/syscall/Makefile
src/pkg/syscall/asm_plan9_386.s [new file with mode: 0644]
src/pkg/syscall/exec_plan9.go [new file with mode: 0644]
src/pkg/syscall/mkall.sh
src/pkg/syscall/mksyscall.pl
src/pkg/syscall/mksysnum_plan9.sh [new file with mode: 0755]
src/pkg/syscall/str.go
src/pkg/syscall/syscall_linux.go
src/pkg/syscall/syscall_plan9.go [new file with mode: 0644]
src/pkg/syscall/syscall_plan9_386.go [new file with mode: 0644]
src/pkg/syscall/syscall_unix.go
src/pkg/syscall/syscall_windows.go
src/pkg/syscall/types_plan9.c [new file with mode: 0644]
src/pkg/syscall/zerrors_plan9_386.go [new file with mode: 0644]
src/pkg/syscall/zsyscall_plan9_386.go [new file with mode: 0644]
src/pkg/syscall/zsysnum_plan9_386.go [new file with mode: 0644]
src/pkg/syscall/ztypes_plan9_386.go [new file with mode: 0644]