Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copy files until EOF, not the reported file size, to deal with bad sizes in | Matt Kraai | 2001-06-11 | 1 | -27/+35 |
| | | | | the proc filesystem. | ||||
* | Change size to unsinged long long, so if -1 is passed it will read as much ↵ | Glenn L McGrath | 2001-04-12 | 1 | -1/+4 |
| | | | | as possible. | ||||
* | remove unused clearerr statements | Glenn L McGrath | 2001-04-12 | 1 | -2/+0 |
| | |||||
* | copy_file_chunk uses streams now. | Glenn L McGrath | 2001-04-11 | 1 | -15/+20 |
| | |||||
* | A first pass at making D_FILE_OFFSET_BITS=64 work, from | Eric Andersen | 2001-04-05 | 1 | -2/+2 |
| | | | | Jari Ruusu <jari.ruusu@pp.inet.fi> | ||||
* | Convert utility.c into libbb.a. It is now a whole pile of .c | Eric Andersen | 2001-03-16 | 1 | -0/+60 |
files. Clean up the resulting damage and fix up the makefile. -Erik |