index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
/
copy_file.c
Age
Commit message (
Expand
)
Author
2006-04-12
- add and use bb_opendir(), bb_xopendir().
Bernhard Reutner-Fischer
2006-04-03
- move buffer allocation schemes to libbb.h
Bernhard Reutner-Fischer
2006-03-14
Attempt to make a warning go away without increasing size.
Rob Landley
2006-01-25
just whitespace
Tim Riker
2005-11-01
Fix cp /dev/null filename, and a few in-passing cleanups.
Rob Landley
2005-07-19
applying fix for:
Paul Fox
2005-07-19
applying fix from:
Paul Fox
2005-04-14
fake out support for POSIX -H and -L options since busybox cp dereferences ev...
Mike Frysinger
2004-04-19
Dont try and preserve hard links to directories.
Glenn L McGrath
2004-02-22
For the time being, revert the changes for detecting copying
Eric Andersen
2004-02-19
Chris Larson (kergoth) writes:
Eric Andersen
2004-02-19
Chris Larson (kergoth) writes:
Eric Andersen
2004-01-11
Patch from Matt Kraai to fix debian bug #227081
Glenn L McGrath
2003-12-20
Use low level file descriptors to match bb_copyfd_eof
Glenn L McGrath
2003-11-21
As we no longer use function pointers for read in common archiving code
Glenn L McGrath
2003-05-26
Vodz, last_patch_86
Glenn L McGrath
2003-03-19
Major coreutils update.
Manuel Novoa III
2002-12-13
Merge copyfd and copy_file_chunk
Glenn L McGrath
2002-09-17
last_patch56 from vodz to simplify copy_file logic
Eric Andersen
2002-09-16
Let people force overwrite links
Eric Andersen
2002-09-16
Properly honor FILEUTILS_INTERACTIVE and FILEUTILS_FORCE for
Eric Andersen
2002-06-11
* libbb/copy_file.c (copy_file): Check st_dev instead of st_rdev.
Matt Kraai
2001-12-17
Make cp and mv optionally preserve hard links.
Matt Kraai
2001-12-11
Open the source before creating the destination.
Matt Kraai
2001-10-24
Major rework of the directory structure and the entire build system.
Eric Andersen
2001-10-05
Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE.
Matt Kraai
2001-08-21
dfp might be used uninitialized. NULL it.
Eric Andersen
2001-06-29
Add some missing includes to kill warnings when building with the default
Manuel Novoa III
2001-06-11
Copy files until EOF, not the reported file size, to deal with bad sizes in
Matt Kraai
2001-04-30
Made new xreadlink function for libbb and changed applets to use it instead of
Mark Whitley
2001-04-30
Fix user permissions of copied directories.
Matt Kraai
2001-04-30
Simplify permission handling for FIFOs.
Matt Kraai
2001-04-30
Fix exit status when there is an error copying a file.
Matt Kraai
2001-04-27
Terminate source correctly when copying symlink. Report and patch by
Matt Kraai
2001-04-24
Use generic flag names.
Matt Kraai
2001-04-24
Move applet_name declaration from busybox.h to libbb.h.
Matt Kraai
2001-04-23
Rewrite cp and mv to be SUSv2 compliant.
Matt Kraai
2001-04-20
Set permissions of created file
Glenn L McGrath
2001-04-11
copy_file_chunk uses streams now.
Glenn L McGrath
2001-03-16
Convert utility.c into libbb.a. It is now a whole pile of .c
Eric Andersen