| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC(1.42): cp -p could report success even if a file copy failed. Worst case | Stephen McKay | 2002-09-24 | 1 | -3/+4 |
| * | MFC: add -n option, which automatically answers "no" to the overwrite question. | Johan Karlsson | 2002-08-10 | 4 | -12/+35 |
| * | MFC(1.29,1.30): fix and spruce up previous patch. | Stephen McKay | 2002-01-01 | 1 | -22/+26 |
| * | MFC(1.28): Preserve directory timestamps with -p. Allow non-empty read-only | Stephen McKay | 2001-12-15 | 1 | -11/+39 |
| * | MFC(1.32): typo in warning message. | Stephen McKay | 2001-12-15 | 1 | -1/+1 |
| * | MFC: markup and misc fixes. | Ruslan Ermilov | 2001-08-16 | 1 | -4/+2 |
| * | MFC: include stdlib.h to reduce warnings | David E. O'Brien | 2001-08-01 | 2 | -0/+2 |
| * | MFC: rev 1.29 (MAX_PATH) | David E. O'Brien | 2001-08-01 | 1 | -1/+2 |
| * | MFC: rev 1.10 (MAX_PATH) | David E. O'Brien | 2001-08-01 | 1 | -1/+1 |
| * | MFC: rev 1.25 (MAX_PATH and strlcpy) | David E. O'Brien | 2001-08-01 | 1 | -3/+3 |
| * | MFC: remove whitespace at EOL. | Dima Dorfman | 2001-07-22 | 1 | -9/+9 |
| * | MFC (extern.h 1.1, cp.c 1.26, utils.c 1.30): | Bruce Evans | 2001-07-12 | 3 | -27/+4 |
| * | MFC: Document that -P is the default. | Ruslan Ermilov | 2001-05-25 | 1 | -0/+1 |
| * | MFC (rev 1.18): Document that cp (especially -R) drops hard links. | Stephen McKay | 2001-03-05 | 1 | -0/+10 |
| * | MFC: recent mdoc(7) fixes. | Ruslan Ermilov | 2000-12-08 | 1 | -2/+2 |
| * | MFC: Don't bogusly depend on <sys/stat.h> to include <sys/time.h> | Jeroen Ruigrok van der Werven | 2000-10-27 | 1 | -0/+1 |
| * | fix cp -vi bug | Michael Haro | 2000-01-23 | 1 | -2/+3 |
| * | brucify | Michael Haro | 1999-11-28 | 2 | -16/+20 |
| * | brucify and move printf() to catch cases of special files | Michael Haro | 1999-08-29 | 3 | -11/+7 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-27 | 5 | -5/+5 |
| * | Add a verbose mode to show what files are being copied. | Michael Haro | 1999-08-26 | 4 | -9/+24 |
| * | Add -W and fix the warning due to missing struct initializer | Kris Kennaway | 1999-07-10 | 2 | -4/+4 |
| * | Various spelling/formatting changes. | Kris Kennaway | 1999-05-08 | 3 | -8/+9 |
| * | First set of fixes to keep egcs happy. These include {} around single | Warner Losh | 1999-04-25 | 2 | -4/+6 |
| * | Don't use mmap() for non-regular files, since st_size is only meaningful | Bruce Evans | 1998-11-18 | 1 | -2/+2 |
| * | Use mmap for file coping. 5-10% faster than the read system call. | Wolfram Schneider | 1998-11-14 | 1 | -1/+2 |
| * | Correct a grammatical nit and remove ambiguity about the effect of | Joseph Koshy | 1998-10-13 | 1 | -4/+6 |
| * | Don't attempt to change owner/mode/flags that don't need to changed. | Peter Wemm | 1998-06-10 | 1 | -15/+29 |
| * | Print correct error message if we copy an unreadable directory. | Dmitrij Tejblum | 1998-06-09 | 1 | -1/+2 |
| * | Make sure we pass the length - 1 to readlink, since it adds its own | Warner Losh | 1998-06-09 | 1 | -2/+2 |
| * | Restore Lite-2 sccsid. | Philippe Charnier | 1998-05-13 | 2 | -4/+4 |
| * | Correct use of .Nm and other cosmetics. Add rcsid. Remove unused #inc. | Philippe Charnier | 1998-05-06 | 3 | -24/+21 |
| * | Fixed syntax error in normally-unconfigured code in previous commit. | Bruce Evans | 1998-01-17 | 1 | -2/+2 |
| * | Fixed handling of short writes. Previously, we stopped copying and | Bruce Evans | 1998-01-16 | 1 | -5/+17 |
| * | cp(1) is too silent if used with the option -i. It should | Wolfram Schneider | 1997-10-03 | 1 | -2/+5 |
| * | compare return value from getopt against -1 rather than EOF, per the final | Warner Losh | 1997-03-28 | 1 | -2/+2 |
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 5 | -5/+5 |
| * | Sweep through the tree fixing mmap() usage: | Alexander Langer | 1997-01-16 | 1 | -1/+1 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 5 | -5/+5 |
| * | Merge Lite2 mods and -Wall cleaning. | Steve Price | 1996-12-14 | 3 | -9/+16 |
| * | [HISTORY] command appeared in Version 1 AT&T UNIX | Wolfram Schneider | 1996-08-29 | 1 | -1/+6 |
| * | Option -f implemented (remove + create) | Wolfram Schneider | 1996-03-08 | 4 | -17/+37 |
| * | Don't initialize udata, remove bogus case, fix usage string | Paul Traina | 1996-02-19 | 2 | -6/+5 |
| * | delete my last commit | Wolfram Schneider | 1996-02-19 | 4 | -35/+14 |
| * | Option -f implemented (remove + create) | Wolfram Schneider | 1996-02-18 | 4 | -18/+39 |
| * | Preserve sticky bit for `cp -pR'. It was already preserved for `cp -R'. | Bruce Evans | 1995-10-03 | 1 | -2/+3 |
| * | Don't unlink the target file if the copy failed. This behaviour isn't | Bruce Evans | 1995-06-14 | 1 | -8/+7 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 2 | -19/+19 |
| * | Add braces to fix wrong if-if-else-if nesting that broke `cp -pR' for | Bruce Evans | 1995-04-02 | 1 | -4/+6 |
| * | Fix bogus format string; fixes problem reported by Wolfram Schneider. | David Greenman | 1995-01-25 | 1 | -2/+2 |