aboutsummaryrefslogtreecommitdiff
path: root/bin/cp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix style(9) bugs in previous commit.Tom Rhodes2006-10-111-7/+4
* Make -r a synonym for -R, similar to behavior on Linux while being backwardsTom Rhodes2006-10-072-14/+41
* o Style(9).Maxim Konovalov2006-10-071-9/+7
* o Avoid division by zero.Maxim Konovalov2006-10-071-3/+8
* o Hold copied bytes counter in off_t. This prevents statisticsMaxim Konovalov2006-10-061-1/+1
* Move the -l option processing to where it belongs.Ruslan Ermilov2006-09-291-4/+4
* - Fix options order.Ruslan Ermilov2006-08-252-7/+7
* Remove a stray -a option that probably sneaked in from julian'sRuslan Ermilov2006-08-251-2/+2
* Add an option to allow copying of a hierarchy while linking he regular files.Julian Elischer2006-08-244-82/+105
* o Call fts_close() before exit.Maxim Konovalov2006-07-041-0/+1
* Attempt to complete the userspace integration of POSIX.1e extended ACLs.Christian S.J. Peron2005-09-053-1/+86
* Fix a few markup nits in previous commit.Tom Rhodes2005-02-251-1/+3
* Note how cp(1) handles directories ending in "/."Tom Rhodes2005-02-241-1/+5
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-091-2/+3
* Add the new standard EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-161-1/+1
* /*- or .\"- or #- to begin license clauses.Warner Losh2005-01-102-1/+2
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+2
* Plug file descriptor leak in implementation of -n option.Tim J. Robbins2004-06-051-0/+1
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-064-16/+0
* Don't mmap(2) and munmap(2) zero-length files.Alan Cox2003-11-131-1/+2
* pass -1 to setfile in cp.cJohn-Mark Gurney2003-06-301-1/+1
* support saving both user/group and permissions on symlinks (from PR)John-Mark Gurney2003-06-221-13/+20
* Clarify what -p option does.Ruslan Ermilov2003-06-071-11/+12
* Quiet warnings about copyright[].David E. O'Brien2003-05-011-2/+2
* Include <signal.h> instead of depending on namespace pollution inBruce Evans2003-04-131-1/+2
* Fixed some style bugs in rev.1.44.Bruce Evans2003-04-131-3/+2
* Use the correct data type and qualifier for signal flag.Matthew N. Dodd2003-04-072-2/+2
* Add a SIGINFO handler.Matthew N. Dodd2003-04-074-0/+45
* Constify and staticify for lint.Mark Murray2002-10-183-6/+6
* cp -p could report success even if a file copy failed. This was due toStephen McKay2002-09-221-3/+4
* Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the structGarrett Wollman2002-09-211-2/+2
* Bump document date for the -n option.Johan Karlsson2002-08-161-1/+1
* mdoc(7) police: grammar.Ruslan Ermilov2002-08-091-1/+1
* Fix some easy WARNS.Mark Murray2002-07-311-4/+4
* Add the -n option, which automatically answers "no" to the overwrite question.Johan Karlsson2002-07-234-12/+35
* Revert previous delta, which is not required with rev 1.5 ofSheldon Hearn2002-07-151-1/+0
* Set WFORMAT=0, because our compiler currently complains about NULLSheldon Hearn2002-07-111-0/+1
* err() is documented as allowing NULL for the format string but GCC isn'tMatthew Dillon2002-07-101-1/+1
* Fix some low-hanging lint-fruit: endianness and staticness warnings.Mark Murray2002-07-032-4/+6
* Consistently use __FBSDIDDavid E. O'Brien2002-06-302-4/+4
* When -R is not specified, fail to copy the contents of dangling symlinksTim J. Robbins2002-06-131-3/+11
* Optimize prev. commit code a bitAndrey A. Chernov2002-05-171-4/+4
* Trailing slash fixes.Andrey A. Chernov2002-05-171-2/+12
* Add semicolon to empty default case to silence warning.Alfred Perlstein2002-05-111-0/+1
* Fixed some style bugs in revs 1.1 and 1.4.Bruce Evans2002-02-231-4/+4
* Fix warnings inspired by lint, a commercial lint and WARNS=4.Mark Murray2002-02-224-21/+20
* Modernization effort for bin/c*:Warner Losh2002-02-023-33/+17
* Bruce thought some of the comments I added were not clear enough. This isStephen McKay2002-01-011-8/+8
* The previous fix caused cp to emit spurious warnings under someStephen McKay2001-12-231-22/+26
* Preserve directory timestamps with -p. Allow non-empty read-onlyStephen McKay2001-12-111-11/+39