Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-03-09 | Fixed df.c so that nfs volumes will display properly (fixing bug #1113). | Eric Andersen | |
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 | |||
2001-03-09 | Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup | Eric Andersen | |
warnings with glibc 2.2 and use always use xfopen -Erik | |||
2001-03-07 | Some minor cleanups to df.c. Also, with Erik's blessing, changed name of | Mark Whitley | |
'format' function to 'make_human_readable_str'. | |||
2001-03-07 | Static-ify a variable. make du work with all the human-readable variants | Eric Andersen | |
since my last pass only fixed 'du -h' but left the others broken. | |||
2001-03-07 | Fix up df so it works properly | Eric Andersen | |
-Erik | |||
2001-02-21 | Oops! I left in my debug noise. | Eric Andersen | |
2001-02-21 | df was totally broken. So I fixed it. | Eric Andersen | |
-Erik | |||
2001-02-20 | Small patch from Kent Robotti to show megabytes in human-readable output. | Mark Whitley | |
2001-02-20 | Minor cleanup. | Eric Andersen | |
2001-02-20 | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | |
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 | |||
2001-02-17 | Get rid of long stale usage message code. | Eric Andersen | |
-Erik | |||
2001-02-14 | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | |
done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed. | |||
2001-01-31 | Removed trailing \n from error_msg{,_and_die} messages. | Matt Kraai | |
2001-01-27 | Fix up copyright msgs. Bump version to 0.49 in preparation for | Eric Andersen | |
a release. Update the website with release details. -Erik | |||
2001-01-27 | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen | |
busybox.h which slowed compiles. I left only what was needed and then fixed up all the apps to include their own header files. I also fixed naming for pwd.h and grp.h functions. Tested to compile and run with libc5, glibc, and uClibc. -Erik | |||
2001-01-22 | Fix silly typo | Eric Andersen | |
2001-01-22 | Add HUMAN_READABLE define for -m and -h support in du, df, and ls | Richard June | |
Add support for -k in du, df, and ls(no define, it's for compatibliity with the GNU utils as bb does -k by default) Fix bug #1084 | |||
2000-12-07 | Changed names of functions in utility.c and all affected files, to make | Mark Whitley | |
compliant with the style guide. Everybody rebuild your tags file! | |||
2000-12-06 | Fix exit status on failure. | Matt Kraai | |
2000-12-01 | Stop using TRUE and FALSE for exit status. | Matt Kraai | |
2000-09-25 | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | |
-Erik | |||
2000-08-10 | Some #include updates. | Eric Andersen | |
-Erik | |||
2000-07-16 | Extract usage information into a separate file. | Matt Kraai | |
2000-07-14 | Use errorMsg rather than fprintf. | Matt Kraai | |
2000-07-05 | Remove misguided klude around for 2.4.x-test* brokenness. Al Viro | Eric Andersen | |
will be removing this stuff from /proc/mounts real soon now I am assured. -Erik | |||
2000-06-26 | Updates to handle Linux 2.4.0 kernels (kludged around the "none" entries in | Eric Andersen | |
/proc/mounts, added a hack to make sysinfo work with both old and new kernels). -Erik | |||
2000-06-19 | Updates to a number of apps to remove warnings/compile errors under libc5. | Eric Andersen | |
Tested under both libc5 and libc6 and all seems well with these fixes. -Erik | |||
2000-06-13 | Add new apps md5sum uudecode uuencode, fix some minor formatting things. | Eric Andersen | |
-Erik | |||
2000-05-10 | * cp -fa now works as expected for symlinks (it didn't before) | Erik Andersen | |
* zcat works again (wasn't working since option parsing was broken) * more doc updates/more support for BB_FEATURE_SIMPLE_HELP -Erik | |||
2000-04-13 | Upates to include copyright 2000 to everything | Erik Andersen | |
-Erik | |||
2000-03-22 | Use the nice new find_real_root_device function to find the | Erik Andersen | |
name of the root device, instead of having libc read whatever lies happen to be in /etc/mtab. -Erik | |||
2000-03-04 | A few updates (including the cp fix the Craig has been looking for) | Erik Andersen | |
-Erik | |||
2000-02-08 | Some formatting updates (ran the code through indent) | Erik Andersen | |
-Erik | |||
2000-01-05 | The latest and greatest. init basically works, though needs | Erik Andersen | |
a minor inittab design change to accomodate specifying the device to run each process on. -Erik | |||
1999-11-27 | Stuf | Eric Andersen | |
1999-11-12 | Latest and greatest | Eric Andersen | |
-Erik | |||
1999-11-06 | Fixed ln, df, and removed redundant stuff from mtab. | Eric Andersen | |
1999-11-04 | More stuff. | Eric Andersen | |
1999-10-20 | Fixed up copyright notices and such | Eric Andersen | |
1999-10-19 | Added sfdisk. Ststic-ified a bunch of stuff. | Eric Andersen | |
1999-10-13 | More stuff | Eric Andersen | |
1999-10-07 | more stuff | Eric Andersen | |
1999-10-06 | Made df work | Eric Andersen | |
1999-10-06 | More stuff. | Eric Andersen | |
1999-10-05 | Initial revision | Eric Andersen | |