summaryrefslogtreecommitdiff
path: root/bin/cp
AgeCommit message (Expand)Author
2001-12-20Drop unnecessary .Pps.wiz
2001-12-20Whitespace nits.wiz
2001-09-13ANSIfication and some KNF fixes by Petri Koistinen from bin/13681.wiz
2001-08-30enable use of mmap(), falling back to read()/write() if mmap() fails.chs
2001-07-18Use madvise(2) after mmap(2) in case "VM_AND_BUFFER_CACHE_SYNCHRONIZED"tron
2000-09-04For commands and utilities, use EXIT STATUS rather than RETURN VALUES askleink
2000-08-28Add 'RETURN VALUE' section header.hubertf
2000-07-07errx?/warnx? audit. do not pass variable alone, use %s. idea from openbsditojun
2000-07-03include <stdlib.h>, <string.h>, or whatever as appropriate to shut upmatt
1999-09-05Initialize locale on startup.kleink
1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
1999-03-01Correct behaviour in case of dangling symlinks: they would be (contrarymjl
1999-02-25Got rid of redundant error message (X is a directory (not copied). wasdean
1998-10-08Fix bug where "cp -f" didn't work.wsanchez
1998-08-19Add some braces to keep egcs happy.thorpej
1998-07-28Be more retentive about use of NOTREACHED and noreturn.mycroft
1998-07-28Delint.mycroft
1998-07-28Delint.mycroft
1998-07-28Delint.mycroft
1998-02-20Nit: Use MAP_SHARED for read-only mappings where appropriate.mycroft
1998-02-17Use MAP_PRIVATE|MAP_FILE instead of 0 in mmap().augustss
1997-10-19Use futimes(2) if possible. Also correct an error message.mycroft
1997-10-19Preserve owner/group/mode/atime/mtime of symlink if -p flag is given.enami
1997-10-11Use .Nm "" instead of .Nm cp in SYNOPSIS.enami
1997-10-10all but the first .Nm in SYNOPSIS need to be spelt out. [bin/4256]lukem
1997-09-14* getopt returns -1 not EOFlukem
1997-07-20Remove WARNS=1 from all the subdirectory Makefiles, and add it to Makefile.incchristos
1997-07-20Build with WARNS.thorpej
1997-07-20- Use __COPYRIGHT() and __RCSID()thorpej
1997-05-21Fix one remaining botch when copying directory trees using -R.kleink
1997-05-19Fix thinko in last commit, causing "cp file /" to succeed butkleink
1997-05-15add missing close-brackets; from Greg Oster in PR bin/3613.mikel
1997-04-09Fix lossage with new namei() when the destination given is "/";kleink
1997-02-26Patch from BSDI (via Keith Bostic):cgd
1997-01-09kill use of registertls
1995-09-07Sync with 4.4lite2jtc
1995-08-02Don't remove the destination file if there is a write error. This isjtc
1995-07-25Use "utility" instead of "command". Modern definitions of these termsjtc
1995-07-25s/HISTORY/STANDARDS/; noted by Masanobu Saitoh in PR#1269jtc
1995-04-02Fix typo in S_FIFO case when copying recursively.mycroft
1995-03-21convert to new RCS id conventions.cgd
1995-01-26Fix core dump reported by Wolfram Schneider.mycroft
1994-09-22Clean up deleted files.mycroft
1994-09-22Merge 4.4-Lite version.mycroft
1994-09-22Import original 4.4-Lite version.mycroft
1994-03-28no more MAP_FILEcgd
1994-02-25POSIX.2 (and common sense) says that you can't overwrite a directory withjtc
1993-11-09Check user's response against both 'Y' and 'y' --- this is really supposedjtc
1993-10-30From Lennart Augustsson:mycroft
1993-08-07Clean up deleted files.mycroft