Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-02 | add dpkg-deb command | Glenn L McGrath | |
2001-01-02 | Better dmalloc handling | Eric Andersen | |
2000-12-19 | Fix tar handling of absolute paths and excluded directories. | Matt Kraai | |
2000-12-18 | Rewrote dd. | Matt Kraai | |
2000-12-15 | Rewrite nc to be simpler, smaller, and to check syscalls for errors. | Matt Kraai | |
2000-12-07 | Changed names of functions in utility.c and all affected files, to make | Mark Whitley | |
compliant with the style guide. Everybody rebuild your tags file! | |||
2000-12-05 | Removed isBlank and isWildCard macros that were totally unused (should anyone | Mark Whitley | |
need isBlank, please use isblank() in ctype.h). Converted isDecimal and isOctal into inline functions. Compiled, tested, worked. | |||
2000-12-05 | Fixed the comments to match the code and renamed the function to a (hopefully) | Mark Whitley | |
more descriptive name, and as per the style guide. | |||
2000-12-04 | Flag day warning! | Eric Andersen | |
Change TRUE and FALSE defines to normal C style TRUE=1, FALSE=0. -Erik | |||
2000-12-02 | Patch from Larry Doolittle so it will build the newdocs right. | Eric Andersen | |
2000-12-01 | Remove #ifdef __STDC__ junk. We don't do K&R round these parts, | Eric Andersen | |
so no point acting like we do. | |||
2000-11-30 | Patch from Larry Doolittle (with minor touchups from me so everything compiles | Eric Andersen | |
and works) to use the applet definitions in applets.h to autogenerate the applet function and usage prototypes. | |||
2000-11-29 | Apply a patch fromkent robotti: | Eric Andersen | |
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. | |||
2000-11-17 | "I will always compile before I commit." | Eric Andersen | |
"I will always compile before I commit." "I will always compile before I commit." -Erik | |||
2000-11-17 | Fix up builtin overrides, and hack in the binary search for finding | Eric Andersen | |
matching applets into the shell. | |||
2000-10-25 | Added a new perrorMsg function, cleanup up error handling, fixed TRUE/FALSE | Matt Kraai | |
uses, and other minor fixes. | |||
2000-10-25 | Added a fatalPerror function to simplify error handling. | Matt Kraai | |
2000-10-25 | Applied patch from Gaute B Strokkenes <gs234@cam.ac.uk> to use a binary search | Mark Whitley | |
to locate applets, rather than a linear search. Also, broke out the listing of applets into it's own file: applets.h. | |||
2000-10-19 | Put getopt_usage where it belongs and added *_usage entries in busybox.[ch] | Mark Whitley | |
2000-10-09 | Added cmp and readlink applets from Matt Kraai. | Mark Whitley | |
2000-09-27 | Rewrote head to perservere when it can't open a file, and share code | Matt Kraai | |
with cat. | |||
2000-09-27 | Rewrote uniq to be less than a third of the size, and fixed some other | Matt Kraai | |
minor problems. | |||
2000-09-26 | Add in busybox.h. I renamed it, and forgot to commit the newky named version. | Eric Andersen | |
-Erik |