Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jim Wise <jwise@netbsd.org>
List: source-changes
Date: 12/15/1999 20:02:24
Module Name:	basesrc
Committed By:	jwise
Date:		Thu Dec 16 04:02:23 UTC 1999

Modified Files:
	basesrc/usr.bin/systat: Makefile cmds.c cmdtab.c extern.h main.c
	    systat.h

Log Message:
Rototill global command matching -- switch from ad-hoc tomfoolery to a
table lookup.  This will make prefix matching and so on easier.

Expect a similar change for mode-specific commands before too long.

While there, rename some structures with misleading names.

Watch this space for more changes soon.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 basesrc/usr.bin/systat/Makefile
cvs rdiff -r1.10 -r1.11 basesrc/usr.bin/systat/cmds.c
cvs rdiff -r1.8 -r1.9 basesrc/usr.bin/systat/cmdtab.c
cvs rdiff -r1.11 -r1.12 basesrc/usr.bin/systat/extern.h
cvs rdiff -r1.17 -r1.18 basesrc/usr.bin/systat/main.c
cvs rdiff -r1.3 -r1.4 basesrc/usr.bin/systat/systat.h

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