aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Macklem <rmacklem@FreeBSD.org>2021-11-06 20:40:50 +0000
committerRick Macklem <rmacklem@FreeBSD.org>2021-11-06 20:40:50 +0000
commit25b0021d401bdbc28980255f69dfadbd64e58564 (patch)
tree922fe61c158e81b8767bebd11dd81f270942b117
parent0c276dee030b241e12e1ceb1b2ab619004f08ce1 (diff)
downloadsrc-25b0021d401bdbc28980255f69dfadbd64e58564.tar.gz
src-25b0021d401bdbc28980255f69dfadbd64e58564.zip
UPDATING: Add entry for commit f0c9847a6c47
-rw-r--r--UPDATING6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 765722b62617..bd79cda17aa3 100644
--- a/UPDATING
+++ b/UPDATING
@@ -27,6 +27,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 14.x IS SLOW:
world, or to merely disable the most expensive debugging functionality
at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20211106:
+ Commit f0c9847a6c47 changed the arguments for VOP_ALLOCATE.
+ The NFS modules must be rebuilt from sources and any out
+ of tree file systems that implement their own VOP_ALLOCATE
+ may need to be modified.
+
20211022:
The synchronous PPP kernel driver sppp(4) has been removed.
The cp(4) and ce(4) drivers are now always compiled with netgraph(4)