Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Dec 2007 11:33:43 +0000 (UTC)
From:      Diomidis Spinellis <dds@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/mv mv.c
Message-ID:  <200712271133.lBRBXhjY038891@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
dds         2007-12-27 11:33:42 UTC

  FreeBSD src repository

  Modified files:
    bin/mv               mv.c 
  Log:
  - Roll-back attempts to mimic rename(2) atomicity introduced in 1.47,
    and follow the letter of the POSIX specification.
  
  - Moving a directory to an existing non-empty directory will now fail,
    as required.
  
  - Improve consistency and remove some style bugs of earlier versions.
  
  This version passes all tests of tools/regression/bin/mv/regress.sh 1.6
  
  Reviewed by:    bde
  MFC after:      1 month
  
  Revision  Changes    Path
  1.50      +70 -96    src/bin/mv/mv.c



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