From 529cb8e3719e3aac9d3298429fec63cc5cbd2b6b Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Mon, 1 Jun 2009 16:00:36 +0000 Subject: [PATCH] Update UPDATING for NETISR2 merge, fix a typo in another UPDATING entry. --- UPDATING | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 2560bf92fa5..15473131b49 100644 --- a/UPDATING +++ b/UPDATING @@ -23,11 +23,17 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.x IS SLOW: ln -s aj /etc/malloc.conf.) 20090601: - The way we are storing and accessing `routeing table' entries + The way we are storing and accessing `routing table' entries has changed. Programs reading the FIB, like netstat, need to be re-compiled. Bump __FreeBSD_version to 800097. +20090601: + A new netisr implementation has been added for FreeBSD 8. Network + file system modules, such as igmp, ipdivert, and others, should be + rebuilt. + Bump __FreeBSD_version to 800096. + 20090530: Remove the tunable/sysctl debug.mpsafevfs as its initial purpose is no more valid.