aboutsummaryrefslogtreecommitdiff
path: root/bin/mv
Commit message (Expand)AuthorAgeFilesLines
* - Roll-back attempts to mimic rename(2) atomicity introduced in 1.47,Diomidis Spinellis2007-12-271-95/+69
* Calling any function from vfork other than exec* and _exit yieldsDiomidis Spinellis2007-12-171-3/+9
* Eliminate gcc "variable clobbered" warnings by declaring the variablesDiomidis Spinellis2007-12-161-1/+2
* When moving a directory across devices to a place where a directoryDiomidis Spinellis2007-12-161-22/+82
* Bump document date on behalf of previous revision.Ruslan Ermilov2007-11-011-1/+1
* Replace a fairly opaque sentence with a much clearer wording from NetBSD.Pav Lucistnik2007-05-121-2/+2
* Attempt to complete the userspace integration of POSIX.1e extended ACLs.Christian S.J. Peron2005-09-051-1/+18
* Correct a few places where we called warn() when warnx() should haveMaxime Henrion2005-05-191-4/+4
* Add the new standard EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-161-5/+5
* /*- or .\"- or #- to begin license clauses.Warner Losh2005-01-102-1/+2
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-062-8/+0
* When symbolic link is pointed onto a mount point, it can't be movedPawel Jakub Dawidek2004-03-211-6/+17
* Centralize _PATH_* definitions.David E. O'Brien2003-05-052-39/+0
* Quiet warnings about copyright[].David E. O'Brien2003-05-011-2/+2
* Grammar fix.Giorgos Keramidas2002-08-261-1/+1
* s/filesystem/file system/ as discussed on -developersTom Rhodes2002-08-211-1/+1
* mdoc(7) police: tidy up, bump document date on behalf of the -n option.Ruslan Ermilov2002-08-091-9/+9
* Update usage for the addition of -n in rev 1.35 of mv.c.Johan Karlsson2002-07-092-3/+3
* When trying to emulate a cross-device move operation with cp and rm, addTim J. Robbins2002-06-161-2/+2
* Remove local definition of _PATH_CP, and use <paths.h>, _PATH_CP is in theJuli Mallett2002-05-172-1/+1
* Consistancy check s/file system/filesystem/Tom Rhodes2002-05-161-1/+1
* Update SCM ID.David E. O'Brien2002-03-221-2/+2
* Note that -n is non-standard.David E. O'Brien2002-03-221-1/+3
* Add the -n option, which automatically answers "no" to the overwrite question.David E. O'Brien2002-03-222-6/+27
* Warnings fixes.Mark Murray2002-02-221-1/+2
* Move user_from_uid to pwd.hWarner Losh2002-02-141-0/+2
* missed a few registersWarner Losh2002-02-021-3/+3
* o __P has been reovedWarner Losh2002-02-021-16/+9
* Default to WARNS=2. Binary builds that cannot handle this must explicitlyDavid E. O'Brien2001-12-041-1/+0
* mdoc(7) police: utilize the new .Ex macro.Ruslan Ermilov2001-08-151-3/+1
* Set WARNS=2 on programs which compile cleanly.Dima Dorfman2001-07-151-0/+1
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-2/+3
* Use PATH_MAX in preference to MAXPATHLEN.Warner Losh2001-05-291-3/+4
* Silence WARNS=2 and BDECFLAGS on alpha and i386, except for mode_tKris Kennaway2001-05-201-7/+8
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
* Don't emit a warning message if fchflags() returns EOPNOTSUPPSADA Kenji2000-07-201-1/+10
* To make inherit file flags when mv(1) moves file between directoriesSADA Kenji2000-07-151-0/+2
* Use lstat(2) instead of stat(2) when deciding if we should fastcopyDavid Malone2000-07-111-1/+1
* Removed bogus dependancy on libutil.Josef Karthauser2000-01-011-3/+0
* mention that -v is non-standardMichael Haro1999-09-041-0/+4
* add verbose flagMichael Haro1999-08-292-7/+23
* $Id$ -> $FreeBSD$Peter Wemm1999-08-274-4/+4
* Various spelling/formatting changes.Kris Kennaway1999-05-081-2/+2
* Calls one or more of malloc(), warn(), err(), syslog(), execlp() orDag-Erling Smørgrav1998-10-131-2/+2
* Fixed printf format errors.Bruce Evans1998-06-281-3/+3
* Make sure we don't overflow the path buffer. Exit if we do.Warner Losh1998-06-091-2/+4
* Don't append a '/' to the destination directory if thereSteve Price1998-05-251-3/+5
* Correct use of .Nm. Add rcsid.Philippe Charnier1998-05-152-13/+14
* Merge from OpenBSD:Eivind Eklund1997-12-101-2/+16