fli4l
  1. fli4l

busybox

Public
AuthorCommitMessageCommit dateIssues
Mark WhitleyMark Whitley
9ba5bce06f7Added script that tests turning on features in busybox one at a time andcompiling to see if things break. Initial revision.
Eric AndersenEric Andersen
01658a3eec8Fix sh.c for the glab case. I was messing things up forsingle argument commands. It should now work as expected... -Erik
Eric AndersenEric Andersen
3dbf1e877afA '.' is a legal seperator.
Mark WhitleyMark Whitley
afffbfe8c47Fix to trim to make it trim properly.
Eric AndersenEric Andersen
b180dd9e50eCleanup patch from Larry
Eric AndersenEric Andersen
13d1fa1d01eAdd in 'trim' routine. Fix up sh.c so it works when wordexpis not available. -Erik
Manuel Novoa IIIManuel Novoa III
df351d6109fImproved port of ifconfig...smaller and with more features.
Eric AndersenEric Andersen
39eea898c4fPer Vladimir's suggestion, force the locale to POSIX for allthe scripts so busybox will install properly.
Mark WhitleyMark Whitley
7e5291f1117Whitespace / formatting / bracket cleanup.
Eric AndersenEric Andersen
32f8c170b09Remember to delete un-expandable variables, and do a better job of expandingshell-specific things in case the wordexp implementation is broken (ie. the stubbed out wordexp in uClibc). -Erik
Eric AndersenEric Andersen
ca6045955d8Rework environment variable handling to use wordexp, per a suggestion from Larry Doolittle a couple of months ago. This makes the stuff-expansion in lash be ever so standards compliant. This change needs testing by everyone, but appears to be solid enough to let us close bug #1090.It works for me; however, please test this change! -Erik
Mark WhitleyMark Whitley
e2c44fc966dApplied patch from Vladimir to fix bug where find would stop as soon as it hita perms error. Closes bug 1124.
Matt KraaiMatt Kraai
5de909873a6Eliminate superfluous test.
Mark WhitleyMark Whitley
4cc8f31ffeaChanged KILOBYTE, MEGABYTE, and GIGABYTE from #define to enum.
Mark WhitleyMark Whitley
ae5612ca6e7Some minor cleanups to df.c. Also, with Erik's blessing, changed name of'format' function to 'make_human_readable_str'.
Mark WhitleyMark Whitley
ae20128e9f7Applied patch from Christophe Boyaniqu to remove double-slashes printed inrecursive_action.
Eric AndersenEric Andersen
26d53eb197cThis patch by Vladimir and Larry saves a few bytes.
Eric AndersenEric Andersen
ec9fad9a499Static-ify a variable. make du work with all the human-readable variantssince my last pass only fixed 'du -h' but left the others broken.
Eric AndersenEric Andersen
a7db19bb81eFix up du so it behaves itself also. -Erik
Eric AndersenEric Andersen
11ae573320eremove an unused variable
Eric AndersenEric Andersen
7850f1e2ac9Rewrite of format so it behaves itself -Erik
Eric AndersenEric Andersen
5986f8d1c6aFix up df so it works properly -Erik
Eric AndersenEric Andersen
651f8c04ef6Fix up ls.c to ensure human readable works properly in all cases
Mark WhitleyMark Whitley
6c563bc1a13Thought of another janitorial item for the list.
Eric AndersenEric Andersen
8b728a25a35I made these little simplifications a while back, bug forgot tocheck this stuff in. -Erik
Eric AndersenEric Andersen
702ec5926f8Fix the memory leak. No really this time. -Erik
Mark WhitleyMark Whitley
8bb7df49c24Applied patch from Vladimir Oleynik via Magnus Damm that removes newlines fromerror_msg() calls and uses 'return EXIT_SUCCESS' instead of return 0.
Eric AndersenEric Andersen
0f430e34af3Fix up some silly macros and use xmalloc and friends exclusively.
Eric AndersenEric Andersen
36278b95763Fix func prototype
Eric AndersenEric Andersen
54851d3c652Fixed a memory leak in lash. It seems that close_all was calling close()directly instead of calling mark_closed(), which allowed the memory allocated by mark_open() to never be freed. -Erik
Eric AndersenEric Andersen
07f2f3917a0Close open files before calling builtin_exec(). I've tested thisand it fixes bug #1121. -Erik
Eric AndersenEric Andersen
1a046d5f9ddBug 1110 reported that the LOOP_GET_STATUS ioctl apparently returnes non-zeroerror messages, contrary to the documentation. Whatever. This patch from zhaoway <zw@debian.org> looks safe enough. -Erik
John BeppuJohn Beppu
138ece09b59minor cleanup
Eric AndersenEric Andersen
e6c4de03c6eFirst pass at trying to retrofit a changelog for 0.50. Please everyonelook over this and if I forgot something, misattributed your work, or spelled something badly, please let me know. -Erik
Eric AndersenEric Andersen
f15d4dad663Add in a first pass at ifconfig status reporting. It took a long whilehacking on the mess in net-tools-1.59, but it currently adds 12k and supports ethernet, loop, ppp, and treats everything else as a generic interface. Works ok for me. -Erik
Eric AndersenEric Andersen
5efa2291aa1Fix up the freshmeat appindex record.
Eric AndersenEric Andersen
c27b9544b64Make sure libpwd.a is linked _last_ so it overrides the system pwd/grpimplementation. It wasn't doing that as expected...
Eric AndersenEric Andersen
47cdcdd3598Try to do a little better at documenting how to usealternate C libraries, thanks to David Douthitt.
David KimdonDavid Kimdon
21b7459add7add wget, tr, telnet, ping, md5sum and loadkmap to .deb
Eric AndersenEric Andersen
afbff22e6eaEnable INSTALLER for the deb
Eric AndersenEric Andersen
452fd33ffa0Patch from Vladimir to make sure PATH is set correctly.
Eric AndersenEric Andersen
076cdc24fcfIf umount2 is not available, stub it out.
Mark WhitleyMark Whitley
9ead68975c0Added some words on use of getopt in applets.
Glenn L McGrathGlenn L McGrath
323434be429Dont try to automount some specific filesystem types
Mark WhitleyMark Whitley
446dd27843cApplied patch from Vladimir N. Oleynik that fixes incorrect behaviour inrecovery_mode and changed option processing.
Mark WhitleyMark Whitley
42ab2507090Removed section on testing that is now in contributing.txt.
Mark WhitleyMark Whitley
3b565cdf910Added 'How to contribute to Busybox' doc.
Mark WhitleyMark Whitley
85adecb668cWhoops! BB_TFTP should prolly be off by default.
Mark WhitleyMark Whitley
450736cd3cfAdded Magnus Damm's tftp applet to Busybox.
Mark WhitleyMark Whitley
016771834afChanged exit code from -1 to 0 when busybox is invoked with no args.(Closes bug #1114.)