From dc422d87fb1e027f95dd6ebf1668e0ecabab6e53 Mon Sep 17 00:00:00 2001 From: Yaroslav Tykhiy Date: Wed, 1 Feb 2006 13:04:52 +0000 Subject: [PATCH] Record the change in vnone_create_vobject() argument size, which broke kernel ABI to filesystem modules on i386, where sizeof(size_t) != sizeof(off_t). --- UPDATING | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/UPDATING b/UPDATING index 18c8bc829ddf..ca4c115ce11a 100644 --- a/UPDATING +++ b/UPDATING @@ -21,6 +21,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 7.x IS SLOW: developers choose to disable these features on build machines to maximize performance. +20060201: + The kernel ABI to file system modules was changed on i386. + Please make sure that your kernel and modules are in sync. + 20060118: This actually occured some time ago, but installing the kernel now also installs a bunch of symbol files for the kernel modules.