Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use busybox error handling functions wherever possible. | Matt Kraai | 2000-12-22 | 1 | -5/+2 |
| | |||||
* | Changed names of functions in utility.c and all affected files, to make | Mark Whitley | 2000-12-07 | 1 | -2/+2 |
| | | | | compliant with the style guide. Everybody rebuild your tags file! | ||||
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Both of these commands were subtly broken. Fortunately when used together the | Eric Andersen | 2000-09-19 | 1 | -2/+6 |
| | | | | | | damage was only ugly fscks. Reverted to the static inline code so they work correctly again, -Erik | ||||
* | Some #include updates. | Eric Andersen | 2000-08-10 | 1 | -1/+0 |
| | | | | -Erik | ||||
* | It is now possible to select in busybox.def.h whether minixfs version 2 | Pavel Roskin | 2000-07-17 | 1 | -14/+10 |
| | | | | is to be supported. | ||||
* | Extract usage information into a separate file. | Matt Kraai | 2000-07-16 | 1 | -13/+0 |
| | |||||
* | Don't use strings directly in calls to usage(). This is in preparation | Matt Kraai | 2000-07-14 | 1 | -18/+14 |
| | | | | for their extraction to a separate file. | ||||
* | Use errorMsg rather than fprintf. | Matt Kraai | 2000-07-14 | 1 | -3/+3 |
| | |||||
* | Use global applet_name instead of local versions. | Matt Kraai | 2000-07-12 | 1 | -6/+3 |
| | |||||
* | More linux kernel header file removal. | Eric Andersen | 2000-07-10 | 1 | -2/+97 |
| | | | | -Erik | ||||
* | Some cosmetic updates. Changed "OPTIONS" to "Options". | Eric Andersen | 2000-07-04 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Finish off the libc5 porting effort. Everything now works with libc5 | Eric Andersen | 2000-06-19 | 1 | -1/+1 |
| | | | | | except for md5sum, which uses the GNU libc addition getline(). -Erik | ||||
* | Oops. Remove the debugging noise. | Eric Andersen | 2000-06-06 | 1 | -7/+0 |
| | | | | -Erik | ||||
* | mkfs.minix rev 1.7 completely broke the option parser. This fixes it. | Eric Andersen | 2000-06-06 | 1 | -11/+25 |
| | | | | -Erik | ||||
* | Fixed a bunch of stuff: | Eric Andersen | 2000-06-06 | 1 | -1/+1 |
| | | | | | | | | | | * Fixed segfault caused by "touch -c" * Fixed segfault caused by "rm -f" * Fixed segfault caused by "ln -s -s" and similar abuses. * Fixed segfault caused by "cp -a -a" and similar abuses. * Implemented "rm -- <foo>" updated docs accordingly. -Erik | ||||
* | First pass at fixing tar segfault, and more portability updates. | Erik Andersen | 2000-05-20 | 1 | -4/+1 |
| | | | | -Erik | ||||
* | More libc portability updates, add in the website (which has not been | Erik Andersen | 2000-05-19 | 1 | -47/+81 |
| | | | | | archived previously). Wrote 'which' during the meeting today. -Erik | ||||
* | Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP | Erik Andersen | 2000-05-12 | 1 | -2/+4 |
| | | | | | | | | which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik | ||||
* | Latest and greatest. Some effort at libc5 (aiming towards newlib) | Erik Andersen | 2000-04-28 | 1 | -2/+2 |
| | | | | | compatability. -Erik | ||||
* | * all mallocs now use xmalloc (and so are OOM error safe), and | Erik Andersen | 2000-03-21 | 1 | -7/+3 |
| | | | | | | the common error handling saves a few bytes. Thanks to Bob Tinsley <bob@earthrise.demon.co.uk> for the patch. -Erik | ||||
* | Some formatting updates (ran the code through indent) | Erik Andersen | 2000-02-08 | 1 | -242/+257 |
| | | | | -Erik | ||||
* | Updates to usage, and made tar work. | Eric Andersen | 1999-11-10 | 1 | -4/+9 |
| | | | | -Erik | ||||
* | Made em work. | Eric Andersen | 1999-10-19 | 1 | -69/+60 |
| | |||||
* | More stuff | Eric Andersen | 1999-10-19 | 1 | -0/+755 |