From owner-cvs-all Sat Sep 19 17:12:14 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA25732 for cvs-all-outgoing; Sat, 19 Sep 1998 17:12:14 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA25693; Sat, 19 Sep 1998 17:11:47 -0700 (PDT) (envelope-from ken@FreeBSD.org) From: Kenneth Merry Received: (from ken@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA15768; Sat, 19 Sep 1998 17:11:23 -0700 (PDT) Date: Sat, 19 Sep 1998 17:11:23 -0700 (PDT) Message-Id: <199809200011.RAA15768@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern subr_devstat.c src/sys/sys devicestat.h src/lib/libdevstat devstat.3 devstat.c devstat.h src/usr.sbin/iostat iostat.c src/usr.bin/vmstat vmstat.c src/usr.bin/systat devs.c extern.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ken 1998/09/19 17:11:23 PDT Modified files: sys/kern subr_devstat.c sys/sys devicestat.h lib/libdevstat devstat.3 devstat.c devstat.h usr.sbin/iostat iostat.c usr.bin/vmstat vmstat.c usr.bin/systat devs.c extern.h Log: Change the devstat generation number from an int to a long. The int-sized generation was causing unaligned access faults on the Alpha. I have incremented the devstat version number, since this is an interface change. You'll need to recompile libdevstat, systat, iostat, vmstat and rpc.rstatd along with your kernel. Partially Submitted by: Andrew Gallatin Revision Changes Path 1.2 +5 -5 src/sys/kern/subr_devstat.c 1.2 +2 -2 src/sys/sys/devicestat.h 1.2 +5 -5 src/lib/libdevstat/devstat.3 1.3 +14 -13 src/lib/libdevstat/devstat.c 1.2 +5 -5 src/lib/libdevstat/devstat.h 1.12 +5 -4 src/usr.sbin/iostat/iostat.c 1.27 +5 -3 src/usr.bin/vmstat/vmstat.c 1.2 +5 -3 src/usr.bin/systat/devs.c 1.7 +2 -2 src/usr.bin/systat/extern.h