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
/
utils.c
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
*
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
1
-2
/
+2
*
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
*
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
1
-2
/
+2
*
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
*
- Fix options order.
ru
2006-08-25
1
-2
/
+2
*
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
1
-77
/
+92
*
Attempt to complete the userspace integration of POSIX.1e extended ACLs.
csjp
2005-09-05
1
-0
/
+80
*
Sync program's usage() with manpage's SYNOPSIS.
ru
2005-02-09
1
-2
/
+3
*
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
1
-4
/
+0
*
Don't mmap(2) and munmap(2) zero-length files.
alc
2003-11-13
1
-1
/
+2
*
support saving both user/group and permissions on symlinks (from PR)
jmg
2003-06-22
1
-13
/
+20
*
Add a SIGINFO handler.
mdodd
2003-04-07
1
-0
/
+22
*
Constify and staticify for lint.
markm
2002-10-18
1
-2
/
+2
*
Fix some easy WARNS.
markm
2002-07-31
1
-4
/
+4
*
Add the -n option, which automatically answers "no" to the overwrite question.
johan
2002-07-23
1
-3
/
+7
*
Fix some low-hanging lint-fruit: endianness and staticness warnings.
markm
2002-07-03
1
-2
/
+4
*
Consistently use __FBSDID
obrien
2002-06-30
1
-2
/
+2
*
Fix warnings inspired by lint, a commercial lint and WARNS=4.
markm
2002-02-22
1
-10
/
+6
*
Modernization effort for bin/c*:
imp
2002-02-02
1
-16
/
+6
*
Typo in warning message (chown should be chmod).
mckay
2001-12-11
1
-1
/
+1
*
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
-17
/
+3
*
Migrate from using MAXPATHLEN to MAX_PATH. Use strlcpy to copy the
imp
2001-05-16
1
-1
/
+2
*
Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and thereby
wollman
2000-10-10
1
-0
/
+1
*
fix cp -vi bug
mharo
2000-01-23
1
-2
/
+3
*
brucify and move printf() to catch cases of special files
mharo
1999-08-29
1
-5
/
+3
*
$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
/
+6
*
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
*
Don't use mmap() for non-regular files, since st_size is only meaningful
bde
1998-11-18
1
-2
/
+2
*
Don't attempt to change owner/mode/flags that don't need to changed.
peter
1998-06-10
1
-15
/
+29
*
Make sure we pass the length - 1 to readlink, since it adds its own
imp
1998-06-09
1
-2
/
+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
-5
/
+6
*
Fixed syntax error in normally-unconfigured code in previous commit.
bde
1998-01-17
1
-2
/
+2
*
Fixed handling of short writes. Previously, we stopped copying and
bde
1998-01-16
1
-5
/
+17
*
cp(1) is too silent if used with the option -i. It should
wosch
1997-10-03
1
-2
/
+5
[next]