Age | Commit message (Expand) | Author |
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 |
2006-03-17 | Call fts_close(); from NetBSD's Coverity analysis; ok jaredy@ millert@ | Otto Moerbeek |
2005-11-09 | Handle dir not readable case. Problem noted by chefren. ok hshoexer@ jaredy@ | Otto Moerbeek |
2004-12-13 | Only warn if we try to cp(1) a socket. Consequently, this makes | Otto Moerbeek |
2004-12-10 | sort options + sync usage(); | Jason McIntyre |
2004-12-07 | Document cp(1) does not preserve hard links. With and ok jmc@ and millert@ | Otto Moerbeek |
2003-11-24 | madvise mmapped memory (not used code) | Michael Shalayeff |
2003-10-30 | Fix typo in comment; Bruno Rohee | Todd C. Miller |
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 |
2003-05-29 | merge COMPATIBILITY into STANDARDS; | Jason McIntyre |
2003-05-02 | Zap unused STRIP_TRAILING_SLASH macro. | Nils Nordman |
2003-03-13 | Use the return value of strcpy() to detect ENAMETOOLONG instead of | Todd C. Miller |