cvs commit: src/bin/cpdup Makefile cpdup.1 cpdup.c cpdup.h fsmid.c md5.c misc.c

Matthew Dillon dillon at crater.dragonflybsd.org
Tue Apr 25 14:33:22 PDT 2006


dillon      2006/04/25 14:30:45 PDT

DragonFly src repository

  Modified files:
    bin/cpdup            Makefile cpdup.1 cpdup.c cpdup.h misc.c 
  Added files:
    bin/cpdup            fsmid.c md5.c 
  Log:
  Separate the MD5 code into its own module.
  
  Add -k/-K to have cpdup use the experimental FSMID to detect changes,
  allowing it to shortcut whole directory subhiearchies.
  
  It should be noted that using cpdup with a NFS or other remote filesystem
  as the source with this option will not work, since the NFS client cannot
  currently detect if the server (or some other client) has modified a file
  or directory.
  
  Revision  Changes    Path
  1.5       +1 -1      src/bin/cpdup/Makefile
  1.9       +32 -3     src/bin/cpdup/cpdup.1
  1.10      +64 -324   src/bin/cpdup/cpdup.c
  1.3       +22 -4     src/bin/cpdup/cpdup.h
  1.6       +42 -0     src/bin/cpdup/misc.c


http://www.dragonflybsd.org/cvsweb/src/bin/cpdup/Makefile.diff?r1=1.4&r2=1.5&f=u
http://www.dragonflybsd.org/cvsweb/src/bin/cpdup/cpdup.1.diff?r1=1.8&r2=1.9&f=u
http://www.dragonflybsd.org/cvsweb/src/bin/cpdup/cpdup.c.diff?r1=1.9&r2=1.10&f=u
http://www.dragonflybsd.org/cvsweb/src/bin/cpdup/cpdup.h.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/bin/cpdup/misc.c.diff?r1=1.5&r2=1.6&f=u





More information about the Commits mailing list