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

Modified Files:
	basesrc/usr.bin/systat [netbsd-1-5]: bufcache.c cmds.c cmdtab.c disks.c
	    extern.h fetch.c globalcmds.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.

bufcache.c       1.8
cmds.c           1.22
cmdtab.c         1.16
disks.c          1.11
extern.h         1.23
fetch.c          1.7
globalcmds.c     1.8


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.7.4.1 basesrc/usr.bin/systat/bufcache.c \
    basesrc/usr.bin/systat/globalcmds.c
cvs rdiff -r1.21 -r1.21.2.1 basesrc/usr.bin/systat/cmds.c
cvs rdiff -r1.15 -r1.15.4.1 basesrc/usr.bin/systat/cmdtab.c
cvs rdiff -r1.10 -r1.10.2.1 basesrc/usr.bin/systat/disks.c
cvs rdiff -r1.22 -r1.22.2.1 basesrc/usr.bin/systat/extern.h
cvs rdiff -r1.6 -r1.6.2.1 basesrc/usr.bin/systat/fetch.c

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