summaryrefslogtreecommitdiff
path: root/bin/cp
AgeCommit message (Expand)Author
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
2006-03-17Call fts_close(); from NetBSD's Coverity analysis; ok jaredy@ millert@Otto Moerbeek
2005-11-09Handle dir not readable case. Problem noted by chefren. ok hshoexer@ jaredy@Otto Moerbeek
2004-12-13Only warn if we try to cp(1) a socket. Consequently, this makesOtto Moerbeek
2004-12-10sort options + sync usage();Jason McIntyre
2004-12-07Document cp(1) does not preserve hard links. With and ok jmc@ and millert@Otto Moerbeek
2003-11-24madvise mmapped memory (not used code)Michael Shalayeff
2003-10-30Fix typo in comment; Bruno RoheeTodd C. Miller
2003-08-06Remove some double semicolons (hmm, do two semis equal a maxi?).Todd C. Miller
2003-07-29spacingTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-06-01Undo a misguided attempt to fix speling errors from long ago. UCBTodd C. Miller
2003-05-29merge COMPATIBILITY into STANDARDS;Jason McIntyre
2003-05-02Zap unused STRIP_TRAILING_SLASH macro.Nils Nordman
2003-03-13Use the return value of strcpy() to detect ENAMETOOLONG instead ofTodd C. Miller
2003-03-13lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduTheo de Raadt
2003-03-12more .LiTheo de Raadt
2003-01-06Set directory mode/user/times on the post-order pass, not pre-order.Todd C. Miller
2002-07-04ansiTheo de Raadt
2002-06-09knfTodd T. Fries
2002-05-30typo; moritz@jodeit.orgTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-02-11Initial patch.Mike Pechkin
2001-11-05kill more registers;Mike Pechkin
2001-09-06o) __progname aria;Mike Pechkin
2001-06-25explicit braces to avoid ambiguous elseArtur Grabowski
2001-06-22Avoid printing warnings about things like "is a directory" twice.Todd C. Miller
2001-06-06In -p mode, set directory times in post-order pass since otherwise theTodd C. Miller
2001-05-11Explicit mapping type to mmap. (not used yet)Artur Grabowski
2000-11-10- Prefer COMPATIBILITY section after SEE ALSO section.Aaron Campbell
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
2000-10-18Add some rudimentary EXAMPLES sections and standardize the way we displayAaron Campbell
2000-03-21Add HISTORY sections; from FreeBSD. Information originally obtained fromAaron Campbell
2000-03-17Remove hard sentence breaks.Aaron Campbell
2000-02-20setlocale and get rid of unneeded exit() call. millert@ okEric Jackson
1999-09-23Add EXAMPLES.Aaron Campbell
1999-09-23Description of -R option should be first.Aaron Campbell
1999-06-04start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@Aaron Campbell
1999-05-30repairsAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
1999-05-06"cp -f" should unlink the destination before copying. Similar toTodd C. Miller
1999-03-10comma splicePaul Janzen
1999-03-03cleanupAaron Campbell