From owner-cvs-src@FreeBSD.ORG Sun Apr 3 16:44:45 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27C1916A4CE; Sun, 3 Apr 2005 16:44:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED95D43D1F; Sun, 3 Apr 2005 16:44:44 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j33Giim8050790; Sun, 3 Apr 2005 16:44:44 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j33GiisG050789; Sun, 3 Apr 2005 16:44:44 GMT (envelope-from imp) Message-Id: <200504031644.j33GiisG050789@repoman.freebsd.org> From: Warner Losh Date: Sun, 3 Apr 2005 16:44:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sbin/restore dirs.c main.c restore.8 restore.h tape.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Apr 2005 16:44:45 -0000 imp 2005-04-03 16:44:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sbin/restore dirs.c main.c restore.8 restore.h tape.c Log: MFC: o FreeBSD 2-4 dump tape reading - get dates right - get bounds righ o FreeBSD 1 dump tape reading - fix old directory and inodes o Remove -c and references to it: it was removed a while ago Revision Changes Path 1.27.2.1 +10 -25 src/sbin/restore/dirs.c 1.23.2.1 +6 -6 src/sbin/restore/main.c 1.47.2.1 +29 -38 src/sbin/restore/restore.8 1.8.2.1 +3 -0 src/sbin/restore/restore.h 1.40.2.1 +17 -0 src/sbin/restore/tape.c