Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-03-02 | Added Magnus Damm's tftp applet to Busybox. | Mark Whitley | |
2001-02-23 | Somewhere along the line, MAKE_LINKS got broken, thereby breaking | Eric Andersen | |
'make install'. Fix that. | |||
2001-02-22 | Add in kent robotti's updated dos2unix.c | Eric Andersen | |
2001-02-22 | Another update to the way usage messages are done by Evin Robertson | Eric Andersen | |
<nitfol@my-deja.com>, which makes things just a little bit smaller, but makes usage.h more readable/maintainable IMHO. -Erik | |||
2001-02-14 | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | |
done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed. | |||
2001-02-14 | Commit Vladimir's latest version of stty.c. Nice work. | Eric Andersen | |
-Erik | |||
2001-02-14 | Add in ifconfig and route | Eric Andersen | |
2001-02-13 | Apply a patch from Evin Robertson -- new pivot_root applet. | Eric Andersen | |
-Erik | |||
2001-02-10 | New applet: dpkg | Glenn L McGrath | |
2001-01-25 | Add in spoon's watchdog timer app. | Eric Andersen | |
-Erik | |||
2001-01-02 | add dpkg-deb command | Glenn L McGrath | |
2000-12-02 | Patch from Larry Doolittle so it will build the newdocs right. | Eric Andersen | |
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-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. |