Eric Andersen
|
cbe31dace5
It turns out that DODMALLOC was broken when I reorganized busybox.h
|
24 years ago |
Eric Andersen
|
67991cf824
This patch, put together by Manuel Novoa III, is a merge of work
|
24 years ago |
Matt Kraai
|
f2cc2762bb
Create find_applet_by_name function. Save 32 bytes.
|
24 years ago |
Matt Kraai
|
dd19c69904
Removed trailing \n from error_msg{,_and_die} messages.
|
24 years ago |
Eric Andersen
|
90ca2848fd
Fix some formatting
|
24 years ago |
Eric Andersen
|
ed3ef50c23
Fix header file usage -- there were many unnecessary header files included in
|
24 years ago |
Eric Andersen
|
f5d5e77321
more bugs fixed -- found doing regression testing
|
24 years ago |
Matt Kraai
|
1fa1adea2a
Change calls to error_msg.* and strerror to use perror_msg.*.
|
24 years ago |
Matt Kraai
|
8abc78aa84
Rewrite argv munger.
|
24 years ago |
Eric Andersen
|
8c28fd7849
Forget to set final argv entry to NULL, breaking sh.c amoung
|
24 years ago |
Eric Andersen
|
5e09b6e3a8
when invoked as 'busybox foo args' remove the "busybox"
|
24 years ago |
Mark Whitley
|
f57c944e09
Changed names of functions in utility.c and all affected files, to make
|
24 years ago |
Eric Andersen
|
8c725e624a
Patch from Larry Doolittle (with minor touchups from me so everything compiles
|
24 years ago |
Eric Andersen
|
e5aef92e22
Fix up builtin overrides, and hack in the binary search for finding
|
24 years ago |
Matt Kraai
|
2dab174daa
Restore --help handling I mistakenly removed.
|
24 years ago |
Matt Kraai
|
a0428eee9e
Avoid reinventing the wheel (and thus save some space).
|
24 years ago |
Mark Whitley
|
130005cd89
Applied patch from Gaute B Strokkenes <gs234@cam.ac.uk> to use a binary search
|
24 years ago |
Mark Whitley
|
6050618096
Put getopt_usage where it belongs and added *_usage entries in busybox.[ch]
|
24 years ago |
Mark Whitley
|
872138de50
Added cmp and readlink applets from Matt Kraai.
|
24 years ago |
Eric Andersen
|
3570a34de4
Renamed "internal.h" to the more sensible "busybox.h".
|
24 years ago |
Eric Andersen
|
c5949f62e5
Fix from Matt Kraai for the to the "busybox --install prints out on STDERR
|
24 years ago |
Eric Andersen
|
92a61c1206
Add in xargs
|
24 years ago |
Eric Andersen
|
cff3fe3ae9
Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com.
|
24 years ago |
Eric Andersen
|
1b355ebba6
Added expr, from Edward Betts <edward@debian.org>, with some fixups
|
24 years ago |
Eric Andersen
|
9670083818
Initial implementation of wget, from Chip Rosenthal <chip@laserlink.net>.
|
24 years ago |
Eric Andersen
|
cb91d69b3f
Fix compile when BB_FEATURE_LINUXRC is defined
|
24 years ago |
Eric Andersen
|
918507edda
Added the 'rdate' command, thanks to Sterling Huxley <sterling@europa.com>.
|
24 years ago |
Eric Andersen
|
a1f16bba72
Added getopt(1) from "Alfred M. Szmidt" <ams@trillian.itslinux.org>
|
24 years ago |
Eric Andersen
|
fa405d0cb2
Add in the "reset" command.
|
24 years ago |
Eric Andersen
|
e89267c8b3
Minor fixups.
|
24 years ago |