| Age | Commit message (Expand) | Author |
| 2009-10-08 | Fix the "dne" handling and chmod behaviour properly: values of dne | pooka |
| 2009-09-29 | Remove fts sorting. It was originally put there to copy files | pooka |
| 2008-07-20 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2008-05-26 | Distinguish "this file failed" from "any file failed", to make cp -v | dholland |
| 2008-05-26 | PR/38755: murray armfield: /bin posix programs missing setprogname and/or | christos |
| 2007-10-26 | Sync SYNOPSIS with usage() (correct location of -P). | hira |
| 2007-10-26 | Add -N to usage. | hira |
| 2007-10-25 | Touching up the permissions to preserve set-ID bits is appropriate | jld |
| 2006-12-26 | fix whitespace nits (space -> tab) | alc |
| 2006-10-15 | c99 initializers | christos |
| 2006-08-15 | initialize dne variable in the beginning, then move the resetting of | jschauma |
| 2006-08-15 | Avoid errors like "cp: /foo/bar/directory" exists if cp(1) is used to | tron |
| 2006-07-16 | return functionality backed out yesterday after fixing the bug I had | jschauma |
| 2006-07-15 | The last commit introduced a bug. Revert until that's found and fixed. | jschauma |
| 2006-07-15 | As suggested on tech-userlevel: | jschauma |
| 2006-03-17 | Fix Coverity issue 1754. Call fts_close() after we're done copying. | erh |
| 2005-11-16 | - Better detect pathname overflow (from FreeBSD) | christos |
| 2005-10-24 | Remove the "" -> "." target conversion kludge. | kleink |
| 2005-10-15 | - Don't output 'src -> dst' when -v and there was an error. | christos |
| 2005-09-10 | Sort options. Simplify macro usage. Use standard EXIT STATUS section. | wiz |
| 2005-08-15 | Add and document -N: When used with -p, it will not copy the file flags. | elad |
| 2005-06-26 | sprinkle a little const, and now everything compiles with WARNS=3 | christos |
| 2004-01-04 | remove unused code left from printescaped() backput as pointed out by Jeff | jschauma |
| 2003-09-14 | Following private discussion with kleink@ and hubertf@ and public discussion | jschauma |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-08-04 | As discusses a little while back on tech-userlevel: | jschauma |
| 2003-01-20 | The Double-Semi-Colon Police. | simonb |
| 2002-12-21 | For each, not Foreach; from Adrian Mrva. Begin new sentence on new line. | wiz |
| 2002-12-18 | Drop trailing whitespace. | wiz |
| 2002-12-18 | Add -v to SYNOPSIS, clean up STANDARDS a little. Also, bump date for -v. | kleink |
| 2002-12-16 | Added a -v verbose option to the cp(1) command. Updated man page and utils as... | jrf |
| 2002-10-19 | use readlink with bufsize - 1; approved thorpej. | provos |
| 2002-02-08 | Generate <>& symbolically. I'm avoiding .../dist/... directories for now. | ross |
| 2001-12-20 | Drop unnecessary .Pps. | wiz |
| 2001-12-20 | Whitespace nits. | wiz |
| 2001-09-13 | ANSIfication and some KNF fixes by Petri Koistinen from bin/13681. | wiz |
| 2001-08-30 | enable use of mmap(), falling back to read()/write() if mmap() fails. | chs |
| 2001-07-18 | Use madvise(2) after mmap(2) in case "VM_AND_BUFFER_CACHE_SYNCHRONIZED" | tron |
| 2000-09-04 | For commands and utilities, use EXIT STATUS rather than RETURN VALUES as | kleink |
| 2000-08-28 | Add 'RETURN VALUE' section header. | hubertf |
| 2000-07-07 | errx?/warnx? audit. do not pass variable alone, use %s. idea from openbsd | itojun |
| 2000-07-03 | include <stdlib.h>, <string.h>, or whatever as appropriate to shut up | matt |
| 1999-09-05 | Initialize locale on startup. | kleink |
| 1999-03-22 | More and more .Os cleanups. .Os is defined in the tmac.doc-common file, | garbled |
| 1999-03-01 | Correct behaviour in case of dangling symlinks: they would be (contrary | mjl |
| 1999-02-25 | Got rid of redundant error message (X is a directory (not copied). was | dean |
| 1998-10-08 | Fix bug where "cp -f" didn't work. | wsanchez |
| 1998-08-19 | Add some braces to keep egcs happy. | thorpej |
| 1998-07-28 | Be more retentive about use of NOTREACHED and noreturn. | mycroft |
| 1998-07-28 | Delint. | mycroft |