Date: Sun, 12 Jul 2009 09:14:28 +0000 (UTC) From: Lawrence Stewart <lstewart@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src UPDATING src/sys/netinet tcp_var.h src/sys/sys param.h Message-ID: <200907120916.n6C9GXJV070538@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
lstewart 2009-07-12 09:14:28 UTC FreeBSD src repository Modified files: . UPDATING sys/netinet tcp_var.h sys/sys param.h Log: SVN rev 195634 on 2009-07-12 09:14:28Z by lstewart Pad the following TCP related structs to allow MFCs of upcoming features/fixes back to the 8 branch: tcp_var.h - struct sackhint - struct tcpcb - struct tcpstat The patch breaks the ABI. Bump __FreeBSD_version to 800102 accordingly. User space tools that rely on the size of any of these structs (e.g. sockstat) need to be recompiled. Reviewed by: rpaulo, sam, andre, rwatson Approved by: re & mentor (gnn) Revision Changes Path 1.628 +7 -0 src/UPDATING 1.178 +10 -1 src/sys/netinet/tcp_var.h 1.427 +1 -1 src/sys/sys/param.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907120916.n6C9GXJV070538>