aboutsummaryrefslogtreecommitdiff
path: root/bin/cp
Commit message (Expand)AuthorAgeFilesLines
* cp: Correct the list of non-portable flags.Dag-Erling Smørgrav2024-04-011-3/+5
* cp: Fix grammar in comment.Dag-Erling Smørgrav2024-03-281-1/+1
* cp: Remove useless ssize_t castCollin Funk2024-03-211-1/+1
* cp(1): Grammar fix in commentChia-Jung Chang2024-02-131-1/+1
* bin/cp: remove unreachable breakrilysh2024-01-031-1/+0
* cp: Move the -N flag in the manual page.Dag-Erling Smørgrav2023-12-141-5/+5
* cp: Further simplify the core logic.Dag-Erling Smørgrav2023-12-141-1/+2
* cp: Move the flags around a bit.Dag-Erling Smørgrav2023-12-141-7/+6
* cp: Split the basic_symlink test case in two.Dag-Erling Smørgrav2023-12-141-5/+19
* cp: Refactor the core logic.Dag-Erling Smørgrav2023-12-131-61/+60
* cp: Add tests for symbolic link case.Dag-Erling Smørgrav2023-12-131-0/+31
* cp: Add tests for hard link case.Dag-Erling Smørgrav2023-12-131-0/+32
* cp: Don't warn for chflags() failing with EOPNOTSUPP if flags == 0Warner Losh2023-12-071-2/+11
* cp: Add -N flag, inspired by NetBSD's similar flagWarner Losh2023-12-074-9/+16
* bin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-3/+0
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-9/+0
* bin: Remove ancient SCCS tags.Warner Losh2023-11-275-11/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-164-4/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-162-4/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-07-071-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* cp: Revert "If copy_file_range(2) fails with EXDEV, use fall-back."Mateusz Guzik2023-04-241-1/+1
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
* If copy_file_range(2) fails with EXDEV, use fall-back.Poul-Henning Kamp2023-04-041-1/+1
* cp: Adjust the sparse file tests.Dag-Erling Smørgrav2023-02-083-23/+98
* cp: Minor code cleanup.Dag-Erling Smørgrav2023-02-032-5/+3
* cp: Simplify the common case.Dag-Erling Smørgrav2023-02-022-90/+34
* cp: Add tests involving sparse files.Dag-Erling Smørgrav2023-02-021-0/+90
* cp: Fix build without VM_AND_BUFFER_CACHE_SYNCHRONIZED.Alexander Motin2022-08-301-10/+9
* cp: fix -R recursion detectionKyle Evans2022-04-062-42/+57
* cp: Make -P work without -R as per POSIXCameron Katri2022-02-233-9/+31
* cp: fix -R with linksKyle Evans2022-02-222-4/+83
* cp: fix some cases with infinite recursionKyle Evans2022-01-272-5/+147
* cp: fix indentationBaptiste Daroussin2021-01-271-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
| |\