]> Cypherpunks repositories - gostls13.git/commit
runtime: switch FreeBSD to use the non-COMPAT_FREEBSD11 version of the kevent syscall
authorYuval Pavel Zholkover <paulzhol@gmail.com>
Sat, 18 Jun 2022 19:02:14 +0000 (22:02 +0300)
committerMeng Zhuo <mzh@golangcn.org>
Fri, 16 Sep 2022 06:31:07 +0000 (06:31 +0000)
commite0e1ce9888f5483f834e435d53f5c6c42b9b12a1
tree19927a4084dfc58ce91c5ccd5fb63b5c4ef79b47
parentd8220ac32fc73e69aa6d58890b6b5277d277825f
runtime: switch FreeBSD to use the non-COMPAT_FREEBSD11 version of the kevent syscall

Update #53280

Change-Id: I1c8d4510fbe8bdfe9a41575bde54ea2fbf6b67e9
Reviewed-on: https://go-review.googlesource.com/c/go/+/413174
Reviewed-by: Dmitri Goutnik <dgoutnik@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Yuval Pavel Zholkover <paulzhol@gmail.com>
src/runtime/defs_freebsd.go
src/runtime/defs_freebsd_386.go
src/runtime/defs_freebsd_amd64.go
src/runtime/defs_freebsd_arm.go
src/runtime/defs_freebsd_arm64.go
src/runtime/sys_freebsd_386.s
src/runtime/sys_freebsd_amd64.s
src/runtime/sys_freebsd_arm.s
src/runtime/sys_freebsd_arm64.s