aboutsummaryrefslogtreecommitdiff
path: root/bin/cp
Commit message (Expand)AuthorAgeFilesLines
* cp: Expect EINTR while copyingDag-Erling Smørgrav2026-02-111-2/+5
* cp: Fix copying the root directoryDag-Erling Smørgrav2025-11-222-1/+21
* cp: Simplify sameness checksDag-Erling Smørgrav2025-10-071-4/+4
* cp: Drop test helperDag-Erling Smørgrav2025-09-163-76/+1
* cp: Add descriptions to all test cases.Dag-Erling Smørgrav2025-07-091-11/+164
* cp: Add an option to visit sources in order.Dag-Erling Smørgrav2025-07-093-4/+26
* cp: Add GNU-compatible long options.Dag-Erling Smørgrav2025-07-095-53/+86
* cp: Fix typo in test case.Dag-Erling Smørgrav2025-07-021-1/+1
* cp: Don't rely on FTS_DP to keep track of depth.Dag-Erling Smørgrav2025-07-022-23/+104
* cp: Fix improper use of O_PATH.Dag-Erling Smørgrav2025-06-232-1/+19
* cp: Improve -p flag tests.Dag-Erling Smørgrav2025-06-101-24/+32
* cp: Improve to_root test case.Dag-Erling Smørgrav2025-05-311-8/+9
* cp: Fix copying to root directory.Dag-Erling Smørgrav2025-05-302-5/+29
* atf: Don't be deterred by weird umasks.Dag-Erling Smørgrav2025-05-241-10/+1
* cp: Avoid closing an invalid file descriptor.Dag-Erling Smørgrav2025-05-181-2/+8
* cp: Avoid prepending ./ in file-to-file case.Dag-Erling Smørgrav2025-05-153-36/+54
* cp: Fix issues with destination directory mode.Dag-Erling Smørgrav2025-05-102-4/+52
* cp: Fix dead link case.Dag-Erling Smørgrav2025-05-102-4/+9
* cp: Address style issues from external review.Dag-Erling Smørgrav2025-05-101-27/+27
* cp: Partly restore symlink folllowing.Dag-Erling Smørgrav2025-05-064-335/+508
* Remove references to rcp(1) since we no longer ship rcp.Jens Schweikhardt2025-04-191-1/+0
* cp: Improve error messages.Dag-Erling Smørgrav2025-04-151-9/+9
* Remove residual blank line at start of MakefileWarner Losh2024-07-152-2/+0
* cp: avoid a resource leakPierre Pronchery2024-05-231-0/+3
* cp: Use warnc().Dag-Erling Smørgrav2024-04-171-2/+1
* cp: Additional sanity check.Dag-Erling Smørgrav2024-04-171-7/+20
* cp: Clarify an obscure comment.Dag-Erling Smørgrav2024-04-171-2/+8
* cp: Never follow symbolic links in destination.Dag-Erling Smørgrav2024-04-082-39/+44
* cp: Improved conformance when copying directories.Dag-Erling Smørgrav2024-04-011-9/+18
* 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