aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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-28Patch bass ackwards behavior of hr flag.Matt Kraai
2001-03-27Change BB_FEATURE_TRIVIAL_HELP to BB_FEATURE_VERBOSE_USAGE (per bug #1130).Matt Kraai
2001-03-27In fact, socklen_t *is* defined by libc5.Mark Whitley
2001-03-20Added adjtimex applet from Larry Doolittle.Mark Whitley
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-19Split error messages into separate files.Eric Andersen
2001-03-16Stupid thinko. egrep tried to call init. Sigh. Fix from Christophe BoyaniqueEric 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-15Fix egrepEric Andersen
2001-03-15One tinly, little, missing newline that confused Pod.Mark Whitley
2001-03-15Fix linuxrc defineEric Andersen
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-14Amazing the difference between an "and" and an "or".Eric Andersen
2001-03-14Some updates for libc5Eric Andersen
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-08Add in 'trim' routine. Fix up sh.c so it works when wordexpEric Andersen
2001-03-07Changed KILOBYTE, MEGABYTE, and GIGABYTE from #define to enum.Mark Whitley
2001-03-07Some minor cleanups to df.c. Also, with Erik's blessing, changed name ofMark Whitley
2001-03-02Added Magnus Damm's tftp applet to Busybox.Mark Whitley
2001-03-01Applied patch from David Douthitt to fix build error in df.c whenMark Whitley
2001-02-27Patch from Vladimir N. Oleynik to save 128 bytes by moving errorEric Andersen
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-23Somewhere along the line, MAKE_LINKS got broken, thereby breakingEric Andersen
2001-02-23I should be more careful...Eric Andersen
2001-02-22Turn off the printf attribute for the ?error_msg* functions, since itEric Andersen
2001-02-22Add in kent robotti's updated dos2unix.cEric 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-17A bunch of usage clenups from kent robotti <robotti@metconnect.com>Eric Andersen
2001-02-16Do usage messages the same way all other apps fo them.Eric Andersen
2001-02-14Fins find message.Eric Andersen
2001-02-14I forgot to add usage.h, so here it is, with a few extra cleanups.Eric Andersen
2001-02-14This patch, put together by Manuel Novoa III, is a merge of workEric Andersen
2001-02-14Commit Vladimir's latest version of stty.c. Nice work.Eric Andersen
2001-02-14Add in ifconfig and routeEric Andersen
2001-02-14Several cleanups from Manuel Novoa III.Eric Andersen
2001-02-13Apply a patch from Evin Robertson -- new pivot_root applet.Eric Andersen
2001-02-10New applet: dpkgGlenn L McGrath