summaryrefslogtreecommitdiffstats
path: root/bin/cp/cp.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r284105,r284106,r284163:bdrewery2015-12-041-17/+23
* MFC r282482: cp: Remove fts sorting.jilles2015-05-141-28/+1
* Remove useless variable 'Pflag':eadler2013-01-171-7/+5
* Don't try to copy a socket after "xxx is a socket (not copied)." message.trasz2010-06-051-0/+1
* Implement an "-x" option to cp(1), for compatibility with Linux andgavin2010-01-171-2/+5
* Add an '-a' option which is identical to specifying '-RpP' forjhb2008-03-101-1/+7
* As suggested, replace earlier changed warnx() / exit() with an errx()edwin2007-12-261-4/+3
* When copying multiple files to a directory, make sure that a properedwin2007-12-251-1/+1
* Fix style(9) bugs in previous commit.trhodes2006-10-111-7/+4
* Make -r a synonym for -R, similar to behavior on Linux while being backwardstrhodes2006-10-071-11/+9
* Move the -l option processing to where it belongs.ru2006-09-291-4/+4
* Add an option to allow copying of a hierarchy while linking he regular files.julian2006-08-241-2/+8
* o Call fts_close() before exit.maxim2006-07-041-0/+1
* Attempt to complete the userspace integration of POSIX.1e extended ACLs.csjp2005-09-051-1/+4
* /*- or .\"- or #- to begin license clauses.imp2005-01-101-1/+1
* Remove clause 3 from the UCB licenses.markm2004-04-061-4/+0
* pass -1 to setfile in cp.cjmg2003-06-301-1/+1
* Quiet warnings about copyright[].obrien2003-05-011-2/+2
* 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
OpenPOWER on IntegriCloud