aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2009-02-01 21:11:08 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2009-02-01 21:11:08 +0000
commit09f8c3ff36e002db86a2d26011e87b446b94b827 (patch)
treea5470a3738df362d49e1bb6da8886ec0f93e4d7c /UPDATING
parent23c608c8f6456998ecd0ac7b8fd5fab8e8177f46 (diff)
downloadsrc-09f8c3ff36e002db86a2d26011e87b446b94b827.tar.gz
src-09f8c3ff36e002db86a2d26011e87b446b94b827.zip
Remove the single global unlocked route cache ip6_forward_rt
from the inet6 stack along with statistics and make sure we properly free the rt in all cases. While the current situation is not better performance wise it prevents panics seen more often these days. After more inet6 and ipsec cleanup we should be able to improve the situation again passing the rt to ip6_forward directly. Leave the ip6_forward_rt entry in struct vinet6 but mark it for removal. PR: kern/128247, kern/131038 MFC after: 25 days Committed from: Bugathon #6 Tested by: Denis Ahrens <denis@h3q.com> (different initial version)
Notes
Notes: svn path=/head/; revision=187989
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 04d0c1724c5f..d8d0b0ead735 100644
--- a/UPDATING
+++ b/UPDATING
@@ -22,6 +22,10 @@ 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.)
+20090201:
+ INET6 statistics (struct ip6stat) was updated.
+ netstat(1) needs to be recompiled.
+
20090119:
NTFS has been removed from GENERIC kernel on amd64 to match
GENERIC on i386. Should not cause any issues since mount_ntfs(8)