aboutsummaryrefslogtreecommitdiff
path: root/bin/cp
Commit message (Expand)AuthorAgeFilesLines
* Merge sync of headSimon J. Gerraty2015-05-272-33/+7
|\
| * cp: Remove fts sorting.Jilles Tjoelker2015-05-051-28/+1
| * cp,mv: Use futimens() instead of utimensat() if possible.Jilles Tjoelker2015-03-231-1/+1
| * cp,mv,touch: Set timestamps with nanosecond precision.Jilles Tjoelker2015-01-241-5/+6
* | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
* | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
* | sync from headSimon J. Gerraty2013-04-121-1/+22
|\|
| * Add a few examples.Joel Dahl2013-03-151-1/+22
* | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
* | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
* | Sync with HEAD.David E. O'Brien2013-02-082-8/+23
|\|
| * Return with an error from copy_link(), copy_fifo() and copy_special() ifMark Johnston2013-01-271-0/+17
| * Return "failure" as we do for 'cp -i' and a "n" answer.David E. O'Brien2013-01-231-1/+1
| * Remove useless variable 'Pflag':Eitan Adler2013-01-171-7/+5
* | Sync from headSimon J. Gerraty2012-11-041-2/+2
|\|
| * Explicitly mention that "cp -p" copies ACLs.Edward Tomasz Napierala2012-09-041-2/+2
* | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
|/
* Don't try to copy a socket after "xxx is a socket (not copied)." message.Edward Tomasz Napierala2010-06-051-0/+1
* Change all our own code to use st_*tim instead of st_*timespec.Ed Schouten2010-03-281-2/+2
* Implement an "-x" option to cp(1), for compatibility with Linux andGavin Atkinson2010-01-173-7/+12
* Add NFSv4 ACL support to cp(1) and fix a few memory leaks.Edward Tomasz Napierala2009-09-021-30/+93
* Preserve file flags on symlinks in cp -Rp.Jilles Tjoelker2009-05-301-1/+1
* Make 'struct acl' larger, as required to support NFSv4 ACLs. ProvideEdward Tomasz Napierala2009-05-221-1/+1
* Teach cat(1) and cp(1) to use a larger buffer if enough memory is presentIvan Voras2008-10-301-2/+29
* Add fallback when mmap fails on regular files. Some filesystems,Diomidis Spinellis2008-10-271-30/+28
* Remove redundant close(2).Edward Tomasz Napierala2008-09-091-1/+0
* Fix ACL preservation, apparently broken in 1.47.Edward Tomasz Napierala2008-08-071-1/+3
* Add an '-a' option which is identical to specifying '-RpP' forJohn Baldwin2008-03-103-5/+15
* As suggested, replace earlier changed warnx() / exit() with an errx()Edwin Groothuis2007-12-261-4/+3
* When copying multiple files to a directory, make sure that a properEdwin Groothuis2007-12-251-1/+1
* Fix typo.Ceri Davies2006-11-021-1/+1
* Wording nits.Tom Rhodes2006-10-271-11/+7
* Flesh out the compatibility section a little bit. Bump doc date.Tom Rhodes2006-10-241-30/+20
* Fix style(9) bugs in previous commit.Tom Rhodes2006-10-111-7/+4
* Make -r a synonym for -R, similar to behavior on Linux while being backwardsTom Rhodes2006-10-072-14/+41
* o Style(9).Maxim Konovalov2006-10-071-9/+7
* o Avoid division by zero.Maxim Konovalov2006-10-071-3/+8
* o Hold copied bytes counter in off_t. This prevents statisticsMaxim Konovalov2006-10-061-1/+1
* Move the -l option processing to where it belongs.Ruslan Ermilov2006-09-291-4/+4
* - Fix options order.Ruslan Ermilov2006-08-252-7/+7
* Remove a stray -a option that probably sneaked in from julian'sRuslan Ermilov2006-08-251-2/+2
* Add an option to allow copying of a hierarchy while linking he regular files.Julian Elischer2006-08-244-82/+105
* o Call fts_close() before exit.Maxim Konovalov2006-07-041-0/+1
* Attempt to complete the userspace integration of POSIX.1e extended ACLs.Christian S.J. Peron2005-09-053-1/+86
* Fix a few markup nits in previous commit.Tom Rhodes2005-02-251-1/+3
* Note how cp(1) handles directories ending in "/."Tom Rhodes2005-02-241-1/+5
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-091-2/+3
* Add the new standard EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-161-1/+1
* /*- or .\"- or #- to begin license clauses.Warner Losh2005-01-102-1/+2
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+2