Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
-Erik
|
|
|
|
-Erik
|
|
-Erik
|
|
done by Evin Robertson (bug#1105) and work from Manuel to make
usage messages occupy less space and simplify how usage messages
are displayed.
|
|
-Erik
|
|
|
|
|
|
|
|
* mkdir: remove 3 lines in source code.
* mkfs_minix: save 32 bytes, remove 4 bugs.
* mkswap: save 64 bytes, remove 1 bug.
|
|
|
|
functions so they comply with the original interface (i.e. don't
exit on error, stringify uids and gids when no amtching name found).
-Erik
|
|
|