Teach md5sum and sha1sum to work the way other applets do so I don't have to
[oweals/busybox.git] / shell /
2006-08-03 Rob LandleyRemove xcalloc() and convert its callers to xzalloc...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-19 Rob LandleyReplace the previous checkin with the correct fix.
2006-07-18 "Robert P. J. Day"For now, get around the error that "child" might be...
2006-07-16 Rob LandleyCleaup read() and write() variants, plus a couple of...
2006-07-12 Rob LandleyA couple things that got tangled up in my tree, easier...
2006-07-09 Rob LandleyBugfix from Shaun Jackman (check that argv[optind]...
2006-07-06 Rob LandleyBug fix from Vladimir Oleynic via Paul Fox for:
2006-07-03 "Robert P. J. Day"Remove the silly redundancy from that header file include.
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-07-01 Rob LandleyPatch from Shaun Jackman moving the var=value logic...
2006-07-01 "Robert P. J. Day"Get rid of all "#if 0" content.
2006-07-01 "Robert P. J. Day"Remove all usage of the "register" storage class specifier.
2006-07-01 "Robert P. J. Day"Remove "#if 1" directives.
2006-06-26 Mike Frysingerdont setpgrp() for now as it breaks system() and that...
2006-06-25 Bernhard Reutner... - convert old-style parameter declarations (K&R) to...
2006-06-21 Bernhard Reutner... - add note about strict ordering
2006-06-21 Mike FrysingerJean Wolter writes: ash uses bsearch to search in the...
2006-06-20 Rob LandleyCleanup patch from Shaun Jackman converting %m to perror.
2006-06-20 Mike Frysingerassign default debug level to the MSHDEBUG define
2006-06-19 Rob LandleyMake some 64 bit warnings go away on x86-64.
2006-06-14 Rob LandleyUpgrade the standalone shell code to use CONFIG_BUSYBOX...
2006-06-13 Rob LandleyPatch from Shaun Jackman to detect "name=value" variabl...
2006-06-13 Rob LandleyMake lash smaller. (Use llist_t for file closing,...
2006-06-08 Paul Foxremove leading "Enable" from the config option text...
2006-06-08 Paul Foxmade "test" an ash built-in.
2006-06-07 Bernhard Reutner... - reuse strings and messages. Saves about 600B
2006-06-06 Mike Frysingermake the default prompt suck less when using fancy...
2006-06-03 Bernhard Reutner... 2006-06-02 Shaun Jackman <sjackman@gmail.com>
2006-06-02 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-06-02 Mike Frysingeruse xmalloc()
2006-05-27 Rob LandleyConsolidate #include <sys/time.h> so libbb.h does it.
2006-05-26 Bernhard Reutner... - use portability wrapper define bb_setpgrp.
2006-05-19 Bernhard Reutner... - replace _PATH_DEVNULL with bb_dev_null
2006-05-13 Mike Frysingerpull Rules.mak from top_srcdir as pointed out by Robert...
2006-05-12 Rob LandleyPatch from Lucas C. Villa Real adding "source" as a...
2006-05-05 Mike Frysingerdidnt mean to commit debug enable
2006-05-05 Mike Frysingeruse %p when printing pointers, not %x
2006-05-05 Mike Frysingerfix Bug 659 as reported by Robin Getz
2006-04-13 Rob LandleyPatch from Robert P Day: let menuconfig indent stuff...
2006-03-13 Bernhard Reutner... - revert back to r14406
2006-03-10 Rob LandleyPatch from Denis Vlasenko turning static const int...
2006-03-09 Bernhard Reutner... - backout using features which are not available with...
2006-03-07 Paul Foxvi-mode changes: eliminate warnings from out-of-range...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-03-03 Rob LandleyTypo fixes brought to you by the letters a, l, and...
2006-03-02 Bernhard Reutner... - use absolute path for top_builddir and top_srcdir.
2006-03-01 Bernhard Reutner... - fixes parallel builds (make -j)
2006-02-24 Rob LandleyI was playing around with a dependency generator a...
2006-02-21 Rob LandleyDon't build directory libraries unless we're building...
2006-02-16 "Vladimir N. Oleynik"moved BB_BANNER to applets/version.c file: make kernel...
2006-02-08 Rob LandleyConvert some help text to english.
2006-02-02 Mike Frysingermake the build system puuuuuuuuuuurty
2006-01-31 "Vladimir N. Oleynik"quick analize signed->unsigned: protect overflow of...
2006-01-30 Eric Andersenfix up yet more annoying signed/unsigned and mixed...
2006-01-30 Rob LandleyNote on SVN 13424: Don't mix "default y" and select...
2006-01-25 "Vladimir N. Oleynik"C99 say: "char" declaration may be signed or unsigned...
2006-01-25 "Vladimir N. Oleynik"Add more bash-like dot-dirs cmdedit feature
2006-01-25 Tim Rikerjust whitespace
2006-01-22 Bernhard Reutner... - add platform.h.
2006-01-19 Bernhard Reutner... - cleanup Config.in. Use "select CONFIG_FOO" and add...
2006-01-19 "Vladimir N. Oleynik"restore 8-bit syntax works, last debian patch is broken...
2006-01-15 "Vladimir N. Oleynik"sync with dash_0.5.3-1
2006-01-15 Bernhard Reutner... - shared libbusybox.
2005-12-15 "Vladimir N. Oleynik"sync license from mainstream
2005-12-13 "Vladimir N. Oleynik"remove sigsetmask, noticed by Bernhard
2005-12-12 Rob LandleyUninitialized variable causing intermittent syntax...
2005-10-17 "Vladimir N. Oleynik"data --> text
2005-10-15 "Vladimir N. Oleynik"common BUFSIZ BSS buffer, small reduce code, data and bss
2005-10-12 "Vladimir N. Oleynik"usage bb_dev_null
2005-09-29 "Vladimir N. Oleynik"change interface to bb_xasprintf() - more perfect for me.
2005-09-26 "Vladimir N. Oleynik"correct set prompt if CONFIG_ASH_EXPAND_PRMT enabled...
2005-09-24 Mike Frysingeruse the shorter license header
2005-09-24 Mike Frysingeruse brief license line
2005-09-24 Mike Frysingerrename menu and touchup whitespace
2005-09-22 "Vladimir N. Oleynik"Reduce exported from msh applet
2005-09-22 "Vladimir N. Oleynik"Reduce exported from lash applet
2005-09-22 "Vladimir N. Oleynik"Reduce exported from hush applet
2005-09-22 "Vladimir N. Oleynik"more remove lost exported
2005-09-07 Paul Foxcommitting:
2005-09-05 "Vladimir N. Oleynik"destroy bug [0000404]
2005-09-05 "Vladimir N. Oleynik"1) sync with dash_0.5.2-7
2005-08-14 Rob LandleyPatch from Stephane Billiart to improve ash error message.
2005-08-09 Paul Foximplemented a builtin echo command in ash. moved the...
2005-08-04 Paul Foxcommiting:
2005-07-27 Mike Frysingeruse toplevel ARFLAGS and update default ARFLAGS to...
2005-07-21 Paul Foxrevert 10881, and refix by changing "if (vallen)" to...
2005-07-20 Paul Foxapplying fix for:
2005-07-20 Paul Foxapplyinf fix for:
2005-07-20 Paul Foxapplying fix from:
2005-07-19 Paul Foxapplying:
2005-05-07 Rob LandleyThis one's from me. Fix ash "standalone shell".
2005-03-04 Mike FrysingerShaun Jackman writes: Newlib uses both __getopt_initial...
2005-02-10 Ned Ludd- no need to check if JOBS is defined. Config.in ensure...
2005-02-09 Ned Ludd- add ash read -t timeout support. initial code provide...
2004-10-08 Eric AndersenFix CONFIG_ASH_MATH_SUPPORT_64 so it actually works
2004-10-08 Eric AndersenHiroshi Ito writes:
2004-10-08 Eric Andersenegor duda writes:
2004-09-24 Glenn L McGrathFix a typo
2004-09-24 Eric AndersenA bit of extra explanation regarding STANDALONE
next