From owner-cvs-sys Sat May 10 02:12:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA27103 for cvs-sys-outgoing; Sat, 10 May 1997 02:12:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA27012; Sat, 10 May 1997 02:10:10 -0700 (PDT) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA21508; Sat, 10 May 1997 02:09:42 -0700 (PDT) Date: Sat, 10 May 1997 02:09:42 -0700 (PDT) Message-Id: <199705100909.CAA21508@freefall.freebsd.org> To: CVS-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_bio.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 97/05/10 02:09:42 Modified: sys/kern vfs_bio.c Log: Add a DDB command `show buffer', to display a struct buf. It's impossible to display everything, so i've chosen a small subset. Add more to this as you think seems useful. Revision Changes Path 1.115 +30 -1 src/sys/kern/vfs_bio.c