Age | Commit message (Collapse) | Author |
|
fixing bug http://bugs.uclibc.org/view.php?id=231
|
|
|
|
|
|
major breaking.
|
|
it seemed like a good idea at the time.
|
|
reading untill eof which breaks tar
|
|
|
|
archive_xread can be replaced with bb_full_read, and archive_copy_file
with bb_copyfd*
bb_copyfd is split into two functions bb_copyfd_size and bb_copyfd_eof,
they share a common backend.
|
|
|
|
|
|
|
|
-Erik
|
|
|
|
(used by cat, grep, sed, etc) quite a bit faster.
|