Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Sep 1998 01:16:45 -0700 (PDT)
From:      "Justin T. Gibbs" <gibbs@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/libexec/rpc.rstatd Makefile rstat_proc.c src/sbin/ccdconfig ccdconfig.c src/sys/dev/ccd ccd.c src/sys/i386/isa fd.c wcd.c wd.c wfd.c src/sys/kern subr_devstat.c src/sys/sys devicestat.h dkstat.h src/usr.bin/systat devs.c ...
Message-ID:  <199809150816.BAA19625@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
gibbs       1998/09/15 01:16:45 PDT

  Modified files:
    libexec/rpc.rstatd   Makefile rstat_proc.c 
    sbin/ccdconfig       ccdconfig.c 
    sys/dev/ccd          ccd.c 
    sys/i386/isa         fd.c wcd.c wd.c wfd.c 
  Log:
  Update system to new device statistics code.
  
  Submitted by:	"Kenneth D. Merry" <ken@plutotech.com>
  		mike@smith.net.au (Mike Smith)
  
  Revision  Changes    Path
  1.4       +3 -3      src/libexec/rpc.rstatd/Makefile
  1.11      +94 -20    src/libexec/rpc.rstatd/rstat_proc.c
  1.10      +2 -1      src/sbin/ccdconfig/ccdconfig.c
  1.37      +18 -48    src/sys/dev/ccd/ccd.c
  1.122     +30 -20    src/sys/i386/isa/fd.c
  1.59      +19 -1     src/sys/i386/isa/wcd.c
  1.176     +22 -53    src/sys/i386/isa/wd.c
  1.16      +22 -1     src/sys/i386/isa/wfd.c

  Modified files:
    sys/sys              dkstat.h 
  Added files:
    sys/kern             subr_devstat.c 
    sys/sys              devicestat.h 
  Log:
  New Kernel device statistics code.
  
  Submitted by:	"Kenneth D. Merry" <ken@plutotech.com>
  
  Revision  Changes    Path
  1.10      +1 -11     src/sys/sys/dkstat.h

  Modified files:
    usr.bin/systat       extern.h iostat.c systat.1 vmstat.c 
    usr.bin/vmstat       Makefile vmstat.8 vmstat.c 
    usr.sbin/iostat      Makefile iostat.8 iostat.c 
  Added files:
    usr.bin/systat       devs.c 
  Log:
  Update system to new device statistics code.
  
  Submitted by:	"Kenneth D. Merry" <ken@plutotech.com>
  
  Revision  Changes    Path
  1.6       +7 -0      src/usr.bin/systat/extern.h
  1.6       +144 -109  src/usr.bin/systat/iostat.c
  1.14      +33 -7     src/usr.bin/systat/systat.1
  1.27      +176 -96   src/usr.bin/systat/vmstat.c
  1.5       +3 -2      src/usr.bin/vmstat/Makefile
  1.10      +93 -4     src/usr.bin/vmstat/vmstat.8
  1.25      +198 -121  src/usr.bin/vmstat/vmstat.c
  1.4       +4 -3      src/usr.sbin/iostat/Makefile
  1.5       +267 -14   src/usr.sbin/iostat/iostat.8
  1.9       +527 -262  src/usr.sbin/iostat/iostat.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809150816.BAA19625>