Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Andy Doran <ad@netbsd.org>
List: source-changes
Date: 09/01/2000 19:37:10
Module Name:	basesrc
Committed By:	ad
Date:		Fri Sep  1 16:37:09 UTC 2000

Modified Files:
	basesrc/usr.bin/systat [netbsd-1-5]: icmp.c iostat.c ip.c ip6.c ipsec.c
	    keyboard.c main.c mbufs.c netcmds.c

Log Message:
Pull up the following revisions, approved by releng-1-5:

- 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.

icmp.c           1.5
iostat.c         1.16
ip.c             1.8
ip6.c            1.5, 1.7
ipsec.c          1.5
keyboard.c       1.12
main.c           1.26
mbufs.c          1.9
netcmds.c        1.16


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.4.2.1 basesrc/usr.bin/systat/icmp.c \
    basesrc/usr.bin/systat/ipsec.c
cvs rdiff -r1.15 -r1.15.2.1 basesrc/usr.bin/systat/iostat.c
cvs rdiff -r1.7 -r1.7.2.1 basesrc/usr.bin/systat/ip.c
cvs rdiff -r1.4.2.1 -r1.4.2.2 basesrc/usr.bin/systat/ip6.c
cvs rdiff -r1.11 -r1.11.4.1 basesrc/usr.bin/systat/keyboard.c
cvs rdiff -r1.25 -r1.25.2.1 basesrc/usr.bin/systat/main.c
cvs rdiff -r1.8 -r1.8.2.1 basesrc/usr.bin/systat/mbufs.c
cvs rdiff -r1.15 -r1.15.4.1 basesrc/usr.bin/systat/netcmds.c

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