Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-12 | Change size to unsinged long long, so if -1 is passed it will read as much ↵ | Glenn L McGrath | |
as possible. | |||
2001-04-12 | remove unused clearerr statements | Glenn L McGrath | |
2001-04-11 | copy_file_chunk uses streams now. | Glenn L McGrath | |
2001-04-05 | A first pass at making D_FILE_OFFSET_BITS=64 work, from | Eric Andersen | |
Jari Ruusu <jari.ruusu@pp.inet.fi> | |||
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 |