aboutsummaryrefslogtreecommitdiff
path: root/bin/cp/utils.c
Commit message (Expand)AuthorAgeFilesLines
* cp: fix indentationBaptiste Daroussin2021-01-271-1/+1
* cp(1): fix performance issue for large non-sparse file copiesRick Macklem2021-01-031-6/+5
* 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-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Cleanup some style(9) issues.Bryan Drewery2015-06-081-29/+38
* Implement '-s' to copy as symlink, similar to the current -l link(2) handling.Bryan Drewery2015-06-071-19/+27
* Cleanup some indentation issues.Bryan Drewery2015-06-071-9/+8
* 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
* 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
* Change all our own code to use st_*tim instead of st_*timespec.Ed Schouten2010-03-281-2/+2
* Implement an "-x" option to cp(1), for compatibility with Linux andGavin Atkinson2010-01-171-2/+2
* Add NFSv4 ACL support to cp(1) and fix a few memory leaks.Edward Tomasz Napierala2009-09-021-30/+93
* Preserve file flags on symlinks in cp -Rp.Jilles Tjoelker2009-05-301-1/+1
* Teach cat(1) and cp(1) to use a larger buffer if enough memory is presentIvan Voras2008-10-301-2/+29
* Add fallback when mmap fails on regular files. Some filesystems,Diomidis Spinellis2008-10-271-30/+28
* Remove redundant close(2).Edward Tomasz Napierala2008-09-091-1/+0
* Fix ACL preservation, apparently broken in 1.47.Edward Tomasz Napierala2008-08-071-1/+3
* Add an '-a' option which is identical to specifying '-RpP' forJohn Baldwin2008-03-101-2/+2
* o Style(9).Maxim Konovalov2006-10-071-9/+7
* o Avoid division by zero.Maxim Konovalov2006-10-071-3/+8
* o Hold copied bytes counter in off_t. This prevents statisticsMaxim Konovalov2006-10-061-1/+1
* - Fix options order.Ruslan Ermilov2006-08-251-2/+2
* Remove a stray -a option that probably sneaked in from julian'sRuslan Ermilov2006-08-251-2/+2
* Add an option to allow copying of a hierarchy while linking he regular files.Julian Elischer2006-08-241-77/+92
* Attempt to complete the userspace integration of POSIX.1e extended ACLs.Christian S.J. Peron2005-09-051-0/+80
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-091-2/+3
* Plug file descriptor leak in implementation of -n option.Tim J. Robbins2004-06-051-0/+1
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-061-4/+0
* Don't mmap(2) and munmap(2) zero-length files.Alan Cox2003-11-131-1/+2
* support saving both user/group and permissions on symlinks (from PR)John-Mark Gurney2003-06-221-13/+20
* Add a SIGINFO handler.Matthew N. Dodd2003-04-071-0/+22
* Constify and staticify for lint.Mark Murray2002-10-181-2/+2
* Fix some easy WARNS.Mark Murray2002-07-311-4/+4
* Add the -n option, which automatically answers "no" to the overwrite question.Johan Karlsson2002-07-231-3/+7
* Fix some low-hanging lint-fruit: endianness and staticness warnings.Mark Murray2002-07-031-2/+4
* Consistently use __FBSDIDDavid E. O'Brien2002-06-301-2/+2
* Fix warnings inspired by lint, a commercial lint and WARNS=4.Mark Murray2002-02-221-10/+6
* Modernization effort for bin/c*:Warner Losh2002-02-021-16/+6
* Typo in warning message (chown should be chmod).Stephen McKay2001-12-111-1/+1
* Add more headers that are required with -fno-builtin (stdlib and strings)Dag-Erling Smørgrav2001-06-191-0/+1
* Removed the broken code which claimed to lose the set[ug]id bits inBruce Evans2001-06-111-17/+3
* Migrate from using MAXPATHLEN to MAX_PATH. Use strlcpy to copy theWarner Losh2001-05-161-1/+2
* Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and therebyGarrett Wollman2000-10-101-0/+1
* fix cp -vi bugMichael Haro2000-01-231-2/+3
* brucify and move printf() to catch cases of special filesMichael Haro1999-08-291-5/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1