cvs commit: src/usr.bin/systat cmdtab.c convtbl.c convtbl.h icmp.c
icmp6.c ifcmds.c ifstat.c iostat.c ip.c ip6.c main.c mbufs.c
netstat.c pigs.c swap.c systat.1 systat.h tcp.c vmstat.c
Yar Tikhiy
yar at FreeBSD.org
Fri Jan 5 03:55:36 PST 2007
yar 2007-01-05 11:55:35 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
usr.bin/systat cmdtab.c convtbl.c convtbl.h icmp.c
icmp6.c ifcmds.c ifstat.c iostat.c ip.c
ip6.c main.c mbufs.c netstat.c pigs.c
swap.c systat.1 systat.h tcp.c vmstat.c
Log:
MFC all the recent fixes to systat(1). As a pleasant
side-effect, this reduces its difference against HEAD
almost to zero.
Idea by: bde
OK by: re
Revision Changes Path
1.9.10.1 +1 -1 src/usr.bin/systat/cmdtab.c
1.3.8.2 +78 -30 src/usr.bin/systat/convtbl.c
1.2.8.2 +20 -27 src/usr.bin/systat/convtbl.h
1.3.14.1 +57 -57 src/usr.bin/systat/icmp.c
1.1.12.1 +57 -57 src/usr.bin/systat/icmp6.c
1.2.8.1 +8 -51 src/usr.bin/systat/ifcmds.c
1.2.8.1 +18 -25 src/usr.bin/systat/ifstat.c
1.21.10.1 +7 -7 src/usr.bin/systat/iostat.c
1.5.14.1 +74 -74 src/usr.bin/systat/ip.c
1.1.12.1 +66 -64 src/usr.bin/systat/ip6.c
1.18.8.1 +6 -6 src/usr.bin/systat/main.c
1.18.2.1 +1 -1 src/usr.bin/systat/mbufs.c
1.23.2.1 +16 -13 src/usr.bin/systat/netstat.c
1.20.2.1 +2 -2 src/usr.bin/systat/pigs.c
1.21.12.1 +81 -56 src/usr.bin/systat/swap.c
1.44.2.3 +42 -27 src/usr.bin/systat/systat.1
1.6.14.1 +4 -2 src/usr.bin/systat/systat.h
1.9.8.1 +62 -62 src/usr.bin/systat/tcp.c
1.60.2.4 +190 -170 src/usr.bin/systat/vmstat.c
More information about the cvs-src
mailing list