From cb43927c515e23356be8c66898cfa1788e3fd822 Mon Sep 17 00:00:00 2001 From: Yuval Pavel Zholkover Date: Sat, 10 Nov 2018 19:08:07 +0200 Subject: [PATCH] update FreeBSD 12 requires COMPAT_FREEBSD11, mention the last CL number where ino64 changes were finalized --- FreeBSD.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/FreeBSD.md b/FreeBSD.md index c8f9abe0..a172fafa 100644 --- a/FreeBSD.md +++ b/FreeBSD.md @@ -2,7 +2,7 @@ | **Kernel version** | **Architectures** | **Initial support version** | **Final support version** | |:-------------------|:------------------|:----------------------------|:--------------------------| -| 12-CURRENT | amd64, arm, 386 | _**_ | | +| 12-STABLE | amd64, arm, 386 | _**_ | | | 11-STABLE | amd64, arm, 386 | Go 1.7 | | | 10-STABLE | amd64, arm, 386 | Go 1.3 _*_ | Go 1.12 | | 9-STABLE (EOL) | amd64, 386 | Go 1 _*_ | Go 1.9.7 | @@ -10,4 +10,5 @@ | 7-STABLE (EOL) | amd64, 386 | Go 1 | Go 1.1.2 | _*_ Go 1.5 or above is recommended. -_**_ See https://golang.org/issues/22447. \ No newline at end of file + +_**_ FreeBSD 12 requires a kernel with `options COMPAT_FREEBSD11` config (this is the default). 64-bit inode aware system calls are available since https://golang.org/cl/143637. See https://golang.org/issues/22447. \ No newline at end of file