cvs commit: src/bin/cp cp.1 cp.c extern.h utils.c
Simon Schubert
corecode at crater.dragonflybsd.org
Mon Feb 28 15:16:40 PST 2005
corecode 2005/02/28 15:15:35 PST
DragonFly src repository
Modified files:
bin/cp cp.1 cp.c extern.h utils.c
Log:
Sync with FreeBSD cp.
o Bump FreeBSD CVS IDs and manual page date
o Style(9)
o Constify
o Add SIGINFO handler (Author: mdodd, 1.40)
o Don't mmap(2) and munmap(2) zero-length files. (Author: alc, 1.42)
o Note how cp(1) handles directories ending in "/" (Author: trhodes, 1.29.2.1)
o Sync program's usage() with manpage's SYNOPSIS. (Author: ru, 1.45)
o Include <signal.h> instead of depending on namespace pollution in
<sys/param.h>. Include <sys/types.h> instead of of <sys/param.h>
so that further such dependencies don't develop. (Author: bde, 1.47)
Submitted-by: Devon H. O'Dell <dodell at xxxxxxxxxxxxxxx> and
Sarunas Vancevicius <svan at xxxxxxxxxxxxxxx>
Reviewed-by: joerg
Some-minor-changes: corecode
Revision Changes Path
1.4 +20 -3 src/bin/cp/cp.1
1.11 +13 -2 src/bin/cp/cp.c
1.5 +11 -10 src/bin/cp/extern.h
1.8 +29 -8 src/bin/cp/utils.c
http://www.dragonflybsd.org/cvsweb/src/bin/cp/cp.1.diff?r1=1.3&r2=1.4&f=u
http://www.dragonflybsd.org/cvsweb/src/bin/cp/cp.c.diff?r1=1.10&r2=1.11&f=u
http://www.dragonflybsd.org/cvsweb/src/bin/cp/extern.h.diff?r1=1.4&r2=1.5&f=u
http://www.dragonflybsd.org/cvsweb/src/bin/cp/utils.c.diff?r1=1.7&r2=1.8&f=u
More information about the Commits
mailing list