| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cp: Clarify an obscure comment. | Dag-Erling Smørgrav | 2024-04-27 | 2 | -11/+29 |
| * | cp: Improved conformance when copying directories. | Dag-Erling Smørgrav | 2024-04-08 | 2 | -12/+23 |
| * | cp: Add tests for hard link case. | Dag-Erling Smørgrav | 2024-01-17 | 4 | -78/+154 |
| * | cp: Add -N flag, inspired by NetBSD's similar flag | Warner Losh | 2024-01-17 | 4 | -11/+27 |
| * | Remove $FreeBSD$: one-line nroff pattern | Warner Losh | 2023-08-23 | 1 | -1/+0 |
| * | Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-23 | 4 | -4/+0 |
| * | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-23 | 2 | -4/+0 |
| * | Remove $FreeBSD$: one-line .h pattern | Warner Losh | 2023-08-23 | 1 | -1/+0 |
| * | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-07-25 | 1 | -1/+1 |
| * | cp: Add tests involving sparse files. | Dag-Erling Smørgrav | 2023-02-09 | 6 | -95/+202 |
| * | cp: Fix build without VM_AND_BUFFER_CACHE_SYNCHRONIZED. | Alexander Motin | 2022-09-06 | 1 | -10/+9 |
| * | cp: fix -R recursion detection | Kyle Evans | 2022-04-24 | 2 | -42/+57 |
| * | cp: fix some cases with infinite recursion | Kyle Evans | 2022-04-24 | 2 | -5/+147 |
| * | cp: Make -P work without -R as per POSIX | Cameron Katri | 2022-03-09 | 3 | -9/+31 |
| * | cp: fix -R with links | Kyle Evans | 2022-03-09 | 2 | -4/+83 |
| * | cp: fix indentation | Baptiste Daroussin | 2021-05-05 | 1 | -1/+1 |
| * | cp(1): fix performance issue for large non-sparse file copies | Rick Macklem | 2021-01-03 | 1 | -6/+5 |
| * | fts_read: Handle error from a NULL return better. | Bryan Drewery | 2020-12-08 | 1 | -1/+2 |
| * | cp(1): Bugfixes for some issues reported by mandoc | Gordon Bergling | 2020-10-03 | 1 | -3/+3 |
| * | cp: tests: fix weird 20 insertion | Kyle Evans | 2020-09-23 | 1 | -1/+2 |
| * | cp: add some basic tests | Kyle Evans | 2020-09-23 | 3 | -0/+75 |
| * | cp: fall back to read/write if copy_file_range fails | Alan Somers | 2020-09-11 | 1 | -4/+35 |
| * | cp: use copy_file_range(2) | Alan Somers | 2020-09-10 | 1 | -21/+10 |
| * | General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 3 | -0/+6 |
| * | DIRDEPS_BUILD: Update dependencies. | Bryan Drewery | 2017-10-31 | 1 | -1/+0 |
| * | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 4 | -4/+4 |
| * | Explicitly add unmarked bin/ binaries to the runtime package. | Glen Barber | 2016-02-09 | 1 | -0/+1 |
| * | Add META_MODE support. | Simon J. Gerraty | 2015-06-13 | 1 | -0/+18 |
| |\ | |||||
| | * | dirdeps.mk now sets DEP_RELDIR | Simon J. Gerraty | 2015-06-08 | 1 | -2/+0 |
| | * | Merge sync of head | Simon J. Gerraty | 2015-05-27 | 2 | -33/+7 |
| | |\ | |||||
| | * | | Updated dependencies | Simon J. Gerraty | 2014-05-16 | 1 | -1/+0 |
| | * | | Updated dependencies | Simon J. Gerraty | 2014-05-10 | 1 | -0/+2 |
| | * | | sync from head | Simon J. Gerraty | 2013-04-12 | 1 | -1/+22 |
| | |\ \ | |||||
| | * | | | Updated dependencies | Simon J. Gerraty | 2013-03-11 | 1 | -0/+1 |
| | * | | | Updated dependencies | Simon J. Gerraty | 2013-02-16 | 1 | -2/+0 |
| | * | | | Sync with HEAD. | David E. O'Brien | 2013-02-08 | 2 | -8/+23 |
| | |\ \ \ | |||||
| | * \ \ \ | Sync from head | Simon J. Gerraty | 2012-11-04 | 1 | -2/+2 |
| | |\ \ \ \ | |||||
| | * | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | Marcel Moolenaar | 2012-08-22 | 1 | -0/+19 |
| * | | | | | | Cleanup some style(9) issues. | Bryan Drewery | 2015-06-08 | 2 | -42/+52 |
| * | | | | | | Implement '-s' to copy as symlink, similar to the current -l link(2) handling. | Bryan Drewery | 2015-06-07 | 4 | -28/+46 |
| * | | | | | | Cleanup some indentation issues. | Bryan Drewery | 2015-06-07 | 1 | -9/+8 |
| | |_|_|_|/ |/| | | | | |||||
| * | | | | | cp: Remove fts sorting. | Jilles Tjoelker | 2015-05-05 | 1 | -28/+1 |
| * | | | | | cp,mv: Use futimens() instead of utimensat() if possible. | Jilles Tjoelker | 2015-03-23 | 1 | -1/+1 |
| * | | | | | cp,mv,touch: Set timestamps with nanosecond precision. | Jilles Tjoelker | 2015-01-24 | 1 | -5/+6 |
| | |_|_|/ |/| | | | |||||
| * | | | | Add a few examples. | Joel Dahl | 2013-03-15 | 1 | -1/+22 |
| | |_|/ |/| | | |||||
| * | | | Return with an error from copy_link(), copy_fifo() and copy_special() if | Mark Johnston | 2013-01-27 | 1 | -0/+17 |
| * | | | Return "failure" as we do for 'cp -i' and a "n" answer. | David E. O'Brien | 2013-01-23 | 1 | -1/+1 |
| * | | | Remove useless variable 'Pflag': | Eitan Adler | 2013-01-17 | 1 | -7/+5 |
| | |/ |/| | |||||
| * | | Explicitly mention that "cp -p" copies ACLs. | Edward Tomasz Napierala | 2012-09-04 | 1 | -2/+2 |
| |/ | |||||
| * | Don't try to copy a socket after "xxx is a socket (not copied)." message. | Edward Tomasz Napierala | 2010-06-05 | 1 | -0/+1 |
