Re: svn commit: r272284 - head/usr.bin/systat

2015-02-28 Thread Ryan Stone
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

Re: svn commit: r272284 - head/usr.bin/systat

2015-02-22 Thread Slawa Olhovchenkov
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

Re: svn commit: r272284 - head/usr.bin/systat

2014-09-30 Thread Gleb Smirnoff
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

svn commit: r272284 - head/usr.bin/systat

2014-09-29 Thread Ryan Stone
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