summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2009-06-01 15:49:42 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2009-06-01 15:49:42 +0000
commitc2c2a7c11ee7cdc9d33dc3cdabff4a25dbcbca13 (patch)
tree743a83cdd0c6416f952293952e112bd315518157 /UPDATING
parentb01c90a31af487bfb796c57b6f199eae730939fd (diff)
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 95869d563c3f..2560bf92fa5c 100644
--- a/UPDATING
+++ b/UPDATING
@@ -22,6 +22,12 @@ 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.)
+20090601:
+ The way we are storing and accessing `routeing table' entries
+ has changed. Programs reading the FIB, like netstat, need to
+ be re-compiled.
+ Bump __FreeBSD_version to 800097.
+
20090530:
Remove the tunable/sysctl debug.mpsafevfs as its initial purpose
is no more valid.