Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jul 2002 19:03:19 -0700 (PDT)
From:      Kirk McKusick <mckusick@FreeBSD.org>
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
Message-ID:  <200207170203.g6H23JCI026708@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207170203.g6H23JCI026708>