From owner-cvs-all Sat Sep 18 14:28:13 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B14514D59; Sat, 18 Sep 1999 14:28:10 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA87675; Sat, 18 Sep 1999 14:28:10 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199909182128.OAA87675@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sat, 18 Sep 1999 14:28:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys devicestat.h src/sys/kern subr_devstat.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/09/18 14:28:09 PDT Modified files: sys/sys devicestat.h sys/kern subr_devstat.c Log: Count "free" operations in their own new tranaction type. WARNING: libdevstat, iostat, vmstat, systat etc etc will need a recompile. Add devstat_end_transaction_buf() which pulls all the vital data out of a struct buf which is ready for biodone(). Revision Changes Path 1.6 +16 -4 src/sys/sys/devicestat.h 1.13 +26 -2 src/sys/kern/subr_devstat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message