| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Support noerror option | Eric Andersen | 2002-04-27 | 1 | -1/+2 |
| | | |||||
| * | Add netcat -i option, per patch from Cristian Ionescu-Idbohrn | Eric Andersen | 2002-04-26 | 1 | -0/+1 |
| | | | | | <cristian.ionescu-idbohrn@axis.com> | ||||
| * | Add the who applet, supplied by Da Chen <dchen@ayrnetworks.com> | Eric Andersen | 2002-04-26 | 1 | -2/+10 |
| | | |||||
| * | Patch from Jim Treadway -- fix a missing "\" in usage.h | Eric Andersen | 2002-04-13 | 1 | -1/+1 |
| | | |||||
| * | Patch from Edward Betts <edward@debian.org> to add -x switch to du.c | Eric Andersen | 2002-04-06 | 1 | -1/+2 |
| | | |||||
| * | * archival/bunzip2.c: Include <unistd.h>. | Matt Kraai | 2002-03-27 | 1 | -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 Kraai | 2002-03-20 | 1 | -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 Kraai | 2002-02-05 | 1 | -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 Kraai | 2002-02-05 | 1 | -2/+2 |
| | | | | | (gzip_full_usage): Note behavior when FILE is unspecified. | ||||
| * | * include/usage.h: Fix route and unzip usage messages (patch from | Matt Kraai | 2002-01-03 | 1 | -2/+2 |
| | | | | | Laurence Anderson). | ||||
| * | unzip applet by Laurence Anderson | Glenn L McGrath | 2002-01-02 | 1 | -0/+13 |
| | | | | | ---------------------------------------------------------------------- | ||||
| * | Vodz' last_patch31 | Eric Andersen | 2001-12-18 | 1 | -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 from | Eric Andersen | 2001-12-17 | 1 | -2/+9 |
| | | | | | | Russ Dill, with adjustments by me. -Erik | ||||
| * | Some minor usage cleanups from David Douthitt <ssrat@mailbag.com> | Eric Andersen | 2001-12-16 | 1 | -2/+2 |
| | | |||||
| * | Remove documentation for the --file option to hostname (noted by | Matt Kraai | 2001-12-06 | 1 | -5/+5 |
| | | | | | David Douthitt). | ||||
| * | Merge in the cal applet from Steve Merrifield <steve@labyrinth.net.au> | Eric Andersen | 2001-12-06 | 1 | -0/+8 |
| | | |||||
| * | Patch from Steve Merrifield <steve@labyrinth.net.au> to | Eric Andersen | 2001-12-06 | 1 | -2/+2 |
| | | | | | | fixup the merge of the time applet, which I messed up. -Erik | ||||
| * | Add in a 'time' applet. Adds 4.5k. | Eric Andersen | 2001-11-30 | 1 | -0/+7 |
| | | | | | -Erik | ||||
| * | bzcat and bunzip -c support from Thomas Lundquist | Glenn L McGrath | 2001-11-18 | 1 | -1/+7 |
| | | |||||
| * | Introduce od and hexdump applets | Glenn L McGrath | 2001-11-02 | 1 | -0/+23 |
| | | |||||
| * | Move usage.h to include/usage.h | Eric Andersen | 2001-10-31 | 1 | -0/+11 |
| | | |||||
| * | Run parts applet by Emanuele Aina <faina.mail@tiscalinet.it> | Eric Andersen | 2001-10-31 | 1 | -0/+10 |
| | | |||||
| * | Major rework of the directory structure and the entire build system. | Eric Andersen | 2001-10-24 | 1 | -27/+27 |
| | | | | | -Erik | ||||
| * | Commit the start-stop-daemon applet. This was contributed by David | Eric Andersen | 2001-10-18 | 1 | -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 help | Glenn L McGrath | 2001-10-05 | 1 | -1/+0 |
| | | |||||
| * | Apply Magnus Damm's patch, adds tftp blocksize support, and some cleanups. | Glenn L McGrath | 2001-10-05 | 1 | -2/+10 |
| | | |||||
| * | Initial support for for bunzip2.... | Glenn L McGrath | 2001-10-05 | 1 | -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 Kraai | 2001-09-21 | 1 | -5/+7 |
| | | |||||
| * | Remove traces of rpmunpack (patch by Laurence Anderson). | Matt Kraai | 2001-08-27 | 1 | -5/+0 |
| | | |||||
| * | Initial merge of all tinylogin applets that do not require crypt. | Eric Andersen | 2001-08-21 | 1 | -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 Kraai | 2001-08-01 | 1 | -3/+3 |
| | | |||||
| * | I just wrote up a simple pidof applet, closing bug #1197 | Eric Andersen | 2001-07-31 | 1 | -0/+8 |
| | | | | | -Erik | ||||
| * | Some patches to make dietlibc work... | Eric Andersen | 2001-07-22 | 1 | -0/+7 |
| | | |||||
| * | Update dpkg usage | Glenn L McGrath | 2001-07-18 | 1 | -2/+7 |
| | | |||||
| * | A traceroute applet from vodz. This could probably be slimmed down, | Eric Andersen | 2001-07-10 | 1 | -0/+22 |
| | | | | | but will do for now... | ||||
| * | rpm2cpio applet by Laurence Anderson | Glenn L McGrath | 2001-06-26 | 1 | -1/+6 |
| | | |||||
| * | Nore unarchive (and doc) fixes from Laurence Anderson | Glenn L McGrath | 2001-06-24 | 1 | -3/+3 |
| | | |||||
| * | cpio applet, and changes to associated code | Glenn L McGrath | 2001-06-22 | 1 | -0/+12 |
| | | |||||
| * | Add wget -P support, finishing off bug #1176 | Eric Andersen | 2001-06-21 | 1 | -1/+2 |
| | | | | | -Erik | ||||
| * | Support tar -C, per bug #1176 | Eric Andersen | 2001-06-21 | 1 | -5/+6 |
| | | | | | -Erik | ||||
| * | Remove documentation of unsupported sed options. | Matt Kraai | 2001-06-21 | 1 | -2/+1 |
| | | |||||
| * | Remove space between ar options | Glenn L McGrath | 2001-06-03 | 1 | -1/+1 |
| | | |||||
| * | Correct ar options | Glenn L McGrath | 2001-06-03 | 1 | -3/+2 |
| | | |||||
| * | Patch from larry to fix some grammar errors. | Eric Andersen | 2001-05-23 | 1 | -10/+10 |
| | | |||||
| * | It turns out the descriptions of both dos2unix and unix2dos | Eric Andersen | 2001-05-22 | 1 | -4/+4 |
| | | | | | | were broken. This fixes. -Erik | ||||
| * | Patch from Lars Kellogg-Stedman <lars@larsshack.org> to fix bug | Eric Andersen | 2001-05-21 | 1 | -2/+2 |
| | | | | | #1130 (i.e. When you turn on features it should always ADD features) | ||||
| * | A couple more minor touchups | Eric Andersen | 2001-05-21 | 1 | -3/+3 |
| | | |||||
| * | Several cleanups for usage messages | Eric Andersen | 2001-05-21 | 1 | -40/+44 |
| | | |||||
| * | Patch from Gernot Poerner <gp@it-netservice.de>. Adds in | Eric Andersen | 2001-05-21 | 1 | -1/+2 |
| | | | | | mount bind support. | ||||
| * | Fix an escape problem in the docs. Some \n's didn't have the '\' | Eric Andersen | 2001-05-18 | 1 | -2/+2 |
| | | | | | | escaped, and so were messsing the out output. -Erik | ||||
