summaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* Put getopt_usage where it belongs and added *_usage entries in busybox.[ch]Mark Whitley2000-10-191-0/+1
|
* Added cmp and readlink applets from Matt Kraai.Mark Whitley2000-10-091-0/+4
|
* Rewrote head to perservere when it can't open a file, and share codeMatt Kraai2000-09-271-0/+1
| | | | with cat.
* Rewrote uniq to be less than a third of the size, and fixed some otherMatt Kraai2000-09-271-0/+1
| | | | minor problems.
* Add in busybox.h. I renamed it, and forgot to commit the newky named version.Eric Andersen2000-09-261-0/+468
-Erik