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
...
*
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
*
Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the struct
wollman
2002-09-21
1
-2
/
+2
*
Bump document date for the -n option.
johan
2002-08-16
1
-1
/
+1
*
mdoc(7) police: grammar.
ru
2002-08-09
1
-1
/
+1
*
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
4
-12
/
+35
*
Revert previous delta, which is not required with rev 1.5 of
sheldonh
2002-07-15
1
-1
/
+0
*
Set WFORMAT=0, because our compiler currently complains about NULL
sheldonh
2002-07-11
1
-0
/
+1
*
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
2
-4
/
+6
*
Consistently use __FBSDID
obrien
2002-06-30
2
-4
/
+4
*
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
*
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
[prev]
[next]