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