Skip to content

Commit 028157e

Browse files
committed
unix: update openbsd/{386,amd64,arm,arm64,mips64} to OpenBSD 7.1
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
1 parent 3c1f352 commit 028157e

21 files changed

+1199
-367
lines changed

unix/mkall.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,14 +145,14 @@ openbsd_386)
145145
mkerrors="$mkerrors -m32"
146146
mksyscall="go run mksyscall.go -l32 -openbsd"
147147
mksysctl="go run mksysctl_openbsd.go"
148-
mksysnum="go run mksysnum.go 'https://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/sys/kern/syscalls.master'"
148+
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'"
149149
mktypes="GOARCH=$GOARCH go tool cgo -godefs"
150150
;;
151151
openbsd_amd64)
152152
mkerrors="$mkerrors -m64"
153153
mksyscall="go run mksyscall.go -openbsd"
154154
mksysctl="go run mksysctl_openbsd.go"
155-
mksysnum="go run mksysnum.go 'https://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/sys/kern/syscalls.master'"
155+
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'"
156156
mktypes="GOARCH=$GOARCH go tool cgo -godefs"
157157
;;
158158
openbsd_arm)
@@ -168,7 +168,7 @@ openbsd_arm64)
168168
mkerrors="$mkerrors -m64"
169169
mksyscall="go run mksyscall.go -openbsd"
170170
mksysctl="go run mksysctl_openbsd.go"
171-
mksysnum="go run mksysnum.go 'https://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/sys/kern/syscalls.master'"
171+
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'"
172172
# Let the type of C char be signed for making the bare syscall
173173
# API consistent across platforms.
174174
mktypes="GOARCH=$GOARCH go tool cgo -godefs -- -fsigned-char"

unix/zerrors_openbsd_386.go

Lines changed: 293 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

unix/zerrors_openbsd_amd64.go

Lines changed: 156 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

unix/zerrors_openbsd_arm.go

Lines changed: 288 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

unix/zerrors_openbsd_arm64.go

Lines changed: 130 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)