summaryrefslogtreecommitdiffstats
path: root/bin/cp
Commit message (Expand)AuthorAgeFilesLines
* MFC r284105,r284106,r284163:bdrewery2015-12-044-71/+98
* MFC r282482: cp: Remove fts sorting.jilles2015-05-141-28/+1
* Add a few examples.joel2013-03-151-1/+22
* Return with an error from copy_link(), copy_fifo() and copy_special() ifmarkj2013-01-271-0/+17
* Return "failure" as we do for 'cp -i' and a "n" answer.obrien2013-01-231-1/+1
* Remove useless variable 'Pflag':eadler2013-01-171-7/+5
* Explicitly mention that "cp -p" copies ACLs.trasz2012-09-041-2/+2
* Don't try to copy a socket after "xxx is a socket (not copied)." message.trasz2010-06-051-0/+1
* Change all our own code to use st_*tim instead of st_*timespec.ed2010-03-281-2/+2
* Implement an "-x" option to cp(1), for compatibility with Linux andgavin2010-01-173-7/+12
* Add NFSv4 ACL support to cp(1) and fix a few memory leaks.trasz2009-09-021-30/+93
* Preserve file flags on symlinks in cp -Rp.jilles2009-05-301-1/+1
* Make 'struct acl' larger, as required to support NFSv4 ACLs. Providetrasz2009-05-221-1/+1
* Teach cat(1) and cp(1) to use a larger buffer if enough memory is presentivoras2008-10-301-2/+29
* Add fallback when mmap fails on regular files. Some filesystems,dds2008-10-271-30/+28
* Remove redundant close(2).trasz2008-09-091-1/+0
* Fix ACL preservation, apparently broken in 1.47.trasz2008-08-071-1/+3
* Add an '-a' option which is identical to specifying '-RpP' forjhb2008-03-103-5/+15
* As suggested, replace earlier changed warnx() / exit() with an errx()edwin2007-12-261-4/+3
* When copying multiple files to a directory, make sure that a properedwin2007-12-251-1/+1
* Fix typo.ceri2006-11-021-1/+1
* Wording nits.trhodes2006-10-271-11/+7
* Flesh out the compatibility section a little bit. Bump doc date.trhodes2006-10-241-30/+20
* Fix style(9) bugs in previous commit.trhodes2006-10-111-7/+4
* Make -r a synonym for -R, similar to behavior on Linux while being backwardstrhodes2006-10-072-14/+41
* o Style(9).maxim2006-10-071-9/+7
* o Avoid division by zero.maxim2006-10-071-3/+8
* o Hold copied bytes counter in off_t. This prevents statisticsmaxim2006-10-061-1/+1
* Move the -l option processing to where it belongs.ru2006-09-291-4/+4
* - Fix options order.ru2006-08-252-7/+7
* Remove a stray -a option that probably sneaked in from julian'sru2006-08-251-2/+2
* Add an option to allow copying of a hierarchy while linking he regular files.julian2006-08-244-82/+105
* o Call fts_close() before exit.maxim2006-07-041-0/+1
* Attempt to complete the userspace integration of POSIX.1e extended ACLs.csjp2005-09-053-1/+86
* Fix a few markup nits in previous commit.trhodes2005-02-251-1/+3
* Note how cp(1) handles directories ending in "/."trhodes2005-02-241-1/+5
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-091-2/+3
* Add the new standard EXIT STATUS section where appropriate.ru2005-01-161-1/+1
* /*- or .\"- or #- to begin license clauses.imp2005-01-102-1/+2
* Mechanically kill hard sentence breaks.ru2004-07-021-1/+2
* Plug file descriptor leak in implementation of -n option.tjr2004-06-051-0/+1
* Remove clause 3 from the UCB licenses.markm2004-04-064-16/+0
* Don't mmap(2) and munmap(2) zero-length files.alc2003-11-131-1/+2
* pass -1 to setfile in cp.cjmg2003-06-301-1/+1
* support saving both user/group and permissions on symlinks (from PR)jmg2003-06-221-13/+20
* Clarify what -p option does.ru2003-06-071-11/+12
* Quiet warnings about copyright[].obrien2003-05-011-2/+2
* Include <signal.h> instead of depending on namespace pollution inbde2003-04-131-1/+2
* Fixed some style bugs in rev.1.44.bde2003-04-131-3/+2
* Use the correct data type and qualifier for signal flag.mdodd2003-04-072-2/+2
OpenPOWER on IntegriCloud