summaryrefslogtreecommitdiff
path: root/bin/cp
AgeCommit message (Expand)Author
2021-11-28Stop using MAXBSIZE to eliminate sys/param.h including (which injects aTheo de Raadt
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, theTheo de Raadt
2019-09-02More correction of section 3 layout. directory->opendir, fts->fts_open,Theo de Raadt
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-01-28Implement cp -a ("archive" mode)Jeremie Courreges-Anglas
2018-09-07Revert earlier revert.Martijn van Duren
2018-09-07Backout recent cp(1) changes; they broke texlive's mktexlsr(1)Stefan Sperling
2018-09-07Rename dne in copy_file to exists to be more consistent with the otherMartijn van Duren
2018-09-07Also verify a overwrite for the copy of a fifo, link and device node.Martijn van Duren
2018-09-07Move the question to allow a copy to its own function.Martijn van Duren
2018-09-07The combination of -v and -i and the deny of a copy would cause the copyMartijn van Duren
2017-06-28add -v to SYNOPSIS and STANDARDS;Jason McIntyre
2017-06-27fix a few lines of unusual lengthTed Unangst
2017-06-27add a -v verbose flag to cp, mv, and rm. useful for monitoring progress,Ted Unangst
2016-10-14delete useless setlocale(3);Ingo Schwarze
2016-03-07Make cp -i behave as mv -i or rm -i, independently of whether stdintb
2015-12-26Set the times, mode, and flags on symlinks when doing cp -p (or mv acrossPhilip Guenther
2015-11-16rename link to name to avoid shadowing the functionTed Unangst
2015-10-09Change all tame callers to namechange to pledge(2).Theo de Raadt
2015-10-08Try again. Both -R and -p prevent use of tame, but other cases can use it.Theo de Raadt
2015-10-08ah, fchflags. We will come back to this issue laterTheo de Raadt
2015-10-07We cannot tame if -R is specified, because mknod and mkfifo may be called.Theo de Raadt
2015-05-07Whoops; missed updating a setfile() call.Philip Guenther
2015-05-03Preserve times to nanosecond precision instead of just microsecond.Philip Guenther
2015-01-19cleanup sys/param.h commentTheo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-05-21Use errc/warnc to simplify code.Philip Guenther
2014-04-24calloc is better. from Peter MaloneTed Unangst
2014-03-19there is no need for rcp anymoreTed Unangst
2014-01-29same tweak as per ch* utils: for -H, remove brackets in description;Jason McIntyre
2013-01-18command-line (adj.) -> command line (n.);Jason McIntyre
2012-12-04remove some unnecessary sys/cdefs.h inclusionsTheo de Raadt
2012-08-28Don't order file and dir creation, no measurable effect, ffsOtto Moerbeek
2012-07-11When copying a file sparsely, truncate the resulting file based on theMatthew Dempsky
2012-04-11if we ever activate that, this may need fixingMarc Espie
2011-06-23set set*id bits only if the target did not exist and -p was not used;Otto Moerbeek
2011-06-15consistently specify that -f and -i override previous options in eachTed Unangst
2011-06-15the last of -f or -i is the lucky winner. problem noticed by jan stary.Ted Unangst
2010-09-03add an EXIT STATUS section for /bin;Jason McIntyre
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
2009-01-04replace hardcoded exit values with .Ex macros;Igor Sobrado
2007-11-04some small nonfunctional tweaks. ok beck millertTed Unangst
2007-09-22warn should return an error message for chmod, not for chownIgor Sobrado
2007-09-16"source" and "target" can be either files or directories;Igor Sobrado
2007-07-26STDIN_FILENO is better than fileno(stdin); zinovik@cs.karelia.ruTheo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-29- consistent STANDARDS blurbJason McIntyre
2007-04-06when copying regular files, look for blocks of zeroes. when we see them,Ted Unangst
2006-04-25various small lint cleanups; ok ottoTheo de Raadt