summaryrefslogtreecommitdiff
path: root/libbb/copy_file_chunk.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Copy files until EOF, not the reported file size, to deal with bad sizes inMatt Kraai2001-06-111-27/+35
| | | | the proc filesystem.
* Change size to unsinged long long, so if -1 is passed it will read as much ↵Glenn L McGrath2001-04-121-1/+4
| | | | as possible.
* remove unused clearerr statementsGlenn L McGrath2001-04-121-2/+0
|
* copy_file_chunk uses streams now.Glenn L McGrath2001-04-111-15/+20
|
* A first pass at making D_FILE_OFFSET_BITS=64 work, fromEric Andersen2001-04-051-2/+2
| | | | Jari Ruusu <jari.ruusu@pp.inet.fi>
* Convert utility.c into libbb.a. It is now a whole pile of .cEric Andersen2001-03-161-0/+60
files. Clean up the resulting damage and fix up the makefile. -Erik