summaryrefslogtreecommitdiff
path: root/include/usage.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fernando Silveira writes:Eric Andersen2004-02-221-0/+15
| | | | | | | | | | | | | Hi, Well, I made this patch a long time ago (08/2002) because it was a need of a project, but had no time to send it to you. It adds support to `autologin' option of the telnet protocol. It has been used since made with busybox 0.60.3 at production and I had no problems with it. I have ported it to the HEAD revision of the CVS server (20040211) and I hope you enjoy and apply it to the official sources. :) Thanks a lot!
* Update usage for ftpget and ftpputGlenn L McGrath2004-02-221-2/+2
|
* Document missing cp optionsEric Andersen2004-02-201-1/+2
|
* New applet, seq. No options, just the basics.Glenn L McGrath2004-01-271-0/+10
|
* Patch by Tito, reduce size of deallocvt, also make the usage messageGlenn L McGrath2004-01-151-1/+6
| | | | | clearer (from N to [N]) and indirectly (through bb_xgetlarg) adds support for -h ;-)
* Update example slightlyEric Andersen2003-12-281-1/+1
|
* ws, show date setting formatTim Riker2003-12-281-52/+52
|
* Isolate code better for unused options, config option to enable longGlenn L McGrath2003-12-261-1/+1
| | | | options, add some conditions to the tar tests in testsuite.
* Patch from Ned Ludd, solar at gentoo dot org:Eric Andersen2003-12-241-0/+21
| | | | | | | | I had previously provided you with a patch to help complete busybox's props suite, but have heard no word back. Sense then I've made use of as many of busybox's native API settings as I could find and would really love for you to include support for this. If there is something more I need to do to get this supported added in please let me know.
* New applet, rx, by Christopher HooverGlenn L McGrath2003-12-201-0/+7
|
* Eradicate all references to loadacmEric Andersen2003-12-201-7/+0
|
* Patch from Fillod Stephane:Eric Andersen2003-12-191-3/+5
| | | | | | You will find in the attached file "syslog.patch" a patch which adds config options to set at compile time the size of the circular buffer, and some documentation update.
* Tito writes:Eric Andersen2003-12-191-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hi to all, here is a new patch for bb's devfsd. The news are: 1) Size reduction for the basic setup with no options compiled in from : text data bss dec hex filename 10591 392 543 11526 2d06 devfsd.o rw-r--r-- 1 root root 18536 Dec 18 21:52 devfsd.o to: text data bss dec hex filename 9303 392 543 10238 27fe devfsd.o rw-r--r-- 1 root root 16528 Dec 18 22:02 devfsd.o With this setup you should not expect much output from devfsd ( just at start or with -v) and if some error occurs it only exits 1. To have more output enable: " Increases logging (and size)" (+1568 b). 2) The option "Adds function names to program output" was removed from config menu and now to enable debug output you can use bb's standard option: "Build BusyBox with Debugging symbols". Be careful as with this option enabled a lot of data are outputted to /dev/log and/or to stderr. 3) A new option: "Enables the -fg and -np option" was added to config menu (+128 b). BTW: option "Adds support for MODLOAD keyword in devsfd.conf" adds 268 b. 4) The following keywords in devsfd.conf are supported: "CLEAR_CONFIG", "INCLUDE", "OPTIONAL_INCLUDE", "RESTORE", "PERMISSIONS", "EXECUTE", "COPY", "IGNORE", "MKOLDCOMPAT", "MKNEWCOMPAT","RMOLDCOMPAT", "RMNEWCOMPAT". But only if they are written UPPERCASE!!!!!!!! 5)Help text in usage.h was modified. 6)Something that I have forgotten.......... I've tested this for the last week on my box and it seems to work as expected. Thanks in advance and please apply. Ciao, Tito
* remove some spaces that mess up autodocifier.plEric Andersen2003-12-111-4/+4
|
* Patch from Steven Scholz, make usage more consistent with actualGlenn L McGrath2003-12-041-7/+9
| | | | behaviour.
* COMPRESS, not UNCOMPRESSGlenn L McGrath2003-11-181-1/+1
|
* Update usage for tar -ZGlenn L McGrath2003-11-181-1/+7
|
* Update md5sum, sha1sum options, patch by Steven ScholzGlenn L McGrath2003-11-181-10/+20
|
* Goetz Bock writes:Eric Andersen2003-10-221-2/+4
| | | | | | | | | | Dear list, during my quest do pack busybox into an RPM, I've fixed a small bug (missing \n) in dc's usage. And added two additional operations: mod and exp/power. Feel free to drop them.
* Vodz last_patch_117, update options for new xargsGlenn L McGrath2003-10-101-2/+21
|
* New applet, devfsd, by Matteo Croce and TitoGlenn L McGrath2003-10-091-0/+12
|
* Arnd Ben Otto writes:Eric Andersen2003-10-091-0/+8
| | | | | | | | | | | | | | | | | | | Hi Eric I have written a small patch for the Busybox syslogd. With this patch one can limit the size of the messagfile. As soon as the limit is reached the syslogd can rotate or purge the messagefile(s) on his own. There is no necessity to use an external rotatescript. Even if logread does something similar, its very handy to have some messagefile after your box crash. I wrote this patch initial vor BB 0.6x where no cron daemon was avail. Now I adapted it for the new Version and i hope it is still useful. At least I still use it :-) bye Arnd
* Add the "install" applet, move get_ug_id to libbb as its used by chown,Glenn L McGrath2003-09-241-0/+12
| | | | chgrp and install.
* Typo.Glenn L McGrath2003-09-121-1/+1
|
* Help for date -I when CONFIG_FEATURE_DATE_ISOFMT is enabled.Glenn L McGrath2003-08-291-1/+11
| | | | Patch by Steven Scholz
* Implement a minimalist 'last' which allows the LEAF project toEric Andersen2003-08-081-16/+6
| | | | | no longer need dumtp. Remove the 'dumtp' applet. -Erik
* Kent Robotti noted that mt.c uses "rewind" not "rew"Eric Andersen2003-08-081-1/+12
|
* Patch from Steven Scholz:Eric Andersen2003-08-061-1/+7
| | | | | | | | | | | should we rename the define into CONFIG_FEATURE_HDPARM_HDIO_DMA and use it for "set" and "get" ??? Since although CONFIG_FEATURE_HDPARM_HDIO_GET_DMA is _not_ set I still can use "hdparm -d 1 /dev/hda" to switch the DMA on. Is this desireable or meant to be like that? So how about the applied patch?
* Patch from vodz to update httpd usageEric Andersen2003-07-281-4/+31
|
* Remove the update utility, that is only relevant to older 2.0.x kernelsEric Andersen2003-07-221-9/+0
| | | | that are no longer supported.
* Very minor rdate updatesEric Andersen2003-07-221-1/+1
|
* Paul Mundt <lethal@linux-sh.org> writes:Eric Andersen2003-07-221-2/+4
| | | | | | | | | | | | | | | | | Here's a bunch of fixes for the watchdog app in busybox. This does a couple of things: - configurable timer duration (userspace timer duration is usually configurable within the device drivers themselves). - run as a daemon - shutdown the device properly on SIGINT or SIGHUP - clear the counter immediately instead of sleeping first as well as updating the usage information. This has also been switched over to getopt to deal with the optional timer duration specifier. The changes themselves are harmless and isolated, and I've veried that this works on sh and x86 without any problems.
* Matteo Croce submitted a hdparm applet.Eric Andersen2003-07-221-0/+75
|
* Fix a silly typoEric Andersen2003-07-141-1/+1
|
* Add the fdformat utility, based on a patch from Kent Robotti,Eric Andersen2003-07-051-0/+7
| | | | | but I then completely reworked the fdformat utility to comply with the current busybox way of doing things.
* Fix stupid unterminated parenthesisEric Andersen2003-07-031-1/+1
|
* Patch from Russell Coker:Eric Andersen2003-07-031-4/+11
| | | | | I've attached my latest SE Linux patch for busybox against the latest CVS version of busybox.
* New applet: patch, applies a unified diffGlenn L McGrath2003-06-221-0/+7
|
* Based on a tinylogin patch from Philip Blundell, add severalEric Andersen2003-06-211-3/+7
| | | | | additional options to adduser. -Erik
* Fix rpm usage msgEric Andersen2003-06-151-8/+8
|
* Add some missing lines for getty, patch by Steven ScholzGlenn L McGrath2003-05-131-0/+2
|
* minit, a Minimal init system.Glenn L McGrath2003-05-111-0/+29
|
* New applet, foldGlenn L McGrath2003-04-271-0/+10
|
* Minor cleanups. Document the cmp -l option.Manuel Novoa III2003-03-191-4/+7
|
* Major coreutils update.Manuel Novoa III2003-03-191-25/+72
|
* New applet sha1sumGlenn L McGrath2003-02-171-0/+5
|
* Patch from Bastian BlankGlenn L McGrath2003-02-151-0/+9
| | | | | | | - ip route flush - different usage for telnetd in inetd mode - changes for the default flags of the ip features - if no /usr requested, udhcpc should use the script also without /usr.
* New applet, inetd, make httpd features more configurable, update authors, ↵Glenn L McGrath2003-02-091-0/+8
| | | | | | last_patch_80 from Vladimir N. Oleynik
* A patch from John F. Kelly to add in a utility for configuringEric Andersen2003-01-231-0/+11
| | | | vlan under linux, derived from Ben Greear's VLAN "vconfig" tool.
* Apply patch from Ghozlane Toumi to add -inum support to find.Eric Andersen2003-01-231-1/+15
| | | | | | | | Apply patch from Ghozlane Toumi to make find smaller by combining similar error messages Forward port find -newer support from busybox stable that was missing from unstable. -Erik. Fixup usage messages for find. -Erik