Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Applied patch from Christophe Boyanique to add an egrep alias for grep. | Mark Whitley | 2001-03-14 | 1 | -0/+3 | |
| | ||||||
* | Applied patch from Gennady Feldman to split up syslogd.c into syslogd and | Mark Whitley | 2001-03-12 | 1 | -0/+6 | |
| | | | | klogd (as it should be). | |||||
* | Added Magnus Damm's tftp applet to Busybox. | Mark Whitley | 2001-03-02 | 1 | -0/+3 | |
| | ||||||
* | Somewhere along the line, MAKE_LINKS got broken, thereby breaking | Eric Andersen | 2001-02-23 | 1 | -0/+4 | |
| | | | | 'make install'. Fix that. | |||||
* | Add in kent robotti's updated dos2unix.c | Eric Andersen | 2001-02-22 | 1 | -1/+1 | |
| | ||||||
* | Another update to the way usage messages are done by Evin Robertson | Eric Andersen | 2001-02-22 | 1 | -30/+30 | |
| | | | | | | <nitfol@my-deja.com>, which makes things just a little bit smaller, but makes usage.h more readable/maintainable IMHO. -Erik | |||||
* | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | 2001-02-14 | 1 | -136/+150 | |
| | | | | | | done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed. | |||||
* | Commit Vladimir's latest version of stty.c. Nice work. | Eric Andersen | 2001-02-14 | 1 | -0/+3 | |
| | | | | -Erik | |||||
* | Add in ifconfig and route | Eric Andersen | 2001-02-14 | 1 | -0/+6 | |
| | ||||||
* | Apply a patch from Evin Robertson -- new pivot_root applet. | Eric Andersen | 2001-02-13 | 1 | -0/+3 | |
| | | | | -Erik | |||||
* | New applet: dpkg | Glenn L McGrath | 2001-02-10 | 1 | -0/+3 | |
| | ||||||
* | Add in spoon's watchdog timer app. | Eric Andersen | 2001-01-25 | 1 | -0/+3 | |
| | | | | -Erik | |||||
* | add dpkg-deb command | Glenn L McGrath | 2001-01-02 | 1 | -0/+3 | |
| | ||||||
* | Patch from Larry Doolittle so it will build the newdocs right. | Eric Andersen | 2000-12-02 | 1 | -6/+9 | |
| | ||||||
* | Patch from Larry Doolittle (with minor touchups from me so everything compiles | Eric Andersen | 2000-11-30 | 1 | -120/+133 | |
| | | | | | and works) to use the applet definitions in applets.h to autogenerate the applet function and usage prototypes. | |||||
* | Apply a patch fromkent robotti: | Eric Andersen | 2000-11-29 | 1 | -3/+3 | |
| | | | | | | | | | 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 | 1 | -1/+1 | |
| | | | | | | "I will always compile before I commit." "I will always compile before I commit." -Erik | |||||
* | 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. |