Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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/+1 |
| | | | | | | | 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 | ||||
* | Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch. | Eric Andersen | 2001-01-25 | 1 | -2/+2 |
| | | | | -Erik | ||||
* | #define -> static const int. Also got rid of some big static buffers. | Mark Whitley | 2001-01-23 | 1 | -4/+6 |
| | |||||
* | Change calls to error_msg.* and strerror to use perror_msg.*. | Matt Kraai | 2000-12-18 | 1 | -10/+9 |
| | |||||
* | Changed names of functions in utility.c and all affected files, to make | Mark Whitley | 2000-12-07 | 1 | -20/+20 |
| | | | | compliant with the style guide. Everybody rebuild your tags file! | ||||
* | Stop using TRUE and FALSE for exit status. | Matt Kraai | 2000-12-01 | 1 | -2/+2 |
| | |||||
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Force optind=1 for libc5 when doing cp in cp_mv.c | Eric Andersen | 2000-09-23 | 1 | -0/+4 |
| | |||||
* | We complained if the total number of arguments was greater than 3 and | Matt Kraai | 2000-08-06 | 1 | -1/+1 |
| | | | | | the destination wasn't a directory. We should only complain if the there are multiple sources and target isn't a directory. | ||||
* | Extract usage information into a separate file. | Matt Kraai | 2000-07-16 | 1 | -22/+0 |
| | |||||
* | Don't use strings directly in calls to usage(). This is in preparation | Matt Kraai | 2000-07-14 | 1 | -13/+21 |
| | | | | for their extraction to a separate file. | ||||
* | The result of getopt() should not be converted to "char" - it breaks on PPC | Pavel Roskin | 2000-07-14 | 1 | -1/+1 |
| | |||||
* | A couple of minor warning cleanups. | Eric Andersen | 2000-07-14 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Use errorMsg rather than fprintf. | Matt Kraai | 2000-07-14 | 1 | -21/+18 |
| | |||||
* | Patch from Marc Nijdam <marc_nijdam@hp.com> | Eric Andersen | 2000-07-13 | 1 | -11/+9 |
| | | | | | | | | > First (of many more) patch of cp_mv to getopt use. I'm using the most > simplistic approach, just get getopt used, then worry about a cleaner > option parsing style using getopt later. > > Marc | ||||
* | Use global applet_name instead of local versions. | Matt Kraai | 2000-07-12 | 1 | -16/+14 |
| | |||||
* | Updates to a number of apps to remove warnings/compile errors under libc5. | Eric Andersen | 2000-06-19 | 1 | -4/+3 |
| | | | | | Tested under both libc5 and libc6 and all seems well with these fixes. -Erik | ||||
* | Fixed parsing of arguments for cp | Pavel Roskin | 2000-06-08 | 1 | -26/+25 |
| | |||||
* | Fixed a bunch of stuff: | Eric Andersen | 2000-06-06 | 1 | -23/+28 |
| | | | | | | | | | | * 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 | ||||
* | * cp -fa now works as expected for symlinks (it didn't before) | Erik Andersen | 2000-05-10 | 1 | -3/+4 |
| | | | | | | * zcat works again (wasn't working since option parsing was broken) * more doc updates/more support for BB_FEATURE_SIMPLE_HELP -Erik | ||||
* | Some accrued fixes/updates. | Erik Andersen | 2000-05-01 | 1 | -0/+4 |
| | | | | | | | | * cp/mv now accepts (and ignores) the -f flag, since it always does force anyway * tail can now accept -<num> commands (e.g. -10) for better compatibility with the standard tail command * added a simple id implementation; doesn't support supp. groups yet | ||||
* | Latest and greatest. Some effort at libc5 (aiming towards newlib) | Erik Andersen | 2000-04-28 | 1 | -9/+9 |
| | | | | | compatability. -Erik | ||||
* | More Doc updates. cmdedit and more termio fixes. | Erik Andersen | 2000-04-21 | 1 | -8/+13 |
| | |||||
* | Upates to include copyright 2000 to everything | Erik Andersen | 2000-04-13 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Yet another installment in the ongoing tar saga | Erik Andersen | 2000-03-28 | 1 | -4/+4 |
| | | | | -Erik | ||||
* | A few updates (including the cp fix the Craig has been looking for) | Erik Andersen | 2000-03-04 | 1 | -98/+181 |
| | | | | -Erik | ||||
* | Updates | Erik Andersen | 2000-02-11 | 1 | -11/+15 |
| | | | | -Erik | ||||
* | Some formatting updates (ran the code through indent) | Erik Andersen | 2000-02-08 | 1 | -185/+174 |
| | | | | -Erik | ||||
* | A few minor updates. ;-) | Erik Andersen | 2000-02-07 | 1 | -0/+258 |
Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik |