aboutsummaryrefslogtreecommitdiff
path: root/applets
AgeCommit message (Expand)Author
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
2001-03-15One tinly, little, missing newline that confused Pod.Mark Whitley
2001-03-15Update the documentation so examples are autoincluded in the output text.Eric Andersen
2001-03-14Applied patch from Christophe Boyanique to add an egrep alias for grep.Mark Whitley
2001-03-13Applied patch from Christophe Boyanique to add -i support to rm.Mark Whitley
2001-03-12Applied patch from Gennady Feldman to split up syslogd.c into syslogd andMark Whitley
2001-03-12Adjust ifconfig usage message for selected options and current functionality.Manuel Novoa III
2001-03-08Per Vladimir's suggestion, force the locale to POSIX for allEric Andersen
2001-03-02Added Magnus Damm's tftp applet to Busybox.Mark Whitley
2001-03-02Changed exit code from -1 to 0 when busybox is invoked with no args.Mark Whitley
2001-02-24The usage message for syslogd had stuff longer then 80 chars and wrapped.Eric Andersen
2001-02-23Another usage cleanup from kent robottiEric Andersen
2001-02-23More cleanupsEric Andersen
2001-02-23Make HUMAN_READABLE be single argument like the others.Eric Andersen
2001-02-23More usage cleanups from kent robotti. I know some of these wereEric Andersen
2001-02-23space after \ make preprocessor sadDavid Kimdon
2001-02-23I should be more careful...Eric Andersen
2001-02-22Commit a few updates to the usage messages.Eric Andersen
2001-02-22Another update to the way usage messages are done by Evin RobertsonEric Andersen
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen
2001-02-17A bunch of usage clenups from kent robotti <robotti@metconnect.com>Eric Andersen
2001-02-17Update the build system for pristine source directory builds. ThisEric Andersen