summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2009-06-22 17:48:16 +0000
committerbz <bz@FreeBSD.org>2009-06-22 17:48:16 +0000
commit309ab541f2459967517418064abfdf4a506e8a6f (patch)
treec21bbe3b3caec3df904094416659b8661ea86397 /UPDATING
parentd05c6432a78b010e5a1cafd8330110c63350a8b4 (diff)
downloadFreeBSD-src-309ab541f2459967517418064abfdf4a506e8a6f.zip
FreeBSD-src-309ab541f2459967517418064abfdf4a506e8a6f.tar.gz
Move virtualization of routing related variables into their own
Vimage module, which had been there already but now is stateful. All variables are now file local; so this further limits the global spreading of routing related things throughout the kernel. Add a missing function local variable in case of MPATHing. Reviewed by: zec
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index adc63ea..58aeb55 100644
--- a/UPDATING
+++ b/UPDATING
@@ -22,6 +22,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.x IS SLOW:
to maximize performance. (To disable malloc debugging, run
ln -s aj /etc/malloc.conf.)
+20090622:
+ Layout of struct vnet has changed as routing related variables
+ were moved to their own Vimage module. Modules need to be
+ recompiled. Bump __FreeBSD_version to 800099.
+
20090619:
NGROUPS_MAX and NGROUPS have been increased from 16 to 1023
and 1024 respectively. As long as no more than 16 groups per
OpenPOWER on IntegriCloud