aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMarko Zec <zec@FreeBSD.org>2009-04-30 13:36:26 +0000
committerMarko Zec <zec@FreeBSD.org>2009-04-30 13:36:26 +0000
commitf6dfe47a145263dc5eb67fa4789925ab708709bc (patch)
tree47044959fbe0bb326af1b89e4cd6b6798fc96fa1 /UPDATING
parent65710fd2d2fd8f687713b46bd8eb37042ec8e2f5 (diff)
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 270ef531f3df..7fffa1ba06eb 100644
--- a/UPDATING
+++ b/UPDATING
@@ -22,6 +22,14 @@ 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.)
+20090430:
+ The layout of the following structs has changed: sysctl_oid,
+ socket, ifnet, inpcbinfo, tcpcb, syncache_head, vnet_inet,
+ vnet_inet6 and vnet_ipfw. Most modules need to be rebuild or
+ panics may be experienced. World rebuild is required for
+ correctly checking networking state from userland.
+ Bump __FreeBSD_version to 800085.
+
20090429:
MLDv2 and Source-Specific Multicast (SSM) have been merged
to the IPv6 stack. VIMAGE hooks are in but not yet used.