| Commit message (Expand) | Author | Age | Files | Lines |
* | Add META_MODE support. | sjg | 2015-06-13 | 1 | -0/+18 |
|\ |
|
| * | dirdeps.mk now sets DEP_RELDIR | sjg | 2015-06-08 | 1 | -2/+0 |
| * | Merge sync of head | sjg | 2015-05-27 | 2 | -33/+7 |
| |\ |
|
| * | | Updated dependencies | sjg | 2014-05-16 | 1 | -1/+0 |
| * | | Updated dependencies | sjg | 2014-05-10 | 1 | -0/+2 |
| * | | sync from head | sjg | 2013-04-12 | 1 | -1/+22 |
| |\ \ |
|
| * | | | Updated dependencies | sjg | 2013-03-11 | 1 | -0/+1 |
| * | | | Updated dependencies | sjg | 2013-02-16 | 1 | -2/+0 |
| * | | | Sync with HEAD. | obrien | 2013-02-08 | 2 | -8/+23 |
| |\ \ \ |
|
| | \ \ \ | |
| | \ \ \ | |
| *-. \ \ \ | Sync from head | sjg | 2012-11-04 | 1 | -2/+2 |
| |\ \ \ \ \ |
|
| * | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 1 | -0/+19 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Cleanup some style(9) issues. | bdrewery | 2015-06-08 | 2 | -42/+52 |
* | | | | | | Implement '-s' to copy as symlink, similar to the current -l link(2) handling. | bdrewery | 2015-06-07 | 4 | -28/+46 |
* | | | | | | Cleanup some indentation issues. | bdrewery | 2015-06-07 | 1 | -9/+8 |
| |_|_|_|/
|/| | | | |
|
* | | | | | cp: Remove fts sorting. | jilles | 2015-05-05 | 1 | -28/+1 |
* | | | | | cp,mv: Use futimens() instead of utimensat() if possible. | jilles | 2015-03-23 | 1 | -1/+1 |
* | | | | | cp,mv,touch: Set timestamps with nanosecond precision. | jilles | 2015-01-24 | 1 | -5/+6 |
| |_|_|/
|/| | | |
|
* | | | | Add a few examples. | joel | 2013-03-15 | 1 | -1/+22 |
| |_|/
|/| | |
|
* | | | Return with an error from copy_link(), copy_fifo() and copy_special() if | markj | 2013-01-27 | 1 | -0/+17 |
* | | | Return "failure" as we do for 'cp -i' and a "n" answer. | obrien | 2013-01-23 | 1 | -1/+1 |
* | | | Remove useless variable 'Pflag': | eadler | 2013-01-17 | 1 | -7/+5 |
| |/
|/| |
|
* | | Explicitly mention that "cp -p" copies ACLs. | trasz | 2012-09-04 | 1 | -2/+2 |
|/ |
|
* | Don't try to copy a socket after "xxx is a socket (not copied)." message. | trasz | 2010-06-05 | 1 | -0/+1 |
* | Change all our own code to use st_*tim instead of st_*timespec. | ed | 2010-03-28 | 1 | -2/+2 |
* | Implement an "-x" option to cp(1), for compatibility with Linux and | gavin | 2010-01-17 | 3 | -7/+12 |
* | Add NFSv4 ACL support to cp(1) and fix a few memory leaks. | trasz | 2009-09-02 | 1 | -30/+93 |
* | Preserve file flags on symlinks in cp -Rp. | jilles | 2009-05-30 | 1 | -1/+1 |
* | Make 'struct acl' larger, as required to support NFSv4 ACLs. Provide | trasz | 2009-05-22 | 1 | -1/+1 |
* | Teach cat(1) and cp(1) to use a larger buffer if enough memory is present | ivoras | 2008-10-30 | 1 | -2/+29 |
* | Add fallback when mmap fails on regular files. Some filesystems, | dds | 2008-10-27 | 1 | -30/+28 |
* | Remove redundant close(2). | trasz | 2008-09-09 | 1 | -1/+0 |
* | Fix ACL preservation, apparently broken in 1.47. | trasz | 2008-08-07 | 1 | -1/+3 |
* | Add an '-a' option which is identical to specifying '-RpP' for | jhb | 2008-03-10 | 3 | -5/+15 |
* | As suggested, replace earlier changed warnx() / exit() with an errx() | edwin | 2007-12-26 | 1 | -4/+3 |
* | When copying multiple files to a directory, make sure that a proper | edwin | 2007-12-25 | 1 | -1/+1 |
* | Fix typo. | ceri | 2006-11-02 | 1 | -1/+1 |
* | Wording nits. | trhodes | 2006-10-27 | 1 | -11/+7 |
* | Flesh out the compatibility section a little bit. Bump doc date. | trhodes | 2006-10-24 | 1 | -30/+20 |
* | Fix style(9) bugs in previous commit. | trhodes | 2006-10-11 | 1 | -7/+4 |
* | Make -r a synonym for -R, similar to behavior on Linux while being backwards | trhodes | 2006-10-07 | 2 | -14/+41 |
* | o Style(9). | maxim | 2006-10-07 | 1 | -9/+7 |
* | o Avoid division by zero. | maxim | 2006-10-07 | 1 | -3/+8 |
* | o Hold copied bytes counter in off_t. This prevents statistics | maxim | 2006-10-06 | 1 | -1/+1 |
* | Move the -l option processing to where it belongs. | ru | 2006-09-29 | 1 | -4/+4 |
* | - Fix options order. | ru | 2006-08-25 | 2 | -7/+7 |
* | Remove a stray -a option that probably sneaked in from julian's | ru | 2006-08-25 | 1 | -2/+2 |
* | Add an option to allow copying of a hierarchy while linking he regular files. | julian | 2006-08-24 | 4 | -82/+105 |
* | o Call fts_close() before exit. | maxim | 2006-07-04 | 1 | -0/+1 |
* | Attempt to complete the userspace integration of POSIX.1e extended ACLs. | csjp | 2005-09-05 | 3 | -1/+86 |
* | Fix a few markup nits in previous commit. | trhodes | 2005-02-25 | 1 | -1/+3 |