index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Collapse
)
Author
2000-11-17
Fix up builtin overrides, and hack in the binary search for finding
Eric Andersen
matching applets into the shell.
2000-10-25
Added a new perrorMsg function, cleanup up error handling, fixed TRUE/FALSE
Matt Kraai
uses, and other minor fixes.
2000-10-25
Added a fatalPerror function to simplify error handling.
Matt Kraai
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.
2000-10-19
Put getopt_usage where it belongs and added *_usage entries in busybox.[ch]
Mark Whitley
2000-10-09
Added cmp and readlink applets from Matt Kraai.
Mark Whitley
2000-09-27
Rewrote head to perservere when it can't open a file, and share code
Matt Kraai
with cat.
2000-09-27
Rewrote uniq to be less than a third of the size, and fixed some other
Matt Kraai
minor problems.
2000-09-26
Add in busybox.h. I renamed it, and forgot to commit the newky named version.
Eric Andersen
-Erik