obrien
dc8b1199b7
Centralize _PATH_* definitions.
...
Submitted by: Tim Kientzle <kientzle@acm.org> (embellished by me)
2003-05-05 22:49:23 +00:00
obrien
8fbd9bc9e9
Quiet warnings about copyright[].
2003-05-01 16:58:57 +00:00
keramida
ca5a3ce3ac
Grammar fix.
...
PR: docs/42021
Submitted by: Jeff Ito <jeffi@rcn.com>
MFC after: 3 days
2002-08-26 06:16:51 +00:00
trhodes
76af16d03e
s/filesystem/file system/ as discussed on -developers
2002-08-21 17:32:44 +00:00
ru
fe13af1517
mdoc(7) police: tidy up, bump document date on behalf of the -n option.
2002-08-09 10:46:00 +00:00
johan
e39a00d875
Update usage for the addition of -n in rev 1.35 of mv.c.
...
Approved by: obrien, sheldonh (mentor).
2002-07-09 17:45:13 +00:00
tjr
72662d3c20
When trying to emulate a cross-device move operation with cp and rm, add
...
a "--" argument after the options so filenames with leading dashes are
handled correctly.
PR: 39318
Submitted by: Serge van den Boom <svdb@stack.nl>
MFC after: 1 week
2002-06-16 04:06:58 +00:00
jmallett
51b82f2b81
Remove local definition of _PATH_CP, and use <paths.h>, _PATH_CP is in the
...
CURRENT <paths.h>.
2002-05-17 11:38:48 +00:00
trhodes
c496773415
Consistancy check s/file system/filesystem/
...
Reviewed by: brian
2002-05-16 01:57:20 +00:00
obrien
98f125ea1c
Update SCM ID.
2002-03-22 19:52:59 +00:00
obrien
ef059b4011
Note that -n is non-standard.
2002-03-22 19:52:48 +00:00
obrien
61a885d56f
Add the -n option, which automatically answers "no" to the overwrite question.
2002-03-22 07:45:36 +00:00
markm
03f1496bae
Warnings fixes.
2002-02-22 21:13:31 +00:00
imp
ebadb1bce0
Move user_from_uid to pwd.h
...
Move group_from_gid to grp.h
Remove from stdlib.h
Make the prototypes match the code
Fix rm and mv to include new files.
NetBSD has these defined in those files, and others too that I've not
done.
Approved by: terminal room kabal
Reviewed by: jhb, phk
2002-02-14 01:59:47 +00:00
imp
e1312c343e
missed a few registers
2002-02-02 07:09:30 +00:00
imp
14c2daab0f
o __P has been reoved
...
o Old-style K&R declarations have been converted to new C89 style
o register has been removed
o prototype for main() has been removed (gcc3 makes it an error)
o int main(int argc, char *argv[]) is the preferred main definition.
o Attempt to not break style(9) conformance for declarations more than
they already are.
2002-02-02 06:48:10 +00:00
obrien
3e1e2dd6aa
Default to WARNS=2. Binary builds that cannot handle this must explicitly
...
set WARNS=0.
Reviewed by: mike
2001-12-04 01:57:47 +00:00
ru
e6bcd7b5b8
mdoc(7) police: utilize the new .Ex macro.
2001-08-15 09:09:47 +00:00
dd
04bb1d656b
Set WARNS=2 on programs which compile cleanly.
...
Submitted by: Mike Barcroft <mike@q9media.com>
2001-07-15 10:30:46 +00:00
dd
c49a4e6620
Remove whitespace at EOL.
2001-07-15 07:53:42 +00:00
brian
34ad3e29c4
Fix the type of the NULL arg to execl()
...
Idea from: Theo de Raadt <deraadt@openbsd.org>
2001-07-09 09:24:06 +00:00
imp
cdc57b10a1
Use PATH_MAX in preference to MAXPATHLEN.
2001-05-29 18:20:36 +00:00
kris
49be83f9cf
Silence WARNS=2 and BDECFLAGS on alpha and i386, except for mode_t
...
warnings.
MFC after: 1 week
2001-05-20 05:00:16 +00:00
ru
c835e11eed
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 11:39:41 +00:00
sada
9417d96a9a
Don't emit a warning message if fchflags() returns EOPNOTSUPP
...
Requested by: FUJISHIMA Satsuki <k5@cheerful.com>
Obtained from: OpenBSD
2000-07-20 18:30:00 +00:00
sada
7ce1c43b5b
To make inherit file flags when mv(1) moves file between directories
...
on different file systems.
PR: bin/12375
Submitted by: Takashi SHIRAI <shirai@nintendo.co.jp>
No response by: steve
No problem with: building 5-current world
2000-07-15 14:59:02 +00:00
dwmalone
fdcdcbac51
Use lstat(2) instead of stat(2) when deciding if we should fastcopy
...
a file. This fixes moving symlinks across partitions.
PR: 17847
Reviewed by: bde
2000-07-11 18:01:42 +00:00
joe
fc177b5033
Removed bogus dependancy on libutil.
...
Noticed by: bde
2000-01-01 15:40:40 +00:00
mharo
d516d4a439
mention that -v is non-standard
...
Reviewed-by: obrien
1999-09-04 03:33:18 +00:00
mharo
eea1ad0aa4
add verbose flag
1999-08-29 08:21:16 +00:00
peter
3b7c52fb9a
$Id$ -> $FreeBSD$
1999-08-27 23:15:48 +00:00
kris
935bd87c22
Various spelling/formatting changes.
...
Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
1999-05-08 10:22:15 +00:00
des
d55d163bcc
Calls one or more of malloc(), warn(), err(), syslog(), execlp() or
...
execvp() in the child branch of a vfork(). Changed to use fork()
instead.
Some of these (mv, find, apply, xargs) might benefit greatly from
being rewritten to use vfork() properly.
PR: Loosely related to bin/8252
Approved by: jkh and bde
1998-10-13 14:52:33 +00:00
bde
f86a86c1b0
Fixed printf format errors.
1998-06-28 21:00:04 +00:00
imp
599b4d46a1
Make sure we don't overflow the path buffer. Exit if we do.
...
Obtained from or inspired by: A similar change in OpenBSD by theo
1998-06-09 03:39:38 +00:00
steve
69763b36fc
Don't append a '/' to the destination directory if there
...
is already one there.
PR: 3025
1998-05-25 22:44:16 +00:00
charnier
80458a8e0a
Correct use of .Nm. Add rcsid.
1998-05-15 06:30:58 +00:00
eivind
a8d5a2b417
Merge from OpenBSD:
...
> Error out if someone tries to mv a mount point. Old behavior was to
> move all files contained in the mounted filesystem to the dest. dir
> which could be quite nasty. Personally, I think rename(2) should
> return EPERM or EINVAL instead of EXDEV.
Obtained from: OpenBSD mv.c rev 1.6 by Todd Miller <millert@openbsd.org>
1997-12-10 17:52:49 +00:00
helbig
d1daf1db6b
Synchronize usage() and man page.
...
Pointed out by bde.
1997-10-26 10:33:02 +00:00
wosch
86d58e0a84
mv(1) is too silent if used with the option -i. It should
...
print which input mv(1) expect (y/n) and print a warning if the
file was not overwritten.
1997-10-04 13:02:06 +00:00
wosch
02693e70ee
Endless loop.
...
$ touch from to
$ echo -n loop | mv -i from to
overwrite to?
^C
1997-09-28 10:41:40 +00:00
imp
cdc0e920d8
compare return value from getopt against -1 rather than EOF, per the final
...
posix standard on the topic.
1997-03-28 15:24:41 +00:00
guido
b8d3beac13
Make mv more robust. A race has been fixed, as well as an extra warning
...
added when sbits are cleared.
Fixes PR 1351 and 1377 (I hope).
1997-03-08 16:05:44 +00:00
peter
34fd560164
Revert $FreeBSD$ to $Id$
1997-02-22 14:13:04 +00:00
jkh
9c0cd3f9df
Make the long-awaited change from $Id$ to $FreeBSD$
...
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
1997-01-14 07:20:47 +00:00
steve
d20174939c
-Wall cleaning.
1996-12-14 06:08:03 +00:00
wosch
d4a1c1cff8
[HISTORY] command appeared in Version 1 AT&T UNIX
...
Obtained from: A Quarter Century of UNIX, Peter H. Salus, page 41
1996-08-29 18:06:19 +00:00
wosch
a17e60b561
delete unused label endarg
...
correct indent of last new code
fix usage string, option -f before option -i (alphabetic order)
1996-03-01 06:14:13 +00:00
wosch
a4158c0ec5
option -f and -i are exclusive (Posix)
...
respond `Y' is equal to `y'
update usage string
prompt only if source exist
1996-02-20 23:27:57 +00:00
pst
ba5d3491e4
-- is implemented in getopt(3)
...
-? is an unnecessary case statement and not useful
1996-02-19 05:51:13 +00:00