Matt Kraai
|
9ef2ea27d4
* libbb/copy_file.c (copy_file): Check st_dev instead of st_rdev.
|
22 years ago |
Matt Kraai
|
ace02dc9cd
Make cp and mv optionally preserve hard links.
|
23 years ago |
Matt Kraai
|
14b7c5d12b
Open the source before creating the destination.
|
23 years ago |
Eric Andersen
|
bdfd0d78bc
Major rework of the directory structure and the entire build system.
|
23 years ago |
Matt Kraai
|
4c557bf576
Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE.
|
23 years ago |
Eric Andersen
|
75220b55ff
dfp might be used uninitialized. NULL it.
|
23 years ago |
Manuel Novoa III
|
a2949aa217
Add some missing includes to kill warnings when building with the default
|
23 years ago |
Matt Kraai
|
bf0a010cf7
Copy files until EOF, not the reported file size, to deal with bad sizes in
|
23 years ago |
Mark Whitley
|
8a633268ef
Made new xreadlink function for libbb and changed applets to use it instead of
|
24 years ago |
Matt Kraai
|
218aa370b4
Fix user permissions of copied directories.
|
24 years ago |
Matt Kraai
|
43ca13714b
Simplify permission handling for FIFOs.
|
24 years ago |
Matt Kraai
|
24abecc349
Fix exit status when there is an error copying a file.
|
24 years ago |
Matt Kraai
|
72ab975a6b
Terminate source correctly when copying symlink. Report and patch by
|
24 years ago |
Matt Kraai
|
01441036e9
Use generic flag names.
|
24 years ago |
Matt Kraai
|
9ff9325e60
Move applet_name declaration from busybox.h to libbb.h.
|
24 years ago |
Matt Kraai
|
91b2855ba8
Rewrite cp and mv to be SUSv2 compliant.
|
24 years ago |
Glenn L McGrath
|
6ebd633829
Set permissions of created file
|
24 years ago |
Glenn L McGrath
|
4949faf4b2
copy_file_chunk uses streams now.
|
24 years ago |
Eric Andersen
|
aad1a88c76
Convert utility.c into libbb.a. It is now a whole pile of .c
|
24 years ago |