| Commit message (Expand) | Author | Age | Files | Lines |
* | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 1 | -4/+4 |
* | Implement cp -a ("archive" mode) |  jca | 2019-01-28 | 1 | -3/+3 |
* | Revert earlier revert. |  martijn | 2018-09-07 | 1 | -17/+36 |
* | Backout recent cp(1) changes; they broke texlive's mktexlsr(1) |  stsp | 2018-09-07 | 1 | -36/+17 |
* | Rename dne in copy_file to exists to be more consistent with the other |  martijn | 2018-09-07 | 1 | -5/+5 |
* | Also verify a overwrite for the copy of a fifo, link and device node. |  martijn | 2018-09-07 | 1 | -1/+7 |
* | Move the question to allow a copy to its own function. |  martijn | 2018-09-07 | 1 | -13/+26 |
* | The combination of -v and -i and the deny of a copy would cause the copy |  martijn | 2018-09-07 | 1 | -2/+2 |
* | add a -v verbose flag to cp, mv, and rm. useful for monitoring progress, |  tedu | 2017-06-27 | 1 | -3/+3 |
* | Set the times, mode, and flags on symlinks when doing cp -p (or mv across |  guenther | 2015-12-26 | 1 | -16/+2 |
* | rename link to name to avoid shadowing the function |  tedu | 2015-11-16 | 1 | -6/+6 |
* | Preserve times to nanosecond precision instead of just microsecond. |  guenther | 2015-05-03 | 1 | -12/+15 |
* | cleanup sys/param.h comment |  deraadt | 2015-01-19 | 1 | -2/+2 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -3/+4 |
* | calloc is better. from Peter Malone |  tedu | 2014-04-24 | 1 | -4/+3 |
* | When copying a file sparsely, truncate the resulting file based on the |  matthew | 2012-07-11 | 1 | -2/+2 |
* | if we ever activate that, this may need fixing |  espie | 2012-04-11 | 1 | -1/+2 |
* | set set*id bits only if the target did not exist and -p was not used; |  otto | 2011-06-23 | 1 | -2/+3 |
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2009-10-27 | 1 | -9/+1 |
* | warn should return an error message for chmod, not for chown |  sobrado | 2007-09-22 | 1 | -3/+3 |
* | "source" and "target" can be either files or directories; |  sobrado | 2007-09-16 | 1 | -4/+4 |
* | when copying regular files, look for blocks of zeroes. when we see them, |  tedu | 2007-04-06 | 1 | -4/+26 |
* | sort options + sync usage(); |  jmc | 2004-12-10 | 1 | -4/+4 |
* | madvise mmapped memory (not used code) |  mickey | 2003-11-24 | 1 | -2/+3 |
* | Remove some double semicolons (hmm, do two semis equal a maxi?). |  millert | 2003-08-06 | 1 | -3/+3 |
* | spacing |  deraadt | 2003-07-29 | 1 | -5/+5 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -7/+3 |
* | Undo a misguided attempt to fix speling errors from long ago. UCB |  millert | 2003-06-01 | 1 | -3/+3 |
* | ansi |  deraadt | 2002-07-04 | 1 | -20/+9 |
* | typo; moritz@jodeit.org |  deraadt | 2002-05-30 | 1 | -3/+3 |
* | kill more registers; |  mpech | 2001-11-05 | 1 | -3/+3 |
* | o) __progname aria; |  mpech | 2001-09-06 | 1 | -5/+7 |
* | explicit braces to avoid ambiguous else |  art | 2001-06-25 | 1 | -3/+4 |
* | Explicit mapping type to mmap. (not used yet) |  art | 2001-05-11 | 1 | -3/+3 |
* | "cp -f" should unlink the destination before copying. Similar to |  millert | 1999-05-06 | 1 | -3/+10 |
* | for -p preserve sticky bit |  deraadt | 1998-09-26 | 1 | -5/+5 |
* | use MAP_FAILED |  deraadt | 1998-06-07 | 1 | -3/+3 |
* | readlink(path, buf, sizeof buf-1). Never forget that -1. |  deraadt | 1998-05-18 | 1 | -3/+3 |
* | spelling |  todd | 1997-11-08 | 1 | -3/+3 |
* | i am bored enough to fix terminal space/tab uglies |  deraadt | 1997-09-01 | 1 | -3/+3 |
* | improve error message (yes I know mmap(2) isn't used yet.) |  kstailey | 1997-07-31 | 1 | -3/+3 |
* | bad usage line; oster@cs.usask.ca |  deraadt | 1997-05-28 | 1 | -4/+4 |
* | Patch from BSDI (via Keith Bostic, via NetBSD): |  tholo | 1997-04-05 | 1 | -11/+20 |
* | Better fix for -p and links. |  millert | 1997-02-25 | 1 | -14/+19 |
* | Only update owner (via lchown) when dealing with symbolic links. |  millert | 1997-02-24 | 1 | -18/+24 |
* | support for lchown(2) if "-p" is used |  kstailey | 1997-01-26 | 1 | -11/+15 |
* | update rcsid |  deraadt | 1996-06-23 | 1 | -1/+2 |
* | initial import of NetBSD tree |  deraadt | 1995-10-18 | 1 | -0/+289 |