summaryrefslogtreecommitdiff
path: root/include/usage.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Watch applet by Michael HabermannGlenn L McGrath2002-09-161-0/+12
|
* Apply vodz' last_patch52Eric Andersen2002-09-161-1/+1
|
* mesg applet by Manuel Novoa IIIGlenn L McGrath2002-09-161-0/+7
|
* openvt applet by Quy TonthatGlenn L McGrath2002-09-161-0/+7
|
* Use busybox's show_usage function for helpGlenn L McGrath2002-09-151-0/+1
|
* Awk applet written from scratch by Dmitry ZakharovGlenn L McGrath2002-09-151-0/+8
|
* Remove extrangeous backslashes that were probably introduced byAaron Lehmann2002-08-231-4/+4
| | | | | someone joining lines and forgetting to remove the backslash escaping the newline.
* New applet, udhcp clientGlenn L McGrath2002-08-211-0/+14
|
* Added a help text for the -C option to syslogdRobert Griebl2002-08-071-1/+9
|
* Initial checkin of a very primitive hwclock replacementRobert Griebl2002-07-211-0/+11
|
* This patch from Bart Visscher <magick@linux-fan.com> addsEric Andersen2002-07-031-0/+30
| | | | | | | | | | | | | | | IPV6 support to busybox. This patch does the following: * Add IPv6 support to libbb * Enable IPv6 interface address display * Add IPv6 config option * Adds ping6, an adaptation of the ping applet for IPv6 * Adds support routines for ping6: - xgethostbyname2 - create_icmp6_socket * Adds ifconfig support for IPv6 * Add support IPv6 to netstat * Add IPv6 support to route Thanks Bart!
* Patch from Martin Volf <volf@dragon.cz> to fix where I hadEric Andersen2002-07-031-2/+2
| | | | screwed up the usage messages
* Silly spelling fixEric Andersen2002-07-031-1/+1
| | | | -Erik
* Port over the last of the tinylogin appletsEric Andersen2002-06-231-0/+34
| | | | -Erik
* Bigger patch for (partial) tinylogin integrationRobert Griebl2002-06-041-0/+16
| | | | | | | | | | | | | - Made a new dir loginutils - Moved all applets from pwd_grp to loginutils - Added new applets su.c login.c to loginutils - Made a new dir libpwdgrp - Moved everything from pwd_grp/libpwd_grp there - Added shadow.c to libpwdgrp - Removed dir pwd_grp - Added usage strings for login and su to usage.h - Changed main Makefile to reflect the dir rearrangements [Parts of this patch may overlap with my other two patches]
* Added support for -Y|--proxy=on/off to wgetRobert Griebl2002-05-141-2/+3
|
* This patch adds -e (extended information) to route and -r/-e (show routingRobert Griebl2002-05-141-2/+5
| | | | | tables/extended information) to netstat. This makes them behave (more) like their GNU counterparts.
* Support noerror optionEric Andersen2002-04-271-1/+2
|
* Add netcat -i option, per patch from Cristian Ionescu-IdbohrnEric Andersen2002-04-261-0/+1
| | | | <cristian.ionescu-idbohrn@axis.com>
* Add the who applet, supplied by Da Chen <dchen@ayrnetworks.com>Eric Andersen2002-04-261-2/+10
|
* Patch from Jim Treadway -- fix a missing "\" in usage.hEric Andersen2002-04-131-1/+1
|
* Patch from Edward Betts <edward@debian.org> to add -x switch to du.cEric Andersen2002-04-061-1/+2
|
* * archival/bunzip2.c: Include <unistd.h>.Matt Kraai2002-03-271-4/+5
| | | | | | | (bunzip2_main): Read data from standard input if FILE argument is `-' or omitted. * include/usage.h (bunzip2_trivial_usage, bunzip2_full_usage): Rewrite. * testsuite/bunzip2/bunzip2-reads-from-standard-input: New.
* * include/applets.h (CONFIG_LOSETUP): New.Matt Kraai2002-03-201-0/+9
| | | | | | | * include/usage.h (losetup_trivial_usage, losetup_full_usage): New. * util-linux/Makefile: Add losetup.o. * util-linux/config.in: Add losetup prompt. * util-linux/losetup.c: New.
* * archival/gzip.c (ifname, ofname): Delete.Matt Kraai2002-02-051-2/+2
| | | | | | | | (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.
* * include/usage.h (gzip_trivial_usage): Make FILE optional.Matt Kraai2002-02-051-2/+2
| | | | (gzip_full_usage): Note behavior when FILE is unspecified.
* * include/usage.h: Fix route and unzip usage messages (patch fromMatt Kraai2002-01-031-2/+2
| | | | Laurence Anderson).
* unzip applet by Laurence AndersonGlenn L McGrath2002-01-021-0/+13
| | | | ----------------------------------------------------------------------
* Vodz' last_patch31Eric Andersen2001-12-181-0/+2
| | | | | | | | | | | | | 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
* Add in a new restart init target, triggered by SIGHUP. Patch fromEric Andersen2001-12-171-2/+9
| | | | | Russ Dill, with adjustments by me. -Erik
* Some minor usage cleanups from David Douthitt <ssrat@mailbag.com>Eric Andersen2001-12-161-2/+2
|
* Remove documentation for the --file option to hostname (noted byMatt Kraai2001-12-061-5/+5
| | | | David Douthitt).
* Merge in the cal applet from Steve Merrifield <steve@labyrinth.net.au>Eric Andersen2001-12-061-0/+8
|
* Patch from Steve Merrifield <steve@labyrinth.net.au> toEric Andersen2001-12-061-2/+2
| | | | | fixup the merge of the time applet, which I messed up. -Erik
* Add in a 'time' applet. Adds 4.5k.Eric Andersen2001-11-301-0/+7
| | | | -Erik
* bzcat and bunzip -c support from Thomas LundquistGlenn L McGrath2001-11-181-1/+7
|
* Introduce od and hexdump appletsGlenn L McGrath2001-11-021-0/+23
|
* Move usage.h to include/usage.hEric Andersen2001-10-311-0/+11
|
* Run parts applet by Emanuele Aina <faina.mail@tiscalinet.it>Eric Andersen2001-10-311-0/+10
|
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-27/+27
| | | | -Erik
* Commit the start-stop-daemon applet. This was contributed by DavidEric Andersen2001-10-181-0/+14
| | | | | | 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!
* Remove duplicate tftp -l option helpGlenn L McGrath2001-10-051-1/+0
|
* Apply Magnus Damm's patch, adds tftp blocksize support, and some cleanups.Glenn L McGrath2001-10-051-2/+10
|
* Initial support for for bunzip2....Glenn L McGrath2001-10-051-0/+6
| | | | | | | 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))
* Fix tftp usage information (closes: #1216).Matt Kraai2001-09-211-5/+7
|
* Remove traces of rpmunpack (patch by Laurence Anderson).Matt Kraai2001-08-271-5/+0
|
* Initial merge of all tinylogin applets that do not require crypt.Eric Andersen2001-08-211-0/+41
| | | | | | | 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
* Allow multiple shells to be enabled.Matt Kraai2001-08-011-3/+3
|
* I just wrote up a simple pidof applet, closing bug #1197Eric Andersen2001-07-311-0/+8
| | | | -Erik
* Some patches to make dietlibc work...Eric Andersen2001-07-221-0/+7
|