aboutsummaryrefslogtreecommitdiff
path: root/bin/cp
Commit message (Expand)AuthorAgeFilesLines
* Add more headers that are required with -fno-builtin (stdlib and strings)Dag-Erling Smørgrav2001-06-192-0/+2
* Removed the broken code which claimed to lose the set[ug]id bits inBruce Evans2001-06-113-27/+4
* Make it clear that -P is the default.Ruslan Ermilov2001-05-251-0/+1
* Migrate from using MAXPATHLEN to MAX_PATH. Use strlcpy to copy theWarner Losh2001-05-163-5/+6
* In the hope of saving others from hours of tedious recovery work,Stephen McKay2001-02-041-0/+10
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
* Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and therebyGarrett Wollman2000-10-101-0/+1
* fix cp -vi bugMichael Haro2000-01-231-2/+3
* brucifyMichael Haro1999-11-282-16/+20
* brucify and move printf() to catch cases of special filesMichael Haro1999-08-293-11/+7
* $Id$ -> $FreeBSD$Peter Wemm1999-08-275-5/+5
* Add a verbose mode to show what files are being copied.Michael Haro1999-08-264-9/+24
* Add -W and fix the warning due to missing struct initializerKris Kennaway1999-07-102-4/+4
* Various spelling/formatting changes.Kris Kennaway1999-05-083-8/+9
* First set of fixes to keep egcs happy. These include {} around singleWarner Losh1999-04-252-4/+6
* Don't use mmap() for non-regular files, since st_size is only meaningfulBruce Evans1998-11-181-2/+2
* Use mmap for file coping. 5-10% faster than the read system call.Wolfram Schneider1998-11-141-1/+2
* Correct a grammatical nit and remove ambiguity about the effect ofJoseph Koshy1998-10-131-4/+6
* Don't attempt to change owner/mode/flags that don't need to changed.Peter Wemm1998-06-101-15/+29
* Print correct error message if we copy an unreadable directory.Dmitrij Tejblum1998-06-091-1/+2
* Make sure we pass the length - 1 to readlink, since it adds its ownWarner Losh1998-06-091-2/+2
* Restore Lite-2 sccsid.Philippe Charnier1998-05-132-4/+4
* Correct use of .Nm and other cosmetics. Add rcsid. Remove unused #inc.Philippe Charnier1998-05-063-24/+21
* Fixed syntax error in normally-unconfigured code in previous commit.Bruce Evans1998-01-171-2/+2
* Fixed handling of short writes. Previously, we stopped copying andBruce Evans1998-01-161-5/+17
* cp(1) is too silent if used with the option -i. It shouldWolfram Schneider1997-10-031-2/+5
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-281-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-225-5/+5
* Sweep through the tree fixing mmap() usage:Alexander Langer1997-01-161-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-145-5/+5
* Merge Lite2 mods and -Wall cleaning.Steve Price1996-12-143-9/+16
* [HISTORY] command appeared in Version 1 AT&T UNIXWolfram Schneider1996-08-291-1/+6
* Option -f implemented (remove + create)Wolfram Schneider1996-03-084-17/+37
* Don't initialize udata, remove bogus case, fix usage stringPaul Traina1996-02-192-6/+5
* delete my last commitWolfram Schneider1996-02-194-35/+14
* Option -f implemented (remove + create)Wolfram Schneider1996-02-184-18/+39
* Preserve sticky bit for `cp -pR'. It was already preserved for `cp -R'.Bruce Evans1995-10-031-2/+3
* Don't unlink the target file if the copy failed. This behaviour isn'tBruce Evans1995-06-141-8/+7
* Remove trailing whitespace.Rodney W. Grimes1995-05-302-19/+19
* Add braces to fix wrong if-if-else-if nesting that broke `cp -pR' forBruce Evans1995-04-021-4/+6
* Fix bogus format string; fixes problem reported by Wolfram Schneider.David Greenman1995-01-251-2/+2
* Don't strip off the last slash in the pathname "/". cp used toBruce Evans1994-12-301-18/+15
* Added $Id$David Greenman1994-09-245-0/+7
* BSD 4.4 Lite bin SourcesRodney W. Grimes1994-05-265-0/+998