Skip to content

Commit

Permalink
unix: update openbsd/{386,amd64,arm,arm64,mips64} to OpenBSD 7.1
Browse files Browse the repository at this point in the history
This closes #115 by updating all relevant files to the 7.1 release

The URL in mkall.sh reflects the 7.1 specific version and will/should
be updated for future versions
  • Loading branch information
tuftedocelot committed Jul 29, 2022
1 parent 3c1f352 commit 028157e
Show file tree
Hide file tree
Showing 21 changed files with 1,199 additions and 367 deletions.
6 changes: 3 additions & 3 deletions unix/mkall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,14 +145,14 @@ openbsd_386)
mkerrors="$mkerrors -m32"
mksyscall="go run mksyscall.go -l32 -openbsd"
mksysctl="go run mksysctl_openbsd.go"
mksysnum="go run mksysnum.go 'https://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/sys/kern/syscalls.master'"
mksysnum="go run mksysnum.go 'https://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/sys/kern/syscalls.master?rev=1.223&content-type=text/plain'"
mktypes="GOARCH=$GOARCH go tool cgo -godefs"
;;
openbsd_amd64)
mkerrors="$mkerrors -m64"
mksyscall="go run mksyscall.go -openbsd"
mksysctl="go run mksysctl_openbsd.go"
mksysnum="go run mksysnum.go 'https://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/sys/kern/syscalls.master'"
mksysnum="go run mksysnum.go 'https://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/sys/kern/syscalls.master?rev=1.223&content-type=text/plain'"
mktypes="GOARCH=$GOARCH go tool cgo -godefs"
;;
openbsd_arm)
Expand All @@ -168,7 +168,7 @@ openbsd_arm64)
mkerrors="$mkerrors -m64"
mksyscall="go run mksyscall.go -openbsd"
mksysctl="go run mksysctl_openbsd.go"
mksysnum="go run mksysnum.go 'https://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/sys/kern/syscalls.master'"
mksysnum="go run mksysnum.go 'https://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/sys/kern/syscalls.master?rev=1.223&content-type=text/plain'"
# Let the type of C char be signed for making the bare syscall
# API consistent across platforms.
mktypes="GOARCH=$GOARCH go tool cgo -godefs -- -fsigned-char"
Expand Down
351 changes: 293 additions & 58 deletions unix/zerrors_openbsd_386.go

Large diffs are not rendered by default.

184 changes: 156 additions & 28 deletions unix/zerrors_openbsd_amd64.go

Large diffs are not rendered by default.

343 changes: 288 additions & 55 deletions unix/zerrors_openbsd_arm.go

Large diffs are not rendered by default.

155 changes: 130 additions & 25 deletions unix/zerrors_openbsd_arm64.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 028157e

Please sign in to comment.