summaryrefslogtreecommitdiffstats
path: root/bin/cp/cp.c
Commit message (Expand)AuthorAgeFilesLines
* Include <signal.h> instead of depending on namespace pollution inbde2003-04-131-1/+2
* Fixed some style bugs in rev.1.44.bde2003-04-131-3/+2
* Use the correct data type and qualifier for signal flag.mdodd2003-04-071-1/+1
* Add a SIGINFO handler.mdodd2003-04-071-0/+11
* Constify and staticify for lint.markm2002-10-181-2/+2
* cp -p could report success even if a file copy failed. This was due tomckay2002-09-221-3/+4
* Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the structwollman2002-09-211-2/+2
* Add the -n option, which automatically answers "no" to the overwrite question.johan2002-07-231-5/+9
* err() is documented as allowing NULL for the format string but GCC isn'tdillon2002-07-101-1/+1
* Fix some low-hanging lint-fruit: endianness and staticness warnings.markm2002-07-031-2/+2
* Consistently use __FBSDIDobrien2002-06-301-2/+2
* When -R is not specified, fail to copy the contents of dangling symlinkstjr2002-06-131-3/+11
* Optimize prev. commit code a bitache2002-05-171-4/+4
* Trailing slash fixes.ache2002-05-171-2/+12
* Add semicolon to empty default case to silence warning.alfred2002-05-111-0/+1
* Fix warnings inspired by lint, a commercial lint and WARNS=4.markm2002-02-221-4/+10
* Modernization effort for bin/c*:imp2002-02-021-11/+5
* Bruce thought some of the comments I added were not clear enough. This ismckay2002-01-011-8/+8
* The previous fix caused cp to emit spurious warnings under somemckay2001-12-231-22/+26
* Preserve directory timestamps with -p. Allow non-empty read-onlymckay2001-12-111-11/+39
* Add more headers that are required with -fno-builtin (stdlib and strings)des2001-06-191-0/+1
* Removed the broken code which claimed to lose the set[ug]id bits inbde2001-06-111-8/+0
* Migrate from using MAXPATHLEN to MAX_PATH. Use strlcpy to copy theimp2001-05-161-3/+3
* brucifymharo1999-11-281-16/+16
* brucify and move printf() to catch cases of special filesmharo1999-08-291-2/+2
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
* Add a verbose mode to show what files are being copied.mharo1999-08-261-3/+9
* Add -W and fix the warning due to missing struct initializerkris1999-07-101-2/+2
* Various spelling/formatting changes.kris1999-05-081-2/+2
* First set of fixes to keep egcs happy. These include {} around singleimp1999-04-251-2/+3
* Print correct error message if we copy an unreadable directory.dt1998-06-091-1/+2
* Restore Lite-2 sccsid.charnier1998-05-131-2/+2
* Correct use of .Nm and other cosmetics. Add rcsid. Remove unused #inc.charnier1998-05-061-8/+4
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-281-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Merge Lite2 mods and -Wall cleaning.steve1996-12-141-5/+12
* Option -f implemented (remove + create)wosch1996-03-081-3/+5
* Don't initialize udata, remove bogus case, fix usage stringpst1996-02-191-3/+2
* delete my last commitwosch1996-02-191-6/+3
* Option -f implemented (remove + create)wosch1996-02-181-4/+7
* Remove trailing whitespace.rgrimes1995-05-301-17/+17
* 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-241-0/+2
* BSD 4.4 Lite bin Sourcesrgrimes1994-05-261-0/+441
OpenPOWER on IntegriCloud