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 | ||||
* | Change calls to error_msg.* and strerror to use perror_msg.*. | Matt Kraai | 2000-12-18 | 1 | -2/+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! | ||||
* | Stop using TRUE and FALSE for exit status. | Matt Kraai | 2000-12-01 | 1 | -1/+1 |
| | |||||
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | chroot can now call the builtin shell | Pavel Roskin | 2000-07-24 | 1 | -0/+5 |
| | |||||
* | Extract usage information into a separate file. | Matt Kraai | 2000-07-16 | 1 | -9/+0 |
| | |||||
* | Always report the applet name when doing error reporting. | Matt Kraai | 2000-07-12 | 1 | -4/+2 |
| | |||||
* | This is a fix for chroot | Eric Andersen | 2000-06-02 | 1 | -8/+7 |
| | | | | | | | | | | - Fixed error message when the command is not specified (possibly crash on libc5 systems!) - Debugging output removed - Using fatalError() whenever appropriate Regards, Pavel Roskin | ||||
* | More Doc updates. cmdedit and more termio fixes. | Erik Andersen | 2000-04-21 | 1 | -3/+5 |
| | |||||
* | Upates to include copyright 2000 to everything | Erik Andersen | 2000-04-13 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | A few updates (including the cp fix the Craig has been looking for) | Erik Andersen | 2000-03-04 | 1 | -0/+9 |
| | | | | -Erik | ||||
* | Some formatting updates (ran the code through indent) | Erik Andersen | 2000-02-08 | 1 | -28/+29 |
| | | | | -Erik | ||||
* | Updates to usage, and made tar work. | Eric Andersen | 1999-11-10 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Fixed up copyright notices and such | Eric Andersen | 1999-10-20 | 1 | -1/+3 |
| | |||||
* | More stuff. | Eric Andersen | 1999-10-18 | 1 | -2/+1 |
| | | | | -Erik | ||||
* | Latest and greatest. | Eric Andersen | 1999-10-12 | 1 | -10/+10 |
| | | | | -Erik | ||||
* | More stuff works. | Eric Andersen | 1999-10-05 | 1 | -20/+53 |
| | | | | -Erik | ||||
* | Initial revision0_29alpha2 | Eric Andersen | 1999-10-05 | 1 | -0/+32 |