From owner-cvs-all Tue Jul 16 19: 3:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B553737B400; Tue, 16 Jul 2002 19:03:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7241643E42; Tue, 16 Jul 2002 19:03:19 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Received: from freefall.freebsd.org (mckusick@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6H23JJU026709; Tue, 16 Jul 2002 19:03:19 -0700 (PDT) (envelope-from mckusick@freefall.freebsd.org) Received: (from mckusick@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6H23JCI026708; Tue, 16 Jul 2002 19:03:19 -0700 (PDT) Message-Id: <200207170203.g6H23JCI026708@freefall.freebsd.org> From: Kirk McKusick Date: Tue, 16 Jul 2002 19:03:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c vfs_syscalls.c src/sys/ufs/ufs ufs_vnops.c src/lib/libc/sys utimes.2 src/sbin/restore dirs.c restore.h tape.c src/sbin/dump traverse.c src/include/protocols dumprestore.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mckusick 2002/07/16 19:03:19 PDT Modified files: sys/kern vfs_subr.c vfs_syscalls.c sys/ufs/ufs ufs_vnops.c lib/libc/sys utimes.2 sbin/restore restore.h dirs.c tape.c sbin/dump traverse.c include/protocols dumprestore.h Log: Change utimes to set the file creation time (for filesystems that support creation times such as UFS2) to the value of the modification time if the value of the modification time is older than the current creation time. See utimes(2) for further details. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.10 +2 -2 src/include/protocols/dumprestore.h 1.13 +10 -1 src/lib/libc/sys/utimes.2 1.24 +4 -4 src/sbin/dump/traverse.c 1.23 +12 -6 src/sbin/restore/dirs.c 1.5 +2 -0 src/sbin/restore/restore.h 1.36 +19 -9 src/sbin/restore/tape.c 1.378 +2 -0 src/sys/kern/vfs_subr.c 1.270 +15 -6 src/sys/kern/vfs_syscalls.c 1.199 +11 -1 src/sys/ufs/ufs/ufs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message