Age | Commit message (Expand) | Author |
2021-11-28 | Stop using MAXBSIZE to eliminate sys/param.h including (which injects a | Theo de Raadt |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-01-28 | Implement cp -a ("archive" mode) | Jeremie Courreges-Anglas |
2018-09-07 | Revert earlier revert. | Martijn van Duren |
2018-09-07 | Backout recent cp(1) changes; they broke texlive's mktexlsr(1) | Stefan Sperling |
2018-09-07 | Rename dne in copy_file to exists to be more consistent with the other | Martijn van Duren |
2018-09-07 | Also verify a overwrite for the copy of a fifo, link and device node. | Martijn van Duren |
2018-09-07 | Move the question to allow a copy to its own function. | Martijn van Duren |
2018-09-07 | The combination of -v and -i and the deny of a copy would cause the copy | Martijn van Duren |
2017-06-27 | add a -v verbose flag to cp, mv, and rm. useful for monitoring progress, | Ted Unangst |
2015-12-26 | Set the times, mode, and flags on symlinks when doing cp -p (or mv across | Philip Guenther |
2015-11-16 | rename link to name to avoid shadowing the function | Ted Unangst |
2015-05-03 | Preserve times to nanosecond precision instead of just microsecond. | Philip Guenther |
2015-01-19 | cleanup sys/param.h comment | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-04-24 | calloc is better. from Peter Malone | Ted Unangst |
2012-07-11 | When copying a file sparsely, truncate the resulting file based on the | Matthew Dempsky |
2012-04-11 | if we ever activate that, this may need fixing | Marc Espie |
2011-06-23 | set set*id bits only if the target did not exist and -p was not used; | Otto Moerbeek |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2007-09-22 | warn should return an error message for chmod, not for chown | Igor Sobrado |
2007-09-16 | "source" and "target" can be either files or directories; | Igor Sobrado |
2007-04-06 | when copying regular files, look for blocks of zeroes. when we see them, | Ted Unangst |
2004-12-10 | sort options + sync usage(); | Jason McIntyre |
2003-11-24 | madvise mmapped memory (not used code) | Michael Shalayeff |
2003-08-06 | Remove some double semicolons (hmm, do two semis equal a maxi?). | Todd C. Miller |
2003-07-29 | spacing | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-06-01 | Undo a misguided attempt to fix speling errors from long ago. UCB | Todd C. Miller |
2002-07-04 | ansi | Theo de Raadt |
2002-05-30 | typo; moritz@jodeit.org | Theo de Raadt |
2001-11-05 | kill more registers; | Mike Pechkin |
2001-09-06 | o) __progname aria; | Mike Pechkin |
2001-06-25 | explicit braces to avoid ambiguous else | Artur Grabowski |
2001-05-11 | Explicit mapping type to mmap. (not used yet) | Artur Grabowski |
1999-05-06 | "cp -f" should unlink the destination before copying. Similar to | Todd C. Miller |
1998-09-26 | for -p preserve sticky bit | Theo de Raadt |
1998-06-07 | use MAP_FAILED | Theo de Raadt |
1998-05-18 | readlink(path, buf, sizeof buf-1). Never forget that -1. | Theo de Raadt |
1997-11-08 | spelling | Todd T. Fries |
1997-09-01 | i am bored enough to fix terminal space/tab uglies | Theo de Raadt |
1997-07-31 | improve error message (yes I know mmap(2) isn't used yet.) | kstailey |
1997-05-28 | bad usage line; oster@cs.usask.ca | Theo de Raadt |
1997-04-05 | Patch from BSDI (via Keith Bostic, via NetBSD): | Thorsten Lockert |
1997-02-25 | Better fix for -p and links. | Todd C. Miller |
1997-02-24 | Only update owner (via lchown) when dealing with symbolic links. | Todd C. Miller |
1997-01-26 | support for lchown(2) if "-p" is used | kstailey |
1996-06-23 | update rcsid | Theo de Raadt |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |