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
*
Fixed some style bugs in revs 1.1 and 1.4.
bde
2002-02-23
1
-4
/
+4
*
Fix warnings inspired by lint, a commercial lint and WARNS=4.
markm
2002-02-22
4
-21
/
+20
*
Modernization effort for bin/c*:
imp
2002-02-02
3
-33
/
+17
*
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
*
Typo in warning message (chown should be chmod).
mckay
2001-12-11
1
-1
/
+1
*
Default to WARNS=2. Binary builds that cannot handle this must explicitly
obrien
2001-12-04
1
-1
/
+2
*
mdoc(7) police: utilize the new .Ex macro.
ru
2001-08-15
1
-3
/
+1
*
Remove whitespace at EOL.
dd
2001-07-15
1
-9
/
+9
*
mdoc(7) police: removed HISTORY info from the .Os call.
ru
2001-07-10
1
-1
/
+1
*
Add more headers that are required with -fno-builtin (stdlib and strings)
des
2001-06-19
2
-0
/
+2
*
Removed the broken code which claimed to lose the set[ug]id bits in
bde
2001-06-11
3
-27
/
+4
*
Make it clear that -P is the default.
ru
2001-05-25
1
-0
/
+1
*
Migrate from using MAXPATHLEN to MAX_PATH. Use strlcpy to copy the
imp
2001-05-16
3
-5
/
+6
*
In the hope of saving others from hours of tedious recovery work,
mckay
2001-02-04
1
-0
/
+10
*
mdoc(7) police: use the new features of the Nm macro.
ru
2000-11-20
1
-2
/
+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
mharo
1999-11-28
2
-16
/
+20
*
brucify and move printf() to catch cases of special files
mharo
1999-08-29
3
-11
/
+7
*
$Id$ -> $FreeBSD$
peter
1999-08-27
5
-5
/
+5
*
Add a verbose mode to show what files are being copied.
mharo
1999-08-26
4
-9
/
+24
*
Add -W and fix the warning due to missing struct initializer
kris
1999-07-10
2
-4
/
+4
*
Various spelling/formatting changes.
kris
1999-05-08
3
-8
/
+9
*
First set of fixes to keep egcs happy. These include {} around single
imp
1999-04-25
2
-4
/
+6
*
Don't use mmap() for non-regular files, since st_size is only meaningful
bde
1998-11-18
1
-2
/
+2
*
Use mmap for file coping. 5-10% faster than the read system call.
wosch
1998-11-14
1
-1
/
+2
*
Correct a grammatical nit and remove ambiguity about the effect of
jkoshy
1998-10-13
1
-4
/
+6
*
Don't attempt to change owner/mode/flags that don't need to changed.
peter
1998-06-10
1
-15
/
+29
*
Print correct error message if we copy an unreadable directory.
dt
1998-06-09
1
-1
/
+2
*
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
2
-4
/
+4
*
Correct use of .Nm and other cosmetics. Add rcsid. Remove unused #inc.
charnier
1998-05-06
3
-24
/
+21
*
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
*
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
5
-5
/
+5
*
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
5
-5
/
+5
*
Merge Lite2 mods and -Wall cleaning.
steve
1996-12-14
3
-9
/
+16
*
[HISTORY] command appeared in Version 1 AT&T UNIX
wosch
1996-08-29
1
-1
/
+6
*
Option -f implemented (remove + create)
wosch
1996-03-08
4
-17
/
+37
*
Don't initialize udata, remove bogus case, fix usage string
pst
1996-02-19
2
-6
/
+5
*
delete my last commit
wosch
1996-02-19
4
-35
/
+14
*
Option -f implemented (remove + create)
wosch
1996-02-18
4
-18
/
+39
*
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
2
-19
/
+19
[next]