The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=a191b4018f1d05527dce4ac3d52596a12a09775b
commit a191b4018f1d05527dce4ac3d52596a12a09775b Author: Kristof Provost <[email protected]> AuthorDate: 2021-07-30 18:00:47 +0000 Commit: Kristof Provost <[email protected]> CommitDate: 2021-07-30 18:01:24 +0000 UPDATING: fix incorrect hash Pointed out by: lwhsu --- UPDATING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index e8be8cd6165e..4aaac623c61f 100644 --- a/UPDATING +++ b/UPDATING @@ -31,7 +31,7 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 14.x IS SLOW: Commit b69019c14cd8 removes pf's DIOCGETSTATESNV ioctl. As of be70c7a50d32 it is no longer used by userspace, but it does mean users may not be able to enumerate pf states if they update the kernel - past c021ff986e2b without first updating userspace past be70c7a50d32. + past b69019c14cd8 without first updating userspace past be70c7a50d32. 20210729: As of commit 01ad0c007964 if_bridge member interfaces can no longer _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
