diff options
| author | Lawrence Stewart <lstewart@FreeBSD.org> | 2009-07-13 11:51:02 +0000 |
|---|---|---|
| committer | Lawrence Stewart <lstewart@FreeBSD.org> | 2009-07-13 11:51:02 +0000 |
| commit | 237fbe0a1c4d0d97f2041006884e42d4d704b906 (patch) | |
| tree | 7cc55e422a0a1c514ce30ad5dd81afc1953c41fa /UPDATING | |
| parent | f09f8e3e0bfb075b48f8088a5cd5d71c3ffcabd0 (diff) | |
Notes
Diffstat (limited to 'UPDATING')
| -rw-r--r-- | UPDATING | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |
