summaryrefslogtreecommitdiffstats
path: root/bin/cp
Commit message (Expand)AuthorAgeFilesLines
* Remove whitespace at EOL.dd2001-07-151-9/+9
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* Add more headers that are required with -fno-builtin (stdlib and strings)des2001-06-192-0/+2
* Removed the broken code which claimed to lose the set[ug]id bits inbde2001-06-113-27/+4
* Make it clear that -P is the default.ru2001-05-251-0/+1
* Migrate from using MAXPATHLEN to MAX_PATH. Use strlcpy to copy theimp2001-05-163-5/+6
* In the hope of saving others from hours of tedious recovery work,mckay2001-02-041-0/+10
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-2/+2
* Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and therebywollman2000-10-101-0/+1
* fix cp -vi bugmharo2000-01-231-2/+3
* brucifymharo1999-11-282-16/+20
* brucify and move printf() to catch cases of special filesmharo1999-08-293-11/+7
* $Id$ -> $FreeBSD$peter1999-08-275-5/+5
* Add a verbose mode to show what files are being copied.mharo1999-08-264-9/+24
* Add -W and fix the warning due to missing struct initializerkris1999-07-102-4/+4
* Various spelling/formatting changes.kris1999-05-083-8/+9
* First set of fixes to keep egcs happy. These include {} around singleimp1999-04-252-4/+6
* Don't use mmap() for non-regular files, since st_size is only meaningfulbde1998-11-181-2/+2
* Use mmap for file coping. 5-10% faster than the read system call.wosch1998-11-141-1/+2
* Correct a grammatical nit and remove ambiguity about the effect ofjkoshy1998-10-131-4/+6
* Don't attempt to change owner/mode/flags that don't need to changed.peter1998-06-101-15/+29
* Print correct error message if we copy an unreadable directory.dt1998-06-091-1/+2
* Make sure we pass the length - 1 to readlink, since it adds its ownimp1998-06-091-2/+2
* Restore Lite-2 sccsid.charnier1998-05-132-4/+4
* Correct use of .Nm and other cosmetics. Add rcsid. Remove unused #inc.charnier1998-05-063-24/+21
* Fixed syntax error in normally-unconfigured code in previous commit.bde1998-01-171-2/+2
* Fixed handling of short writes. Previously, we stopped copying andbde1998-01-161-5/+17
* cp(1) is too silent if used with the option -i. It shouldwosch1997-10-031-2/+5
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-281-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-225-5/+5
* Sweep through the tree fixing mmap() usage:alex1997-01-161-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-145-5/+5
* Merge Lite2 mods and -Wall cleaning.steve1996-12-143-9/+16
* [HISTORY] command appeared in Version 1 AT&T UNIXwosch1996-08-291-1/+6
* Option -f implemented (remove + create)wosch1996-03-084-17/+37
* Don't initialize udata, remove bogus case, fix usage stringpst1996-02-192-6/+5
* delete my last commitwosch1996-02-194-35/+14
* Option -f implemented (remove + create)wosch1996-02-184-18/+39
* Preserve sticky bit for `cp -pR'. It was already preserved for `cp -R'.bde1995-10-031-2/+3
* Don't unlink the target file if the copy failed. This behaviour isn'tbde1995-06-141-8/+7
* Remove trailing whitespace.rgrimes1995-05-302-19/+19
* Add braces to fix wrong if-if-else-if nesting that broke `cp -pR' forbde1995-04-021-4/+6
* Fix bogus format string; fixes problem reported by Wolfram Schneider.dg1995-01-251-2/+2
* Don't strip off the last slash in the pathname "/". cp used tobde1994-12-301-18/+15
* Added $Id$dg1994-09-245-0/+7
* BSD 4.4 Lite bin Sourcesrgrimes1994-05-265-0/+998
OpenPOWER on IntegriCloud