summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorLawrence Stewart <lstewart@FreeBSD.org>2009-07-13 11:51:02 +0000
committerLawrence Stewart <lstewart@FreeBSD.org>2009-07-13 11:51:02 +0000
commit237fbe0a1c4d0d97f2041006884e42d4d704b906 (patch)
tree7cc55e422a0a1c514ce30ad5dd81afc1953c41fa /UPDATING
parentf09f8e3e0bfb075b48f8088a5cd5d71c3ffcabd0 (diff)
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING7
1 files changed, 7 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 99fd25bfd22b..411f56cf918d 100644
--- a/UPDATING
+++ b/UPDATING
@@ -22,6 +22,13 @@ 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.)
+20090713:
+ The TOE interface to the TCP syncache has been modified to remove struct
+ tcpopt (<netinet/tcp_var.h>) from the ABI of the network stack. The
+ cxgb driver is the only TOE consumer affected by this change, and needs
+ to be recompiled along with the kernel. As this change breaks the ABI,
+ bump __FreeBSD_version to 800103.
+
20090712:
Padding has been added to struct tcpcb, sackhint and tcpstat in
<netinet/tcp_var.h> to facilitate future MFCs and bug fixes whilst