aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
AgeCommit message (Collapse)Author
2002-02-05* archival/gzip.c (ifname, ofname): Delete.Matt Kraai
(gzip_main): Handle multiple files. * include/usage.h (gzip_trivial_usage): Allow multiple FILEs. (gzip_full_usage): Ditto. * testsuite/gzip/gzip-accepts-multiple-files: New. * testsuite/gzip/gzip-removes-original-file: New.
2002-02-05* include/usage.h (gzip_trivial_usage): Make FILE optional.Matt Kraai
(gzip_full_usage): Note behavior when FILE is unspecified.
2002-01-03* include/usage.h: Fix route and unzip usage messages (patch fromMatt Kraai
Laurence Anderson).
2002-01-02unzip applet by Laurence AndersonGlenn L McGrath
----------------------------------------------------------------------
2001-12-18Vodz' last_patch31Eric Andersen
Very minimal last corrections: 1) busybox.c: fix warining 2) docs/: add applets for list from pwd_grp 3) usage.h: add -n option for route 4) run_parts.c: many todo fix for busybox style 5) addgroup.c: add #ifdef CONFIG_FEATURE_SHADOWPASSWDS, reduce one perror_msg 6) adduser.c: fix bug "variable i not initialize" and add #ifdef CONFIG_FEATURE_SHADOWPASSWDS
2001-12-17Add in a new restart init target, triggered by SIGHUP. Patch fromEric Andersen
Russ Dill, with adjustments by me. -Erik
2001-12-16Some minor usage cleanups from David Douthitt <ssrat@mailbag.com>Eric Andersen
2001-12-06Remove documentation for the --file option to hostname (noted byMatt Kraai
David Douthitt).
2001-12-06Merge in the cal applet from Steve Merrifield <steve@labyrinth.net.au>Eric Andersen
2001-12-06Patch from Steve Merrifield <steve@labyrinth.net.au> toEric Andersen
fixup the merge of the time applet, which I messed up. -Erik
2001-11-30Add in a 'time' applet. Adds 4.5k.Eric Andersen
-Erik
2001-11-18bzcat and bunzip -c support from Thomas LundquistGlenn L McGrath
2001-11-02Introduce od and hexdump appletsGlenn L McGrath
2001-10-31Move usage.h to include/usage.hEric Andersen
2001-10-31Run parts applet by Emanuele Aina <faina.mail@tiscalinet.it>Eric Andersen
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen
-Erik
2001-10-18Commit the start-stop-daemon applet. This was contributed by DavidEric Andersen
Kimdon <dwhedon@gordian.com> on october 7th -- the day I was fired from Lineo. So it seems I totally forgot about this patch until now. Sorry about that David!
2001-10-05Remove duplicate tftp -l option helpGlenn L McGrath
2001-10-05Apply Magnus Damm's patch, adds tftp blocksize support, and some cleanups.Glenn L McGrath
2001-10-05Initial support for for bunzip2....Glenn L McGrath
This code could be improvemed by 1) supporting more options, 2) Creating a shared crc table with gunzip, or perhaps generated on the fly. 3) Removing any remaining unneccessary code (e.g. if (noisy))
2001-09-21Fix tftp usage information (closes: #1216).Matt Kraai
2001-08-27Remove traces of rpmunpack (patch by Laurence Anderson).Matt Kraai
2001-08-21Initial merge of all tinylogin applets that do not require crypt.Eric Andersen
There is some optimization that can be done to better use libbb in these applets. There is also redundancy between stty and getty which could be eliminated. -Erik
2001-08-01Allow multiple shells to be enabled.Matt Kraai
2001-07-31I just wrote up a simple pidof applet, closing bug #1197Eric Andersen
-Erik
2001-07-22Some patches to make dietlibc work...Eric Andersen
2001-07-18Update dpkg usageGlenn L McGrath
2001-07-10A traceroute applet from vodz. This could probably be slimmed down,Eric Andersen
but will do for now...
2001-06-26rpm2cpio applet by Laurence AndersonGlenn L McGrath
2001-06-24Nore unarchive (and doc) fixes from Laurence AndersonGlenn L McGrath
2001-06-22cpio applet, and changes to associated codeGlenn L McGrath
2001-06-21Add wget -P support, finishing off bug #1176Eric Andersen
-Erik
2001-06-21Support tar -C, per bug #1176Eric Andersen
-Erik
2001-06-21Remove documentation of unsupported sed options.Matt Kraai
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
were broken. This fixes. -Erik
2001-05-21Patch from Lars Kellogg-Stedman <lars@larsshack.org> to fix bugEric Andersen
#1130 (i.e. When you turn on features it should always ADD features)
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
mount bind support.
2001-05-18Fix an escape problem in the docs. Some \n's didn't have the '\'Eric Andersen
escaped, and so were messsing the out output. -Erik
2001-05-15Patch from Adam Heath <doogie@debian.org> to add arbitrary header supportEric Andersen
to wget, so it can now do funky interactive things with cgi scripts.
2001-05-11Fix the chown usage text, also thanks to Lars Kellogg-Stedman ↵Eric Andersen
<lars@larsshack.org>
2001-05-11Fix env usage information.Matt Kraai
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-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
to usage.h to document the -q option.