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 (
Collapse
)
Author
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
Config.h and using gcc's -fno-builtin. There are probably other files with the similar problems. Also, if building against uClibc, don't include asm/unistd.h in syscalls.c and module_syscalls.c.
2001-06-11
Copy files until EOF, not the reported file size, to deal with bad sizes in
Matt Kraai
the proc filesystem.
2001-04-30
Made new xreadlink function for libbb and changed applets to use it instead of
Mark Whitley
readlink(2).
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
Brian Webb <webbb@desertscenes.net>.
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
files. Clean up the resulting damage and fix up the makefile. -Erik
[prev]