| Commit message (Expand) | Author | Age | Files | Lines |
* | mdoc(7) police: grammar. | ru | 2002-08-09 | 1 | -1/+1 |
* | Fix some easy WARNS. | markm | 2002-07-31 | 1 | -4/+4 |
* | Add the -n option, which automatically answers "no" to the overwrite question. | johan | 2002-07-23 | 4 | -12/+35 |
* | Revert previous delta, which is not required with rev 1.5 of | sheldonh | 2002-07-15 | 1 | -1/+0 |
* | Set WFORMAT=0, because our compiler currently complains about NULL | sheldonh | 2002-07-11 | 1 | -0/+1 |
* | err() is documented as allowing NULL for the format string but GCC isn't | dillon | 2002-07-10 | 1 | -1/+1 |
* | Fix some low-hanging lint-fruit: endianness and staticness warnings. | markm | 2002-07-03 | 2 | -4/+6 |
* | Consistently use __FBSDID | obrien | 2002-06-30 | 2 | -4/+4 |
* | When -R is not specified, fail to copy the contents of dangling symlinks | tjr | 2002-06-13 | 1 | -3/+11 |
* | Optimize prev. commit code a bit | ache | 2002-05-17 | 1 | -4/+4 |
* | Trailing slash fixes. | ache | 2002-05-17 | 1 | -2/+12 |
* | Add semicolon to empty default case to silence warning. | alfred | 2002-05-11 | 1 | -0/+1 |
* | Fixed some style bugs in revs 1.1 and 1.4. | bde | 2002-02-23 | 1 | -4/+4 |
* | Fix warnings inspired by lint, a commercial lint and WARNS=4. | markm | 2002-02-22 | 4 | -21/+20 |
* | Modernization effort for bin/c*: | imp | 2002-02-02 | 3 | -33/+17 |
* | Bruce thought some of the comments I added were not clear enough. This is | mckay | 2002-01-01 | 1 | -8/+8 |
* | The previous fix caused cp to emit spurious warnings under some | mckay | 2001-12-23 | 1 | -22/+26 |
* | Preserve directory timestamps with -p. Allow non-empty read-only | mckay | 2001-12-11 | 1 | -11/+39 |
* | Typo in warning message (chown should be chmod). | mckay | 2001-12-11 | 1 | -1/+1 |
* | Default to WARNS=2. Binary builds that cannot handle this must explicitly | obrien | 2001-12-04 | 1 | -1/+2 |
* | mdoc(7) police: utilize the new .Ex macro. | ru | 2001-08-15 | 1 | -3/+1 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -9/+9 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
* | Add more headers that are required with -fno-builtin (stdlib and strings) | des | 2001-06-19 | 2 | -0/+2 |
* | Removed the broken code which claimed to lose the set[ug]id bits in | bde | 2001-06-11 | 3 | -27/+4 |
* | Make it clear that -P is the default. | ru | 2001-05-25 | 1 | -0/+1 |
* | Migrate from using MAXPATHLEN to MAX_PATH. Use strlcpy to copy the | imp | 2001-05-16 | 3 | -5/+6 |
* | In the hope of saving others from hours of tedious recovery work, | mckay | 2001-02-04 | 1 | -0/+10 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -2/+2 |
* | Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and thereby | wollman | 2000-10-10 | 1 | -0/+1 |
* | fix cp -vi bug | mharo | 2000-01-23 | 1 | -2/+3 |
* | brucify | mharo | 1999-11-28 | 2 | -16/+20 |
* | brucify and move printf() to catch cases of special files | mharo | 1999-08-29 | 3 | -11/+7 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-27 | 5 | -5/+5 |
* | Add a verbose mode to show what files are being copied. | mharo | 1999-08-26 | 4 | -9/+24 |
* | Add -W and fix the warning due to missing struct initializer | kris | 1999-07-10 | 2 | -4/+4 |
* | Various spelling/formatting changes. | kris | 1999-05-08 | 3 | -8/+9 |
* | First set of fixes to keep egcs happy. These include {} around single | imp | 1999-04-25 | 2 | -4/+6 |
* | Don't use mmap() for non-regular files, since st_size is only meaningful | bde | 1998-11-18 | 1 | -2/+2 |
* | Use mmap for file coping. 5-10% faster than the read system call. | wosch | 1998-11-14 | 1 | -1/+2 |
* | Correct a grammatical nit and remove ambiguity about the effect of | jkoshy | 1998-10-13 | 1 | -4/+6 |
* | Don't attempt to change owner/mode/flags that don't need to changed. | peter | 1998-06-10 | 1 | -15/+29 |
* | Print correct error message if we copy an unreadable directory. | dt | 1998-06-09 | 1 | -1/+2 |
* | Make sure we pass the length - 1 to readlink, since it adds its own | imp | 1998-06-09 | 1 | -2/+2 |
* | Restore Lite-2 sccsid. | charnier | 1998-05-13 | 2 | -4/+4 |
* | Correct use of .Nm and other cosmetics. Add rcsid. Remove unused #inc. | charnier | 1998-05-06 | 3 | -24/+21 |
* | Fixed syntax error in normally-unconfigured code in previous commit. | bde | 1998-01-17 | 1 | -2/+2 |
* | Fixed handling of short writes. Previously, we stopped copying and | bde | 1998-01-16 | 1 | -5/+17 |
* | cp(1) is too silent if used with the option -i. It should | wosch | 1997-10-03 | 1 | -2/+5 |
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-28 | 1 | -2/+2 |