Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Andy Doran <ad@netbsd.org>
List: source-changes
Date: 07/05/2000 04:03:25
Module Name:	basesrc
Committed By:	ad
Date:		Wed Jul  5 11:03:24 UTC 2000

Modified Files:
	basesrc/usr.bin/systat: bufcache.c cmds.c cmdtab.c disks.c extern.h
	    fetch.c globalcmds.c icmp.c iostat.c ip.c ip6.c ipsec.c keyboard.c
	    main.c mbufs.c netcmds.c netstat.c pigs.c ps.c swap.c systat.h
	    tcp.c vmstat.c

Log Message:
- Add `boot', `run', `time' and `zero' commands to all IP displays. These work
  as in the `vmstat' display mode. The default mode is now `time', not `boot'.
- ANSIfy.
- s@kre\(@vmstat\(@.
- __RCSID() police.
- Tweak inet.icmp display visual a little.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 basesrc/usr.bin/systat/bufcache.c \
    basesrc/usr.bin/systat/globalcmds.c basesrc/usr.bin/systat/ip.c
cvs rdiff -r1.21 -r1.22 basesrc/usr.bin/systat/cmds.c
cvs rdiff -r1.15 -r1.16 basesrc/usr.bin/systat/cmdtab.c \
    basesrc/usr.bin/systat/iostat.c basesrc/usr.bin/systat/netcmds.c \
    basesrc/usr.bin/systat/ps.c
cvs rdiff -r1.10 -r1.11 basesrc/usr.bin/systat/disks.c
cvs rdiff -r1.22 -r1.23 basesrc/usr.bin/systat/extern.h
cvs rdiff -r1.6 -r1.7 basesrc/usr.bin/systat/fetch.c \
    basesrc/usr.bin/systat/systat.h basesrc/usr.bin/systat/tcp.c
cvs rdiff -r1.4 -r1.5 basesrc/usr.bin/systat/icmp.c \
    basesrc/usr.bin/systat/ip6.c basesrc/usr.bin/systat/ipsec.c
cvs rdiff -r1.11 -r1.12 basesrc/usr.bin/systat/keyboard.c
cvs rdiff -r1.25 -r1.26 basesrc/usr.bin/systat/main.c
cvs rdiff -r1.8 -r1.9 basesrc/usr.bin/systat/mbufs.c
cvs rdiff -r1.18 -r1.19 basesrc/usr.bin/systat/netstat.c
cvs rdiff -r1.19 -r1.20 basesrc/usr.bin/systat/pigs.c
cvs rdiff -r1.12 -r1.13 basesrc/usr.bin/systat/swap.c
cvs rdiff -r1.32 -r1.33 basesrc/usr.bin/systat/vmstat.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.