History log of /external/iproute2/misc/ifstat.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
cd70f3f522e04b4d2fa80ae10292379bf223a53b 28-Dec-2011 Stephen Hemminger <shemminger@vyatta.com> libnetlink: remove unused junk callback

Both rtnl_talk and rtnl_dump had a callback for handling portions
of netlink message that do not match the correct pid or seq.
But this callback was never used by any part of iproute2 so remove
it.
/external/iproute2/misc/ifstat.c
9a230771c0a0b27e2f26bbbc29a93ad1ad591ce9 31-Aug-2011 Dan McGee <dan@archlinux.org> ensure uptime is initialized if /proc/uptime cannot be opened
/external/iproute2/misc/ifstat.c
dc484542a9d8d91db006af8a73d9ecddfef8f883 30-Jun-2011 Stephen Hemminger <shemminger@vyatta.com> Fix set-never-used warning in ifstat
/external/iproute2/misc/ifstat.c
a571587d0b27a2c1492019c3abeb6fb0c0e606ce 23-Aug-2010 Eric Dumazet <eric.dumazet@gmail.com> iproute2: add 64bit support to ifstat

Le lundi 23 août 2010 à 10:33 -0700, Stephen Hemminger a écrit :

> I think this breaks the wraparound detection code in this command.
>
>

OK lets fix the bug only, before adding 64bit counters capabilities.

Thanks

[PATCH] iproute2: add 64bit arches support to ifstat

ifstat assumes IFLA_STATS fields are "unsigned long", but they are
__u32. This fix is needed to let ifstat run on 64bit arches.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
/external/iproute2/misc/ifstat.c
daf7bd5c73aa3b7c91d83abf500c8749bec6e6d5 23-Aug-2010 Stephen Hemminger <stephen.hemminger@vyatta.com> Use correct rt_link_statistics

In recent kernels, net_device_stats is not exposed and the code
shoulf have used rt_link_statistics. Also, fix use of sprintf
with user supplied value.
/external/iproute2/misc/ifstat.c
a7a9ddbb675b7fbd184c3ab40817265b0b207a23 06-Nov-2009 Mike Frysinger <vapier@gentoo.org> arpd/ifstat/nstat/rtacct: use daemon()

A bunch of misc utils basically reimplement the daemon() function (the
whole fork/close/chdir/etc...). Rather than do that, use daemon() as
that will work under nommu Linux systems that lack fork().

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
/external/iproute2/misc/ifstat.c
ae665a522bd46bea44c5ea84c89c8b1731954170 05-Dec-2006 Stephen Hemminger <shemminger@osdl.org> Remove trailing whitespace

Go through source files and remove all trailing whitespace

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
/external/iproute2/misc/ifstat.c
737f15f6da0ed7512220f6fa5244a39777de4e0d 09-Jul-2005 shemminger <shemminger> Thomas's ematch fixes for lex.
Fix more GCC signedness warnings.
/external/iproute2/misc/ifstat.c
f22b6eba67a340ab57425b6174b3d85f271e2304 18-Jan-2005 8!tgraf <8!tgraf> tb buffer initialization is now done in the parser

(Logical change 1.129)
/external/iproute2/misc/ifstat.c
50772dc51ac02239958e1ebcdb21277fcdf133a7 07-Dec-2004 osdl.net!shemminger <osdl.net!shemminger> Add ip rule flush capabilty and fix all the prototype changes
because of that code rewrites the nlmsghdr.

(Logical change 1.106)
/external/iproute2/misc/ifstat.c
bb6a21a4fcaf400ca4766eea6064f2df30393d1e 07-Oct-2004 osdl.net!shemminger <osdl.net!shemminger> Fix build warnings on x86_64

(Logical change 1.92)
/external/iproute2/misc/ifstat.c
6dc9f016347441fbf94cf851c054b0f45ba32c1c 31-Aug-2004 osdl.net!shemminger <osdl.net!shemminger> make all filtering handles take const args.

(Logical change 1.77)
/external/iproute2/misc/ifstat.c
d7e0809ee622e7178e1524c5810eca2be8f08475 09-Jun-2004 osdl.org!shemminger <osdl.org!shemminger> Switch to single fprintf for output

(Logical change 1.18)
/external/iproute2/misc/ifstat.c
9f3ea25096ed67720fbe13644ce0d010c3f38df0 09-Jun-2004 osdl.org!shemminger <osdl.org!shemminger> report rates in k=1000, and add gnu style options.

(Logical change 1.17)
/external/iproute2/misc/ifstat.c
c0076e70b11921273baff770ee60472e14ae3110 09-Jun-2004 osdl.org!shemminger <osdl.org!shemminger> Don't force location of tmp

(Logical change 1.14)
/external/iproute2/misc/ifstat.c
aba5acdfdb347d2c21fc67d613d83d4430ca3937 15-Apr-2004 osdl.org!shemminger <osdl.org!shemminger> (Logical change 1.3)
/external/iproute2/misc/ifstat.c
86fdf0e47be697587efcf9602cd1f952a1d73170 15-Apr-2004 osdl.org!shemminger <osdl.org!shemminger> Initial revision
/external/iproute2/misc/ifstat.c