summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--UPDATING5
-rw-r--r--sys/sys/param.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 14a352a..caa5bb4 100644
--- a/UPDATING
+++ b/UPDATING
@@ -24,6 +24,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20121022:
+ Support for non-MPSAFE filesystems was removed from VFS. The
+ VFS_VERSION was bumped, all filesystem modules shall be
+ recompiled.
+
20121018:
All the non-MPSAFE filesystems have been disconnected from
the build. The full list includes: codafs, hpfs, ntfs, nwfs,
diff --git a/sys/sys/param.h b/sys/sys/param.h
index e9aadec..3dc1ba8 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -58,7 +58,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1000020 /* Master, propagated to newvers */
+#define __FreeBSD_version 1000021 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
OpenPOWER on IntegriCloud