CVS commit: src/bin/cp

2020-05-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri May 22 14:54:30 UTC 2020 Modified Files: src/bin/cp: cp.c Log Message: fix reversed test. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/bin/cp/cp.c Please note that diffs are not public domain; they ar

CVS commit: src/bin/cp

2018-12-22 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Sun Dec 23 01:29:23 UTC 2018 Modified Files: src/bin/cp: cp.1 Log Message: Clarify a sentence about the error handling of cp(1)'s -p option. Addresses PR bin/40336. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.

CVS commit: src/bin/cp

2018-07-17 Thread D'Arcy J.M. Cain
Module Name:src Committed By: darcy Date: Tue Jul 17 13:04:58 UTC 2018 Modified Files: src/bin/cp: utils.c Log Message: Re-order the code to short circuit all the opens and closes if linking. Discussed on tech-userlevel and agreed to by christos@. Testing suggests an order

CVS commit: src/bin/cp

2016-08-10 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Thu Aug 11 00:17:23 UTC 2016 Modified Files: src/bin/cp: cp.1 Log Message: Document the version cp first appeared. Bump date. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/bin/cp/cp.1 Please note that diffs a

CVS commit: src/bin/cp

2016-03-05 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Mar 5 19:48:56 UTC 2016 Modified Files: src/bin/cp: cp.c Log Message: The '-i' flag should work regardless of whether the standard input is a terminal. The Open Group notes this historic behavior and correctly notes that it doe

CVS commit: src/bin/cp

2016-02-28 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Feb 29 04:22:21 UTC 2016 Modified Files: src/bin/cp: utils.c Log Message: for display in the (post) SIGINFO handler use off_t not size_t for file sizes. fixes incorrect reporting errors on 32 bit platforms with >4GB file sizes.

CVS commit: src/bin/cp

2015-06-28 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Jun 28 16:22:54 UTC 2015 Modified Files: src/bin/cp: cp.1 Log Message: Add serial comma, use upper case for abbreviation, and remove apostrophe for plural. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/bin/

CVS commit: src/bin/cp

2015-03-02 Thread enami tsugutomo
Module Name:src Committed By: enami Date: Tue Mar 3 00:20:38 UTC 2015 Modified Files: src/bin/cp: utils.c Log Message: Fix the name of failed function in warning message. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/bin/cp/utils.c Please note that

CVS commit: src/bin/cp

2013-12-10 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Dec 11 06:00:11 UTC 2013 Modified Files: src/bin/cp: utils.c Log Message: Remove entirely bogus /* NOTREACHED */ annotation. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/bin/cp/utils.c Please note tha

CVS commit: src/bin/cp

2012-03-25 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Mar 25 22:37:08 UTC 2012 Modified Files: src/bin/cp: cp.1 Log Message: >From patch by Bug Hunting: - bump the manpage's date (because of the next change); - note that cp(1) does not preserve hard links (even with `-R'), and ref

CVS commit: src/bin/cp

2012-01-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 4 15:58:37 UTC 2012 Modified Files: src/bin/cp: cp.c extern.h utils.c Log Message: Add siginfo support from Daniel Loffgren. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/bin/cp/cp.c cvs rdiff -u -

CVS commit: src/bin/cp

2011-08-18 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Thu Aug 18 08:11:59 UTC 2011 Modified Files: src/bin/cp: cp.c Log Message: Remove warning about system extended attributes that cannot be copied, since it will always be displayed when an unprivilegied user moves files across filesy

CVS commit: src/bin/cp

2011-08-03 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Aug 3 15:44:15 UTC 2011 Modified Files: src/bin/cp: cp.1 Log Message: Adjust wording of previous and fix a couple grammar slipups/typos. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/bin/cp/cp.1 Pleas

CVS commit: src/bin/cp

2011-08-03 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Aug 3 14:02:59 UTC 2011 Modified Files: src/bin/cp: cp.1 Log Message: New sentence, new line. Remove trailing whitespace. Bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/bin/cp/cp.1 P

CVS commit: src/bin/cp

2011-08-03 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Wed Aug 3 12:55:03 UTC 2011 Modified Files: src/bin/cp: cp.1 Log Message: iExplain what happens to extended attriutes when -p is used. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/bin/cp/cp.1 Please note tha

CVS commit: src/bin/cp

2011-02-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Feb 6 12:49:33 UTC 2011 Modified Files: src/bin/cp: cp.1 Log Message: Put -l compatibility note in STANDARDS section. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/bin/cp/cp.1 Please note that diffs are no

CVS commit: src/bin/cp

2011-02-06 Thread D'Arcy J.M. Cain
Module Name:src Committed By: darcy Date: Sun Feb 6 12:37:49 UTC 2011 Modified Files: src/bin/cp: cp.1 cp.c extern.h utils.c Log Message: Add -l option to copy a tree as links. Non-standard option similar to Gnutools cp(1) Approved by core. To generate a diff of this co

CVS commit: src/bin/cp

2011-01-23 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Jan 24 07:22:57 UTC 2011 Modified Files: src/bin/cp: cp.1 Log Message: Use Fx. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/bin/cp/cp.1 Please note that diffs are not public domain; they are subject to the

CVS commit: src/bin/cp

2011-01-23 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Mon Jan 24 02:44:22 UTC 2011 Modified Files: src/bin/cp: cp.1 Log Message: document what -a is for To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/bin/cp/cp.1 Please note that diffs are not public domain; they a

CVS commit: src/bin/cp

2011-01-04 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Jan 4 10:35:10 UTC 2011 Modified Files: src/bin/cp: utils.c Log Message: Fix fd leak in error case. Found by cppcheck. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/bin/cp/utils.c Please note that diffs ar

CVS commit: src/bin/cp

2010-12-22 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Dec 22 09:02:32 UTC 2010 Modified Files: src/bin/cp: cp.1 Log Message: Sort option descriptions, bump date for -a. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/bin/cp/cp.1 Please note that diffs are not pu

CVS commit: src/bin/cp

2010-12-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Dec 22 05:46:26 UTC 2010 Modified Files: src/bin/cp: cp.1 Log Message: Say that -a is non-standard and -P is the default. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/bin/cp/cp.1 Please note that diff

CVS commit: src/bin/cp

2010-12-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 21 20:56:01 UTC 2010 Modified Files: src/bin/cp: cp.1 cp.c utils.c Log Message: Add -a archive flag. from Aleksey Cheusov To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/bin/cp/cp.1 cvs rdiff -u -r1.5

CVS commit: src/bin/cp

2010-10-25 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Mon Oct 25 08:19:47 UTC 2010 Modified Files: src/bin/cp: utils.c Log Message: Re-enable support for reading files smaller of at most 8MB via mmap(2). Write out the mmap-ed data in small chunks to avoid locking the output file for a

CVS commit: src/bin/cp

2010-10-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Oct 22 17:56:06 UTC 2010 Modified Files: src/bin/cp: utils.c Log Message: Disable mmap path. With the current vnode locking scheme it has a very annoying property: if the source media is slow (like a slow network), the target