Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 1 | -2/+2 |
| | | | | -Erik | ||||
* | The result of getopt() is "int" and should be treated as such | Pavel Roskin | 2000-07-17 | 1 | -2/+2 |
| | |||||
* | Extract usage information into a separate file. | Matt Kraai | 2000-07-16 | 1 | -12/+1 |
| | |||||
* | Getopt'rd by Marc Nijdam <marc_nijdam@hp.com> | Eric Andersen | 2000-07-14 | 1 | -21/+11 |
| | | | | -Erik | ||||
* | Use errorMsg rather than fprintf. | Matt Kraai | 2000-07-14 | 1 | -3/+3 |
| | |||||
* | Updates to a number of apps to remove warnings/compile errors under libc5. | Eric Andersen | 2000-06-19 | 1 | -2/+2 |
| | | | | | Tested under both libc5 and libc6 and all seems well with these fixes. -Erik | ||||
* | * cp -fa now works as expected for symlinks (it didn't before) | Erik Andersen | 2000-05-10 | 1 | -4/+7 |
| | | | | | | * zcat works again (wasn't working since option parsing was broken) * more doc updates/more support for BB_FEATURE_SIMPLE_HELP -Erik | ||||
* | Latest and greatest. Some effort at libc5 (aiming towards newlib) | Erik Andersen | 2000-04-28 | 1 | -4/+3 |
| | | | | | compatability. -Erik | ||||
* | Upates to include copyright 2000 to everything | Erik Andersen | 2000-04-13 | 1 | -2/+2 |
| | | | | -Erik | ||||
* | A few updates (including the cp fix the Craig has been looking for) | Erik Andersen | 2000-03-04 | 1 | -60/+11 |
| | | | | -Erik | ||||
* | Forgot to add basename. More fixes to du from | Erik Andersen | 2000-02-21 | 1 | -8/+39 |
| | | | | | Friedrich Vedder <fwv@myrtle.lahn.de>. -Erik | ||||
* | Fixed du. Now behaves just like GNU du (only less so). | Erik Andersen | 2000-02-19 | 1 | -4/+58 |
| | | | | -Erik | ||||
* | - I suspect the problem has something to do w/ symlinks. | John Beppu | 2000-02-13 | 1 | -2/+2 |
| | | | | | | | - 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. | ||||
* | Updates | Erik Andersen | 2000-02-11 | 1 | -2/+6 |
| | | | | -Erik | ||||
* | Some formatting updates (ran the code through indent) | Erik Andersen | 2000-02-08 | 1 | -91/+94 |
| | | | | -Erik | ||||
* | A few minor updates. ;-) | Erik Andersen | 2000-02-07 | 1 | -14/+20 |
| | | | | | | Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik | ||||
* | * added (and documented) "-n" option for head - | Erik Andersen | 2000-01-23 | 1 | -2/+2 |
| | | | | | | | contributed Friedrich Vedder <fwv@myrtle.lahn.de> * Cleanup for a number of usage messages -- also contributed Friedrich Vedder <fwv@myrtle.lahn.de> -Erik | ||||
* | Reworked the source so it will compile and run under glibc 2.0.7 | Erik Andersen | 1999-12-17 | 1 | -4/+1 |
| | | | | | | and linux kernel 2.0.36 (though the dubious reasons why someone would want to do that defy imagination ;) -Erik | ||||
* | killed an elusive bug in du -s. | John Beppu | 1999-12-16 | 1 | -2/+2 |
| | |||||
* | Implemented du -s | John Beppu | 1999-12-15 | 1 | -6/+31 |
| | |||||
* | Removed a redundant call du(); Save cpu cycles. | John Beppu | 1999-12-10 | 1 | -2/+2 |
| | |||||
* | Fixed bug when dealing with files specified | John Beppu | 1999-12-10 | 1 | -3/+9 |
| | | | | on the command line that didn't exist. | ||||
* | Fix beppu's email address. | Eric Andersen | 1999-12-10 | 1 | -2/+2 |
| | | | | | BTW, John, go to sleep. It is late. :) -Erik | ||||
* | Fleshed out du_main(). | John Beppu | 1999-12-10 | 1 | -6/+38 |
| | | | | I'm not sure which options to support. | ||||
* | This is my preliminary | John Beppu | 1999-12-09 | 1 | -0/+83 |
du implementation. It was written from scratch (doesn't use recursiveAction). I still need to flesh out du_main(). |