Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply a patch fromkent robotti: | Eric Andersen | 2000-11-29 | 2 | -5/+5 |
| | | | | | | | | | Renamed unrpm to original rpmunpack, so you can use an included shell script called unrpm as a front end to it. There's also a shell script called undeb included for debian packages. Change undeb and unrpm scripts to work with the busybox tar and gunzip. | ||||
* | "I will always compile before I commit." | Eric Andersen | 2000-11-17 | 2 | -1/+4 |
| | | | | | | "I will always compile before I commit." "I will always compile before I commit." -Erik | ||||
* | Fix up builtin overrides, and hack in the binary search for finding | Eric Andersen | 2000-11-17 | 1 | -0/+2 |
| | | | | matching applets into the shell. | ||||
* | Added a new perrorMsg function, cleanup up error handling, fixed TRUE/FALSE | Matt Kraai | 2000-10-25 | 1 | -0/+1 |
| | | | | uses, and other minor fixes. | ||||
* | Added a fatalPerror function to simplify error handling. | Matt Kraai | 2000-10-25 | 1 | -0/+1 |
| | |||||
* | Applied patch from Gaute B Strokkenes <gs234@cam.ac.uk> to use a binary search | Mark Whitley | 2000-10-25 | 1 | -0/+375 |
| | | | | | to locate applets, rather than a linear search. Also, broke out the listing of applets into it's own file: applets.h. | ||||
* | Put getopt_usage where it belongs and added *_usage entries in busybox.[ch] | Mark Whitley | 2000-10-19 | 1 | -0/+1 |
| | |||||
* | Added cmp and readlink applets from Matt Kraai. | Mark Whitley | 2000-10-09 | 1 | -0/+4 |
| | |||||
* | Rewrote head to perservere when it can't open a file, and share code | Matt Kraai | 2000-09-27 | 1 | -0/+1 |
| | | | | with cat. | ||||
* | Rewrote uniq to be less than a third of the size, and fixed some other | Matt Kraai | 2000-09-27 | 1 | -0/+1 |
| | | | | minor problems. | ||||
* | Add in busybox.h. I renamed it, and forgot to commit the newky named version. | Eric Andersen | 2000-09-26 | 1 | -0/+468 |
-Erik |