On Sun, Feb 22, 2015 at 7:06 AM, Slawa Olhovchenkov wrote:
> No NFC yet.
Thanks for the reminder. This was MFC'ed to stable/10 in r279473
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, s
On Mon, Sep 29, 2014 at 05:38:51PM +, Ryan Stone wrote:
> Author: rstone
> Date: Mon Sep 29 17:38:50 2014
> New Revision: 272284
> URL: http://svnweb.freebsd.org/changeset/base/272284
>
> Log:
> Fix integer truncation in affecting systat -ifstat
>
> The "systat -ifstat" command was usi
On Mon, Sep 29, 2014 at 05:38:51PM +, Ryan Stone wrote:
R> Author: rstone
R> Date: Mon Sep 29 17:38:50 2014
R> New Revision: 272284
R> URL: http://svnweb.freebsd.org/changeset/base/272284
R>
R> Log:
R> Fix integer truncation in affecting systat -ifstat
R>
R> The "systat -ifstat" command
Author: rstone
Date: Mon Sep 29 17:38:50 2014
New Revision: 272284
URL: http://svnweb.freebsd.org/changeset/base/272284
Log:
Fix integer truncation in affecting systat -ifstat
The "systat -ifstat" command was using a u_int to store byte counters.
With a 10Gbps or faster interface, this ov