summaryrefslogtreecommitdiff
path: root/bin/cp
AgeCommit message (Expand)Author
2013-12-17In all man pages that say:apb
2013-12-11Remove entirely bogus /* NOTREACHED */ annotation.dholland
2012-03-25From patch by Bug Hunting:wiz
2012-01-04Add siginfo support from Daniel Loffgren.christos
2011-08-18Remove warning about system extended attributes that cannot be copied, sincemanu
2011-08-03Adjust wording of previous and fix a couple grammar slipups/typos.dholland
2011-08-03New sentence, new line. Remove trailing whitespace. Bump date for previous.wiz
2011-08-03iExplain what happens to extended attriutes when -p is used.manu
2011-08-03Make cp -p and mv preverve extended attributes, and complain if they cannot.manu
2011-04-02Wording fixes from Ryo HAYASAKA, thanks.mbalmer
2011-02-06Put -l compatibility note in STANDARDS section.wiz
2011-02-06Add -l option to copy a tree as links.darcy
2011-01-24Use Fx.wiz
2011-01-24document what -a is foryamt
2011-01-04Fix fd leak in error case. Found by cppcheck.wiz
2010-12-22Sort option descriptions, bump date for -a.wiz
2010-12-22Say that -a is non-standard and -P is the default.christos
2010-12-21Add -a archive flag. from Aleksey Cheusovchristos
2010-10-25Re-enable support for reading files of at most 8MB via mmap(2).tron
2010-10-22Disable mmap path. With the current vnode locking scheme it haspooka
2009-10-08Fix the "dne" handling and chmod behaviour properly: values of dnepooka
2009-09-29Remove fts sorting. It was originally put there to copy filespooka
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-05-26Distinguish "this file failed" from "any file failed", to make cp -vdholland
2008-05-26PR/38755: murray armfield: /bin posix programs missing setprogname and/orchristos
2007-10-26Sync SYNOPSIS with usage() (correct location of -P).hira
2007-10-26Add -N to usage.hira
2007-10-25Touching up the permissions to preserve set-ID bits is appropriatejld
2006-12-26fix whitespace nits (space -> tab)alc
2006-10-15c99 initializerschristos
2006-08-15initialize dne variable in the beginning, then move the resetting ofjschauma
2006-08-15Avoid errors like "cp: /foo/bar/directory" exists if cp(1) is used totron
2006-07-16return functionality backed out yesterday after fixing the bug I hadjschauma
2006-07-15The last commit introduced a bug. Revert until that's found and fixed.jschauma
2006-07-15As suggested on tech-userlevel:jschauma
2006-03-17Fix Coverity issue 1754. Call fts_close() after we're done copying.erh
2005-11-16- Better detect pathname overflow (from FreeBSD)christos
2005-10-24Remove the "" -> "." target conversion kludge.kleink
2005-10-15- Don't output 'src -> dst' when -v and there was an error.christos
2005-09-10Sort options. Simplify macro usage. Use standard EXIT STATUS section.wiz
2005-08-15Add and document -N: When used with -p, it will not copy the file flags.elad
2005-06-26sprinkle a little const, and now everything compiles with WARNS=3christos
2004-01-04remove unused code left from printescaped() backput as pointed out by Jeffjschauma
2003-09-14Following private discussion with kleink@ and hubertf@ and public discussionjschauma
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-04As discusses a little while back on tech-userlevel:jschauma
2003-01-20The Double-Semi-Colon Police.simonb
2002-12-21For each, not Foreach; from Adrian Mrva. Begin new sentence on new line.wiz
2002-12-18Drop trailing whitespace.wiz
2002-12-18Add -v to SYNOPSIS, clean up STANDARDS a little. Also, bump date for -v.kleink