From owner-cvs-all Wed Jun 7 18:53:20 2000 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 3792337B8EC; Wed, 7 Jun 2000 18:53:18 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA20564; Wed, 7 Jun 2000 18:53:17 -0700 (PDT) (envelope-from grog@FreeBSD.org) Message-Id: <200006080153.SAA20564@freefall.freebsd.org> From: Greg Lehey Date: Wed, 7 Jun 2000 18:53:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/vinum commands.c list.c v.c vext.h vinum.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG grog 2000/06/07 18:53:17 PDT Modified files: (Branch: RELENG_4) sbin/vinum commands.c list.c v.c vext.h vinum.8 Log: MFC: Bring in sync with -CURRENT. Significant changes include: - Add dumpconfig command. - Allow interruption of long-running subcommands with SIGINTR (^C). - Move default command history file to /var/log/vinum_history, and be paranoid about existing files. Revision Changes Path 1.31.2.2 +5 -2 src/sbin/vinum/commands.c 1.25.2.2 +219 -0 src/sbin/vinum/list.c 1.26.2.2 +56 -3 src/sbin/vinum/v.c 1.16.2.2 +6 -1 src/sbin/vinum/vext.h 1.33.2.2 +75 -5 src/sbin/vinum/vinum.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message