aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Applied patch from Christophe Boyanique to add an egrep alias for grep.Mark Whitley2001-03-141-0/+3
|
* Applied patch from Gennady Feldman to split up syslogd.c into syslogd andMark Whitley2001-03-121-0/+6
| | | | klogd (as it should be).
* Added Magnus Damm's tftp applet to Busybox.Mark Whitley2001-03-021-0/+3
|
* Somewhere along the line, MAKE_LINKS got broken, thereby breakingEric Andersen2001-02-231-0/+4
| | | | 'make install'. Fix that.
* Add in kent robotti's updated dos2unix.cEric Andersen2001-02-221-1/+1
|
* Another update to the way usage messages are done by Evin RobertsonEric Andersen2001-02-221-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 workEric Andersen2001-02-141-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 Andersen2001-02-141-0/+3
| | | | -Erik
* Add in ifconfig and routeEric Andersen2001-02-141-0/+6
|
* Apply a patch from Evin Robertson -- new pivot_root applet.Eric Andersen2001-02-131-0/+3
| | | | -Erik
* New applet: dpkgGlenn L McGrath2001-02-101-0/+3
|
* Add in spoon's watchdog timer app.Eric Andersen2001-01-251-0/+3
| | | | -Erik
* add dpkg-deb commandGlenn L McGrath2001-01-021-0/+3
|
* Patch from Larry Doolittle so it will build the newdocs right.Eric Andersen2000-12-021-6/+9
|
* Patch from Larry Doolittle (with minor touchups from me so everything compilesEric Andersen2000-11-301-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 Andersen2000-11-291-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 Andersen2000-11-171-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 searchMark Whitley2000-10-251-0/+375
to locate applets, rather than a linear search. Also, broke out the listing of applets into it's own file: applets.h.