Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
-Erik
|
|
|
|
|
|
|
|
|
|
-Erik
|
|
|
|
shadowed variables. Move (almost) all syscalls to libbb/syscalls.c, so I can
handle them sanely and all at once.
-Erik
|
|
not going to scale up as well as I would like, and Matt Kraai and I have
discussed a better long term solution. But for now this will at least make all
the human-readable apps give correct answers.
Please test the human readable/non-human readable options on your systems!!!
-Erik
|
|
-Erik
|
|
used by 'du' and 'df'. Now we just need to fix make_human_readable_str
so it behaves they way it used to before Matt fixed it.
|
|
file size. Should close bug #1140.
|
|
|
|
cleans up most of the now-revealed problems.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Problem was 512/1024 = 0 if you use longs, so I cast KILOBYTE to a double, then
cast the result back to an int after the math is done, letting C's type
promotion do its magic for the rest.
-Erik
|
|
|
|
namespace polluting things that really should be static.
|
|
warnings with glibc 2.2 and use always use xfopen
-Erik
|
|
|
|
'format' function to 'make_human_readable_str'.
|
|
since my last pass only fixed 'du -h' but left the others broken.
|
|
-Erik
|
|
-Erik
|
|
|
|
check this stuff in.
-Erik
|
|
recovery_mode and changed option processing.
|
|
checking for some my_* functions to utility.c
|
|
|
|
-Erik
|
|
|
|
-Erik
|
|
|
|
|
|
-Erik
|
|
header file usage before the 0.49 release. To fix it, I had to move
the '#include "busybox.h"' to the end of the list of #include files.
-Erik
|