summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2006-02-01 13:04:52 +0000
committeryar <yar@FreeBSD.org>2006-02-01 13:04:52 +0000
commit2001ac98be09865fc9ee4b5ca1e0b7b79beb14f5 (patch)
tree1ce6822b5d03d32c86d3ab80ce99ba0923ef510e
parent5a09437b5552b9bc7ae004f2aea06e65d49874b2 (diff)
downloadFreeBSD-src-2001ac98be09865fc9ee4b5ca1e0b7b79beb14f5.zip
FreeBSD-src-2001ac98be09865fc9ee4b5ca1e0b7b79beb14f5.tar.gz
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).
-rw-r--r--UPDATING4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 18c8bc8..ca4c115 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.
OpenPOWER on IntegriCloud