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
*
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
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Sweep through the tree fixing mmap() usage:
alex
1997-01-16
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Merge Lite2 mods and -Wall cleaning.
steve
1996-12-14
1
-2
/
+2
*
Option -f implemented (remove + create)
wosch
1996-03-08
1
-5
/
+14
*
Don't initialize udata, remove bogus case, fix usage string
pst
1996-02-19
1
-3
/
+3
*
delete my last commit
wosch
1996-02-19
1
-13
/
+4
*
Option -f implemented (remove + create)
wosch
1996-02-18
1
-5
/
+14
*
Preserve sticky bit for `cp -pR'. It was already preserved for `cp -R'.
bde
1995-10-03
1
-2
/
+3
*
Don't unlink the target file if the copy failed. This behaviour isn't
bde
1995-06-14
1
-8
/
+7
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-2
/
+2
*
Added $Id$
dg
1994-09-24
1
-0
/
+2
*
BSD 4.4 Lite bin Sources
rgrimes
1994-05-26
1
-0
/
+285