Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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 | 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 | |||
2001-01-18 | Eliminate calls of the form "fprintf(stdout,". Thanks for the idea to | Matt Kraai | |
Vladimir N. Oleynik. | |||
2000-12-12 | du.c error msg cleanup from Kent Robotti | Eric Andersen | |
2000-12-11 | Patch from kent robotti to fix a buglet where | Eric Andersen | |
# du doesn't_exist du: doesn't_exist: No such file or directory 0 doesn't_exist which was on course wrong. I simplified it a bit... | |||
2000-12-09 | Fix problem where 'du file_that_exists' doesn't work. | Eric Andersen | |
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 | Must compile before committing. | Matt Kraai | |
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-07-17 | The result of getopt() is "int" and should be treated as such | Pavel Roskin | |
2000-07-16 | Extract usage information into a separate file. | Matt Kraai | |
2000-07-14 | Getopt'rd by Marc Nijdam <marc_nijdam@hp.com> | Eric Andersen | |
-Erik | |||
2000-07-14 | Use errorMsg rather than fprintf. | Matt Kraai | |
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-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-28 | Latest and greatest. Some effort at libc5 (aiming towards newlib) | Erik Andersen | |
compatability. -Erik | |||
2000-04-13 | Upates to include copyright 2000 to everything | Erik Andersen | |
-Erik | |||
2000-03-04 | A few updates (including the cp fix the Craig has been looking for) | Erik Andersen | |
-Erik | |||
2000-02-21 | Forgot to add basename. More fixes to du from | Erik Andersen | |
Friedrich Vedder <fwv@myrtle.lahn.de>. -Erik | |||
2000-02-19 | Fixed du. Now behaves just like GNU du (only less so). | Erik Andersen | |
-Erik | |||
2000-02-13 | - I suspect the problem has something to do w/ symlinks. | John Beppu | |
- It's not completely in agreement w/ GNU/du, but + the answer is much closer than before. - Some of the right-shifts seem to have mysteriously disappeared. I put them back in. | |||
2000-02-11 | Updates | Erik Andersen | |
-Erik | |||
2000-02-08 | Some formatting updates (ran the code through indent) | Erik Andersen | |
-Erik | |||
2000-02-07 | A few minor updates. ;-) | Erik Andersen | |
Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik | |||
2000-01-23 | * added (and documented) "-n" option for head - | Erik Andersen | |
contributed Friedrich Vedder <fwv@myrtle.lahn.de> * Cleanup for a number of usage messages -- also contributed Friedrich Vedder <fwv@myrtle.lahn.de> -Erik | |||
1999-12-17 | Reworked the source so it will compile and run under glibc 2.0.7 | Erik Andersen | |
and linux kernel 2.0.36 (though the dubious reasons why someone would want to do that defy imagination ;) -Erik | |||
1999-12-16 | killed an elusive bug in du -s. | John Beppu | |
1999-12-15 | Implemented du -s | John Beppu | |
1999-12-10 | Removed a redundant call du(); Save cpu cycles. | John Beppu | |
1999-12-10 | Fixed bug when dealing with files specified | John Beppu | |
on the command line that didn't exist. | |||
1999-12-10 | Fix beppu's email address. | Eric Andersen | |
BTW, John, go to sleep. It is late. :) -Erik | |||
1999-12-10 | Fleshed out du_main(). | John Beppu | |
I'm not sure which options to support. | |||
1999-12-09 | This is my preliminary | John Beppu | |
du implementation. It was written from scratch (doesn't use recursiveAction). I still need to flesh out du_main(). |