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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Return with an error from copy_link(), copy_fifo() and copy_special() if
markj
2013-01-27
1
-0
/
+17
*
Return "failure" as we do for 'cp -i' and a "n" answer.
obrien
2013-01-23
1
-1
/
+1
*
Remove useless variable 'Pflag':
eadler
2013-01-17
1
-7
/
+5
*
Explicitly mention that "cp -p" copies ACLs.
trasz
2012-09-04
1
-2
/
+2
*
Don't try to copy a socket after "xxx is a socket (not copied)." message.
trasz
2010-06-05
1
-0
/
+1
*
Change all our own code to use st_*tim instead of st_*timespec.
ed
2010-03-28
1
-2
/
+2
*
Implement an "-x" option to cp(1), for compatibility with Linux and
gavin
2010-01-17
3
-7
/
+12
*
Add NFSv4 ACL support to cp(1) and fix a few memory leaks.
trasz
2009-09-02
1
-30
/
+93
*
Preserve file flags on symlinks in cp -Rp.
jilles
2009-05-30
1
-1
/
+1
*
Make 'struct acl' larger, as required to support NFSv4 ACLs. Provide
trasz
2009-05-22
1
-1
/
+1
*
Teach cat(1) and cp(1) to use a larger buffer if enough memory is present
ivoras
2008-10-30
1
-2
/
+29
*
Add fallback when mmap fails on regular files. Some filesystems,
dds
2008-10-27
1
-30
/
+28
*
Remove redundant close(2).
trasz
2008-09-09
1
-1
/
+0
*
Fix ACL preservation, apparently broken in 1.47.
trasz
2008-08-07
1
-1
/
+3
*
Add an '-a' option which is identical to specifying '-RpP' for
jhb
2008-03-10
3
-5
/
+15
*
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 typo.
ceri
2006-11-02
1
-1
/
+1
*
Wording nits.
trhodes
2006-10-27
1
-11
/
+7
*
Flesh out the compatibility section a little bit. Bump doc date.
trhodes
2006-10-24
1
-30
/
+20
*
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
2
-14
/
+41
*
o Style(9).
maxim
2006-10-07
1
-9
/
+7
*
o Avoid division by zero.
maxim
2006-10-07
1
-3
/
+8
*
o Hold copied bytes counter in off_t. This prevents statistics
maxim
2006-10-06
1
-1
/
+1
*
Move the -l option processing to where it belongs.
ru
2006-09-29
1
-4
/
+4
*
- Fix options order.
ru
2006-08-25
2
-7
/
+7
*
Remove a stray -a option that probably sneaked in from julian's
ru
2006-08-25
1
-2
/
+2
*
Add an option to allow copying of a hierarchy while linking he regular files.
julian
2006-08-24
4
-82
/
+105
*
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
3
-1
/
+86
*
Fix a few markup nits in previous commit.
trhodes
2005-02-25
1
-1
/
+3
*
Note how cp(1) handles directories ending in "/."
trhodes
2005-02-24
1
-1
/
+5
*
Sync program's usage() with manpage's SYNOPSIS.
ru
2005-02-09
1
-2
/
+3
*
Add the new standard EXIT STATUS section where appropriate.
ru
2005-01-16
1
-1
/
+1
*
/*- or .\"- or #- to begin license clauses.
imp
2005-01-10
2
-1
/
+2
*
Mechanically kill hard sentence breaks.
ru
2004-07-02
1
-1
/
+2
*
Plug file descriptor leak in implementation of -n option.
tjr
2004-06-05
1
-0
/
+1
*
Remove clause 3 from the UCB licenses.
markm
2004-04-06
4
-16
/
+0
*
Don't mmap(2) and munmap(2) zero-length files.
alc
2003-11-13
1
-1
/
+2
*
pass -1 to setfile in cp.c
jmg
2003-06-30
1
-1
/
+1
*
support saving both user/group and permissions on symlinks (from PR)
jmg
2003-06-22
1
-13
/
+20
*
Clarify what -p option does.
ru
2003-06-07
1
-11
/
+12
*
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
2
-2
/
+2
*
Add a SIGINFO handler.
mdodd
2003-04-07
4
-0
/
+45
*
Constify and staticify for lint.
markm
2002-10-18
3
-6
/
+6
*
cp -p could report success even if a file copy failed. This was due to
mckay
2002-09-22
1
-3
/
+4
[next]