aboutsummaryrefslogtreecommitdiff
path: root/applets
AgeCommit message (Expand)Author
2001-06-24Nore unarchive (and doc) fixes from Laurence AndersonGlenn L McGrath
2001-06-24Make the extern NUM_APPLETS be a extern const NUM_APPLETS, to matchEric Andersen
2001-06-22cpio applet, and changes to associated codeGlenn L McGrath
2001-06-21Add wget -P support, finishing off bug #1176Eric Andersen
2001-06-21Support tar -C, per bug #1176Eric Andersen
2001-06-21Remove documentation of unsupported sed options.Matt Kraai
2001-06-21Per a suggestion from Tom Oehser, fix up the leading-hyphen hack toEric Andersen
2001-06-15Applied patch from Jim Gleason that makes it so busybox will still work evenMark Whitley
2001-06-03Remove space between ar optionsGlenn L McGrath
2001-06-03Correct ar optionsGlenn L McGrath
2001-05-23Patch from larry to fix some grammar errors.Eric Andersen
2001-05-22It turns out the descriptions of both dos2unix and unix2dosEric Andersen
2001-05-21Patch from Lars Kellogg-Stedman <lars@larsshack.org> to fix bugEric Andersen
2001-05-21A couple more minor touchupsEric Andersen
2001-05-21Several cleanups for usage messagesEric Andersen
2001-05-21Patch from Gernot Poerner <gp@it-netservice.de>. Adds inEric Andersen
2001-05-18Fix an escape problem in the docs. Some \n's didn't have the '\'Eric Andersen
2001-05-15Patch from Adam Heath <doogie@debian.org> to add arbitrary header supportEric Andersen
2001-05-13Make the locale stuff only do the getpid==1 check if BB_INIT is definedEric Andersen
2001-05-11Fix the chown usage text, also thanks to Lars Kellogg-Stedman <lars@larsshack...Eric Andersen
2001-05-11Fix env usage information.Matt Kraai
2001-05-07Per some comments from Lars Kellogg-Stedman <lars@larsshack.org>,Eric Andersen
2001-05-01Another refinement, this time from Larry.Eric Andersen
2001-05-01Argh. Now we break non-pristine builds. Check a bit more carefully.Eric Andersen
2001-05-01A patch from Larry to fix pristine source builds (again).Eric Andersen
2001-04-30Made new xreadlink function for libbb and changed applets to use it instead ofMark Whitley
2001-04-25Removed obsoleted BB_FEATURE_RM_INTERACTIVEMark Whitley
2001-04-25Applied patch from I.Q. to add -s to cmp.Mark Whitley
2001-04-25Move messages.c to libbb. Make each string in messages.c be its own .o file.Eric Andersen
2001-04-17Applied patch from I.Q. to add sort -u as a feature.Mark Whitley
2001-04-17Applied a patch from Laurence Anderson to fix the wget statusbar and a patchMark Whitley
2001-04-17- usage.hJohn Beppu
2001-04-15Document new dpkg-deb funtionsGlenn L McGrath
2001-04-12New dpkg-deb function -t, stands for --fsys-tarfileGlenn L McGrath
2001-04-09Make 'grep -l' workEric Andersen
2001-04-09Apply Vladimir's latest cleanup patch.Eric Andersen
2001-04-05A patch from Dmitry Zakharov <dmit@crp.bank.gov.ua> which addsEric Andersen
2001-04-04I said no new features till after the 0.51 release. Well, I lied. This is aEric Andersen
2001-04-03A patch from Matt Kraai that adds a new 'shutdown' action to busybox init. NowEric Andersen
2001-04-03Make 'busybox --help' work as expected, closing bug #1139Eric Andersen
2001-04-01Move the mtab support stuff into libbbEric Andersen
2001-03-29Add in a new standalone env applet for fixing up app's environmentsEric Andersen
2001-03-28Applied patch from David Douthitt to re-add -print option to find.Mark Whitley
2001-03-23includes cleanup from Jeff GarzikEric Andersen
2001-03-20Added adjtimex applet from Larry Doolittle.Mark Whitley
2001-03-20Force applet_name to be "sh" when command prefaced by "-"Eric Andersen
2001-03-20chown was missing a ] in its usage msgEric Andersen
2001-03-19Patch from Vladimir to move struct applet from busybox.c to applets.c,Eric Andersen
2001-03-16Convert utility.c into libbb.a. It is now a whole pile of .cEric Andersen
2001-03-16There was an unwanted extra newline, which prevented buildingEric Andersen