aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2011-09-26 02:27:04 +0000
committerKen Smith <kensmith@FreeBSD.org>2011-09-26 02:27:04 +0000
commit8a3b6cc1e16cc893d7c4aa2a60985f6e4bc9d30b (patch)
treed818fde1ff2451ba46e33411ccd7db9f45b9af8e /UPDATING
parent578e4bf777aa141dc1b6f991282ba6c504aff427 (diff)
downloadsrc-8a3b6cc1e16cc893d7c4aa2a60985f6e4bc9d30b.tar.gz
src-8a3b6cc1e16cc893d7c4aa2a60985f6e4bc9d30b.zip
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 6 insertions, 2 deletions
diff --git a/UPDATING b/UPDATING
index dd3513166506..9e9a408f2d78 100644
--- a/UPDATING
+++ b/UPDATING
@@ -9,8 +9,8 @@ handbook.
Items affecting the ports and packages system can be found in
/usr/ports/UPDATING. Please read that file before running portupgrade.
-NOTE TO PEOPLE WHO THINK THAT FreeBSD 9.x IS SLOW:
- FreeBSD 9.x has many debugging features turned on, in both the kernel
+NOTE TO PEOPLE WHO THINK THAT FreeBSD 10.x IS SLOW:
+ FreeBSD 10.x has many debugging features turned on, in both the kernel
and userland. These features attempt to detect incorrect use of
system primitives, and encourage loud failure through extra sanity
checking and fail stop semantics. They also substantially impact
@@ -22,6 +22,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 9.x IS SLOW:
machines to maximize performance. (To disable malloc debugging, run
ln -s aj /etc/malloc.conf.)
+20110923:
+ The stable/9 branch created in subversion. This corresponds to the
+ RELENG_9 branch in CVS.
+
20110913:
This commit modifies vfs_register() so that it uses a hash
calculation to set vfc_typenum, which is enabled by default.