index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bin
/
cp
/
cp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't try to copy a socket after "xxx is a socket (not copied)." message.
trasz
2010-06-05
1
-0
/
+1
*
Implement an "-x" option to cp(1), for compatibility with Linux and
gavin
2010-01-17
1
-2
/
+5
*
Add an '-a' option which is identical to specifying '-RpP' for
jhb
2008-03-10
1
-1
/
+7
*
As suggested, replace earlier changed warnx() / exit() with an errx()
edwin
2007-12-26
1
-4
/
+3
*
When copying multiple files to a directory, make sure that a proper
edwin
2007-12-25
1
-1
/
+1
*
Fix style(9) bugs in previous commit.
trhodes
2006-10-11
1
-7
/
+4
*
Make -r a synonym for -R, similar to behavior on Linux while being backwards
trhodes
2006-10-07
1
-11
/
+9
*
Move the -l option processing to where it belongs.
ru
2006-09-29
1
-4
/
+4
*
Add an option to allow copying of a hierarchy while linking he regular files.
julian
2006-08-24
1
-2
/
+8
*
o Call fts_close() before exit.
maxim
2006-07-04
1
-0
/
+1
*
Attempt to complete the userspace integration of POSIX.1e extended ACLs.
csjp
2005-09-05
1
-1
/
+4
*
/*- or .\"- or #- to begin license clauses.
imp
2005-01-10
1
-1
/
+1
*
Remove clause 3 from the UCB licenses.
markm
2004-04-06
1
-4
/
+0
*
pass -1 to setfile in cp.c
jmg
2003-06-30
1
-1
/
+1
*
Quiet warnings about copyright[].
obrien
2003-05-01
1
-2
/
+2
*
Include <signal.h> instead of depending on namespace pollution in
bde
2003-04-13
1
-1
/
+2
*
Fixed some style bugs in rev.1.44.
bde
2003-04-13
1
-3
/
+2
*
Use the correct data type and qualifier for signal flag.
mdodd
2003-04-07
1
-1
/
+1
*
Add a SIGINFO handler.
mdodd
2003-04-07
1
-0
/
+11
*
Constify and staticify for lint.
markm
2002-10-18
1
-2
/
+2
*
cp -p could report success even if a file copy failed. This was due to
mckay
2002-09-22
1
-3
/
+4
*
Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the struct
wollman
2002-09-21
1
-2
/
+2
*
Add the -n option, which automatically answers "no" to the overwrite question.
johan
2002-07-23
1
-5
/
+9
*
err() is documented as allowing NULL for the format string but GCC isn't
dillon
2002-07-10
1
-1
/
+1
*
Fix some low-hanging lint-fruit: endianness and staticness warnings.
markm
2002-07-03
1
-2
/
+2
*
Consistently use __FBSDID
obrien
2002-06-30
1
-2
/
+2
*
When -R is not specified, fail to copy the contents of dangling symlinks
tjr
2002-06-13
1
-3
/
+11
*
Optimize prev. commit code a bit
ache
2002-05-17
1
-4
/
+4
*
Trailing slash fixes.
ache
2002-05-17
1
-2
/
+12
*
Add semicolon to empty default case to silence warning.
alfred
2002-05-11
1
-0
/
+1
*
Fix warnings inspired by lint, a commercial lint and WARNS=4.
markm
2002-02-22
1
-4
/
+10
*
Modernization effort for bin/c*:
imp
2002-02-02
1
-11
/
+5
*
Bruce thought some of the comments I added were not clear enough. This is
mckay
2002-01-01
1
-8
/
+8
*
The previous fix caused cp to emit spurious warnings under some
mckay
2001-12-23
1
-22
/
+26
*
Preserve directory timestamps with -p. Allow non-empty read-only
mckay
2001-12-11
1
-11
/
+39
*
Add more headers that are required with -fno-builtin (stdlib and strings)
des
2001-06-19
1
-0
/
+1
*
Removed the broken code which claimed to lose the set[ug]id bits in
bde
2001-06-11
1
-8
/
+0
*
Migrate from using MAXPATHLEN to MAX_PATH. Use strlcpy to copy the
imp
2001-05-16
1
-3
/
+3
*
brucify
mharo
1999-11-28
1
-16
/
+16
*
brucify and move printf() to catch cases of special files
mharo
1999-08-29
1
-2
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-27
1
-1
/
+1
*
Add a verbose mode to show what files are being copied.
mharo
1999-08-26
1
-3
/
+9
*
Add -W and fix the warning due to missing struct initializer
kris
1999-07-10
1
-2
/
+2
*
Various spelling/formatting changes.
kris
1999-05-08
1
-2
/
+2
*
First set of fixes to keep egcs happy. These include {} around single
imp
1999-04-25
1
-2
/
+3
*
Print correct error message if we copy an unreadable directory.
dt
1998-06-09
1
-1
/
+2
*
Restore Lite-2 sccsid.
charnier
1998-05-13
1
-2
/
+2
*
Correct use of .Nm and other cosmetics. Add rcsid. Remove unused #inc.
charnier
1998-05-06
1
-8
/
+4
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-28
1
-2
/
+2
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
[next]