delphij 2008-07-19 00:13:26 UTC
FreeBSD src repository
Modified files:
bin/mv mv.c
Log:
SVN rev 180604 on 2008-07-19 00:13:26Z by delphij
Staticify symbols that will not be used in other
places.
Revision ChangesPath
1.51 +11 -11src/bin/mv
dds 2008-01-27 07:38:39 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
bin/mv mv.c
Log:
MFC revisions 1.47-1.50.
- Follow POSIX specification when moving a directory to an existing
directory across devices.
- Improve consisten
dds 2008-01-27 07:37:01 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
bin/mv mv.c
Log:
MFC revisions 1.47-1.50.
- Follow POSIX specification when moving a directory to an existing
directory across devices.
- Improve consisten
On Thu, 27 Dec 2007, Diomidis Spinellis wrote:
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
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 dir
* Diomidis Spinellis <[EMAIL PROTECTED]> [071217 01:04] wrote:
> Alfred Perlstein wrote:
> >* Diomidis Spinellis <[EMAIL PROTECTED]> [071216 09:47] wrote:
> >>dds 2007-12-16 17:47:34 UTC
> >>
> >> FreeBSD src repository
> >>
> >> Modified files:
> >>bin/mv mv.c
> >> Lo
Alfred Perlstein wrote:
* Diomidis Spinellis <[EMAIL PROTECTED]> [071216 09:47] wrote:
dds 2007-12-16 17:47:34 UTC
FreeBSD src repository
Modified files:
bin/mv mv.c
Log:
Eliminate gcc "variable clobbered" warnings by declaring the variables
living across
dds 2007-12-17 09:02:43 UTC
FreeBSD src repository
Modified files:
bin/mv mv.c
Log:
Calling any function from vfork other than exec* and _exit yields
undefined behavior.
Noted by: alfred
Revision ChangesPath
1.49 +9 -3 src/bin/
* Diomidis Spinellis <[EMAIL PROTECTED]> [071216 09:47] wrote:
> dds 2007-12-16 17:47:34 UTC
>
> FreeBSD src repository
>
> Modified files:
> bin/mv mv.c
> Log:
> Eliminate gcc "variable clobbered" warnings by declaring the variables
> living across the vfork
Alexander Kabaev wrote:
On Sun, 16 Dec 2007 14:14:31 + (UTC)
Diomidis Spinellis <[EMAIL PROTECTED]> wrote:
dds 2007-12-16 14:14:31 UTC
FreeBSD src repository
Modified files:
bin/mv mv.c
Log:
When moving a directory across devices to a place where a dire
dds 2007-12-16 17:47:34 UTC
FreeBSD src repository
Modified files:
bin/mv mv.c
Log:
Eliminate gcc "variable clobbered" warnings by declaring the variables
living across the vfork as volatile.
Noted by: kan
Revision ChangesPath
1.48
On Sun, 16 Dec 2007 14:14:31 + (UTC)
Diomidis Spinellis <[EMAIL PROTECTED]> wrote:
> dds 2007-12-16 14:14:31 UTC
>
> FreeBSD src repository
>
> Modified files:
> bin/mv mv.c
> Log:
> When moving a directory across devices to a place where a directory
> wi
dds 2007-12-16 14:14:31 UTC
FreeBSD src repository
Modified files:
bin/mv mv.c
Log:
When moving a directory across devices to a place where a directory
with the same name exists, delete that directory first, before performing
the copy. This ensures that mv(
13 matches
Mail list logo