aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add in kent robotti's updated dos2unix.candersen2001-02-221-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1890 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Another update to the way usage messages are done by Evin Robertsonandersen2001-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 git-svn-id: svn://busybox.net/trunk/busybox@1879 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This patch, put together by Manuel Novoa III, is a merge of workandersen2001-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. git-svn-id: svn://busybox.net/trunk/busybox@1805 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Commit Vladimir's latest version of stty.c. Nice work.andersen2001-02-141-0/+3
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1803 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add in ifconfig and routeandersen2001-02-141-0/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1802 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Apply a patch from Evin Robertson -- new pivot_root applet.andersen2001-02-131-0/+3
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1799 69ca8d6d-28ef-0310-b511-8ec308f3f277
* New applet: dpkgbug12001-02-101-0/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1783 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add in spoon's watchdog timer app.andersen2001-01-251-0/+3
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1672 69ca8d6d-28ef-0310-b511-8ec308f3f277
* add dpkg-deb commandbug12001-01-021-0/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1518 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Larry Doolittle so it will build the newdocs right.andersen2000-12-021-6/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1370 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Larry Doolittle (with minor touchups from me so everything compilesandersen2000-11-301-120/+133
| | | | | | | | and works) to use the applet definitions in applets.h to autogenerate the applet function and usage prototypes. git-svn-id: svn://busybox.net/trunk/busybox@1354 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Apply a patch fromkent robotti: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. git-svn-id: svn://busybox.net/trunk/busybox@1343 69ca8d6d-28ef-0310-b511-8ec308f3f277
* "I will always compile before I commit."andersen2000-11-171-1/+1
| | | | | | | | | "I will always compile before I commit." "I will always compile before I commit." -Erik git-svn-id: svn://busybox.net/trunk/busybox@1324 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Applied patch from Gaute B Strokkenes <gs234@cam.ac.uk> to use a binary searchmarkw2000-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. git-svn-id: svn://busybox.net/trunk/busybox@1229 69ca8d6d-28ef-0310-b511-8ec308f3f277