History log of /freebsd-10-stable/bin/mv/mv.c
Revision Date Author Comments
# 301147 01-Jun-2016 truckman

MFC r300643

Close from_fd if malloc() fails to avoid a file descriptor leak.

Reported by: Coverity
CID: 1007203


# 297782 10-Apr-2016 jilles

MFC r277645: cp,mv,touch: Set timestamps with nanosecond precision.

This uses utimensat().


# 287027 22-Aug-2015 jilles

MFC r284916: mv: Improve message when moving two or more files to
non-directory.

The message text is from cp, which has had a nicer message for this since
2007 (PR bin/50656).

As with cp, the exit status changes from 64 to 1.

PR: 201083


# 287027 22-Aug-2015 jilles

MFC r284916: mv: Improve message when moving two or more files to
non-directory.

The message text is from cp, which has had a nicer message for this since
2007 (PR bin/50656).

As with cp, the exit status changes from 64 to 1.

PR: 201083