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 03:45:04 UTC 1999

Modified Files:
        basesrc/usr.bin/systat: cmds.c cmdtab.c disks.c extern.h iostat.c
            main.c netcmds.c netstat.c systat.h vmstat.c

Log Message:
Two things:

  1.) fix a bug which caused coredumps when starting with no mode arguments
  2.) move to table-lookup for mode-specific command parsing as well.
      all command matching is now table-driven.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 basesrc/usr.bin/systat/cmds.c
cvs rdiff -r1.10 -r1.11 basesrc/usr.bin/systat/cmdtab.c
cvs rdiff -r1.8 -r1.9 basesrc/usr.bin/systat/disks.c \
    basesrc/usr.bin/systat/netcmds.c
cvs rdiff -r1.14 -r1.15 basesrc/usr.bin/systat/extern.h
cvs rdiff -r1.12 -r1.13 basesrc/usr.bin/systat/iostat.c
cvs rdiff -r1.19 -r1.20 basesrc/usr.bin/systat/main.c
cvs rdiff -r1.11 -r1.12 basesrc/usr.bin/systat/netstat.c
cvs rdiff -r1.5 -r1.6 basesrc/usr.bin/systat/systat.h
cvs rdiff -r1.21 -r1.22 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