aboutsummaryrefslogtreecommitdiff
path: root/bin/cp
Commit message (Expand)AuthorAgeFilesLines
* cp: Clarify an obscure comment.Dag-Erling Smørgrav2024-04-272-11/+29
* cp: Improved conformance when copying directories.Dag-Erling Smørgrav2024-04-082-12/+23
* cp: Add tests for hard link case.Dag-Erling Smørgrav2024-01-174-78/+154
* cp: Add -N flag, inspired by NetBSD's similar flagWarner Losh2024-01-174-11/+27
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-231-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-234-4/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-232-4/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-231-1/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* cp: Add tests involving sparse files.Dag-Erling Smørgrav2023-02-096-95/+202
* cp: Fix build without VM_AND_BUFFER_CACHE_SYNCHRONIZED.Alexander Motin2022-09-061-10/+9
* cp: fix -R recursion detectionKyle Evans2022-04-242-42/+57
* cp: fix some cases with infinite recursionKyle Evans2022-04-242-5/+147
* cp: Make -P work without -R as per POSIXCameron Katri2022-03-093-9/+31
* cp: fix -R with linksKyle Evans2022-03-092-4/+83
* cp: fix indentationBaptiste Daroussin2021-05-051-1/+1
* cp(1): fix performance issue for large non-sparse file copiesRick Macklem2021-01-031-6/+5
* fts_read: Handle error from a NULL return better.Bryan Drewery2020-12-081-1/+2
* cp(1): Bugfixes for some issues reported by mandocGordon Bergling2020-10-031-3/+3
* cp: tests: fix weird 20 insertionKyle Evans2020-09-231-1/+2
* cp: add some basic testsKyle Evans2020-09-233-0/+75
* cp: fall back to read/write if copy_file_range failsAlan Somers2020-09-111-4/+35
* cp: use copy_file_range(2)Alan Somers2020-09-101-21/+10
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-203-0/+6
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Renumber copyright clause 4Warner Losh2017-02-284-4/+4
* Explicitly add unmarked bin/ binaries to the runtime package.Glen Barber2016-02-091-0/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-272-33/+7
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | sync from headSimon J. Gerraty2013-04-121-1/+22
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | Sync with HEAD.David E. O'Brien2013-02-082-8/+23
| |\ \ \
| * \ \ \ Sync from headSimon J. Gerraty2012-11-041-2/+2
| |\ \ \ \
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | | | | Cleanup some style(9) issues.Bryan Drewery2015-06-082-42/+52
* | | | | | Implement '-s' to copy as symlink, similar to the current -l link(2) handling.Bryan Drewery2015-06-074-28/+46
* | | | | | Cleanup some indentation issues.Bryan Drewery2015-06-071-9/+8
| |_|_|_|/ |/| | | |
* | | | | cp: Remove fts sorting.Jilles Tjoelker2015-05-051-28/+1
* | | | | cp,mv: Use futimens() instead of utimensat() if possible.Jilles Tjoelker2015-03-231-1/+1
* | | | | cp,mv,touch: Set timestamps with nanosecond precision.Jilles Tjoelker2015-01-241-5/+6
| |_|_|/ |/| | |
* | | | Add a few examples.Joel Dahl2013-03-151-1/+22
| |_|/ |/| |
* | | Return with an error from copy_link(), copy_fifo() and copy_special() ifMark Johnston2013-01-271-0/+17
* | | Return "failure" as we do for 'cp -i' and a "n" answer.David E. O'Brien2013-01-231-1/+1
* | | Remove useless variable 'Pflag':Eitan Adler2013-01-171-7/+5
| |/ |/|
* | Explicitly mention that "cp -p" copies ACLs.Edward Tomasz Napierala2012-09-041-2/+2
|/
* Don't try to copy a socket after "xxx is a socket (not copied)." message.Edward Tomasz Napierala2010-06-051-0/+1