]> Cypherpunks repositories - gostls13.git/commit
syscall: openbsd amd64 syscall support
authorJoel Sing <jsing@google.com>
Tue, 23 Aug 2011 03:24:32 +0000 (23:24 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 23 Aug 2011 03:24:32 +0000 (23:24 -0400)
commitbf2d403de838ab259e7cef16b6b67ec5f9fe5c5c
tree3e96b6f010701353f07fdb6a1734c905c4709bd4
parentbe00d38a35ff252d42b69aea70c520bf515130c8
syscall: openbsd amd64 syscall support

Add support for syscalls on openbsd amd64. This is based on the
existing freebsd amd64 implementation.

R=mikioh.mikioh, rsc, yourcomputerpal
CC=golang-dev
https://golang.org/cl/4798060
14 files changed:
src/pkg/syscall/Makefile
src/pkg/syscall/asm_openbsd_amd64.s [new file with mode: 0644]
src/pkg/syscall/mkall.sh
src/pkg/syscall/mkerrors.sh
src/pkg/syscall/mksyscall.pl
src/pkg/syscall/mksysnum_openbsd.pl [new file with mode: 0755]
src/pkg/syscall/route_openbsd.go [new file with mode: 0644]
src/pkg/syscall/syscall_openbsd.go [new file with mode: 0644]
src/pkg/syscall/syscall_openbsd_amd64.go [new file with mode: 0644]
src/pkg/syscall/types_openbsd.c [new file with mode: 0644]
src/pkg/syscall/zerrors_openbsd_amd64.go [new file with mode: 0644]
src/pkg/syscall/zsyscall_openbsd_amd64.go [new file with mode: 0644]
src/pkg/syscall/zsysnum_openbsd_amd64.go [new file with mode: 0644]
src/pkg/syscall/ztypes_openbsd_amd64.go [new file with mode: 0644]