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-09-02 | More correction of section 3 layout. directory->opendir, fts->fts_open, | 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-28 | add -v to SYNOPSIS and STANDARDS; | Jason McIntyre |
2017-06-27 | fix a few lines of unusual length | Ted Unangst |
2017-06-27 | add a -v verbose flag to cp, mv, and rm. useful for monitoring progress, | Ted Unangst |
2016-10-14 | delete useless setlocale(3); | Ingo Schwarze |
2016-03-07 | Make cp -i behave as mv -i or rm -i, independently of whether stdin | tb |
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-10-09 | Change all tame callers to namechange to pledge(2). | Theo de Raadt |
2015-10-08 | Try again. Both -R and -p prevent use of tame, but other cases can use it. | Theo de Raadt |
2015-10-08 | ah, fchflags. We will come back to this issue later | Theo de Raadt |
2015-10-07 | We cannot tame if -R is specified, because mknod and mkfifo may be called. | Theo de Raadt |
2015-05-07 | Whoops; missed updating a setfile() call. | Philip Guenther |
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-05-21 | Use errc/warnc to simplify code. | Philip Guenther |
2014-04-24 | calloc is better. from Peter Malone | Ted Unangst |
2014-03-19 | there is no need for rcp anymore | Ted Unangst |
2014-01-29 | same tweak as per ch* utils: for -H, remove brackets in description; | Jason McIntyre |
2013-01-18 | command-line (adj.) -> command line (n.); | Jason McIntyre |
2012-12-04 | remove some unnecessary sys/cdefs.h inclusions | Theo de Raadt |
2012-08-28 | Don't order file and dir creation, no measurable effect, ffs | Otto Moerbeek |
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 |
2011-06-15 | consistently specify that -f and -i override previous options in each | Ted Unangst |
2011-06-15 | the last of -f or -i is the lucky winner. problem noticed by jan stary. | Ted Unangst |
2010-09-03 | add an EXIT STATUS section for /bin; | Jason McIntyre |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre |
2009-01-04 | replace hardcoded exit values with .Ex macros; | Igor Sobrado |
2007-11-04 | some small nonfunctional tweaks. ok beck millert | Ted Unangst |
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-07-26 | STDIN_FILENO is better than fileno(stdin); zinovik@cs.karelia.ru | Theo de Raadt |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-29 | - consistent STANDARDS blurb | Jason McIntyre |
2007-04-06 | when copying regular files, look for blocks of zeroes. when we see them, | Ted Unangst |
2006-04-25 | various small lint cleanups; ok otto | Theo de Raadt |