aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2009-06-22 17:48:16 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2009-06-22 17:48:16 +0000
commitb58ea5f3106d1c43ea9fdd106749917f78379372 (patch)
treec21bbe3b3caec3df904094416659b8661ea86397 /UPDATING
parent435f8ce5b88a52accbfb2ac32b29e80586447ad3 (diff)
downloadsrc-b58ea5f3106d1c43ea9fdd106749917f78379372.tar.gz
src-b58ea5f3106d1c43ea9fdd106749917f78379372.zip
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
Notes
Notes: svn path=/head/; revision=194640
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index adc63ea01e1d..58aeb55ae847 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