Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 12/22/1999 06:46:17
Module Name:	basesrc
Committed By:	kleink
Date:		Wed Dec 22 14:46:16 UTC 1999

Modified Files:
	basesrc/usr.bin/systat: cmdtab.c extern.h ps.c systat.1

Log Message:
* Fix a display buglet: if the process list is exhausted before the window's
  bottom is reached, clear the remaining lines, lest there be stale process
  entries if the process list shrinks.
* Implement a top(1)-like `user' command in the ps display.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 basesrc/usr.bin/systat/cmdtab.c \
    basesrc/usr.bin/systat/ps.c
cvs rdiff -r1.16 -r1.17 basesrc/usr.bin/systat/extern.h \
    basesrc/usr.bin/systat/systat.1

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