Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc



Module Name:    basesrc
Committed By:   jwise
Date:           Mon Dec 20 23:11:52 UTC 1999

Modified Files:
        basesrc/usr.bin/systat: bufcache.c cmds.c keyboard.c swap.c vmstat.c

Log Message:
Fix error handling throughout.  First off, it is not true as claimed in swap.c
that `systat doesn't handle errors'.  Second off, errx should not be used 
directly, since
the terminal should be cleaned up before bailing.  Third off, whatever we do we 
need
to be consistent.

There, I feel better now.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 basesrc/usr.bin/systat/bufcache.c
cvs rdiff -r1.17 -r1.18 basesrc/usr.bin/systat/cmds.c
cvs rdiff -r1.9 -r1.10 basesrc/usr.bin/systat/keyboard.c \
    basesrc/usr.bin/systat/swap.c
cvs rdiff -r1.22 -r1.23 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.




Home | Main Index | Thread Index | Old Index