aboutsummaryrefslogtreecommitdiff
path: root/applets (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some patches to make dietlibc work...andersen2001-07-221-0/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3134 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update dpkg usagebug12001-07-181-2/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3119 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A traceroute applet from vodz. This could probably be slimmed down,andersen2001-07-101-0/+22
| | | | | | | but will do for now... git-svn-id: svn://busybox.net/trunk/busybox@3053 69ca8d6d-28ef-0310-b511-8ec308f3f277
* rpm2cpio applet by Laurence Andersonbug12001-06-261-1/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2902 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Nore unarchive (and doc) fixes from Laurence Andersonbug12001-06-241-3/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2894 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make the extern NUM_APPLETS be a extern const NUM_APPLETS, to matchandersen2001-06-241-1/+1
| | | | | | | | the actual definition. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2892 69ca8d6d-28ef-0310-b511-8ec308f3f277
* cpio applet, and changes to associated codebug12001-06-221-0/+12
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2887 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add wget -P support, finishing off bug #1176andersen2001-06-211-1/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@2874 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Support tar -C, per bug #1176andersen2001-06-211-5/+6
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@2872 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove documentation of unsupported sed options.kraai2001-06-211-2/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2869 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Per a suggestion from Tom Oehser, fix up the leading-hyphen hack toandersen2001-06-211-5/+2
| | | | | | | | | | | make it general. Now all leading single hyphens are ignored for purposed of applet name matching, while argv[0] is still passed unaltered to applets, so leading-hyphen sensitive applets (such as sh) can react accordingly. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2867 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Applied patch from Jim Gleason that makes it so busybox will still work evenmarkw2001-06-151-1/+10
| | | | | | | if you rename it. git-svn-id: svn://busybox.net/trunk/busybox@2836 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove space between ar optionsbug12001-06-031-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2787 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Correct ar optionsbug12001-06-031-3/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2786 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from larry to fix some grammar errors.andersen2001-05-232-11/+11
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2715 69ca8d6d-28ef-0310-b511-8ec308f3f277
* It turns out the descriptions of both dos2unix and unix2dosandersen2001-05-221-4/+4
| | | | | | | | were broken. This fixes. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2711 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Lars Kellogg-Stedman <lars@larsshack.org> to fix bugandersen2001-05-211-2/+2
| | | | | | | #1130 (i.e. When you turn on features it should always ADD features) git-svn-id: svn://busybox.net/trunk/busybox@2690 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A couple more minor touchupsandersen2001-05-211-3/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2688 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Several cleanups for usage messagesandersen2001-05-211-40/+44
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2687 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Gernot Poerner <gp@it-netservice.de>. Adds inandersen2001-05-211-1/+2
| | | | | | | mount bind support. git-svn-id: svn://busybox.net/trunk/busybox@2680 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix an escape problem in the docs. Some \n's didn't have the '\'andersen2001-05-181-2/+2
| | | | | | | | escaped, and so were messsing the out output. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2676 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Adam Heath <doogie@debian.org> to add arbitrary header supportandersen2001-05-151-1/+1
| | | | | | | to wget, so it can now do funky interactive things with cgi scripts. git-svn-id: svn://busybox.net/trunk/busybox@2649 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make the locale stuff only do the getpid==1 check if BB_INIT is definedandersen2001-05-131-1/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2629 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix the chown usage text, also thanks to Lars Kellogg-Stedman ↵andersen2001-05-111-2/+3
| | | | | | <lars@larsshack.org> git-svn-id: svn://busybox.net/trunk/busybox@2611 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix env usage information.kraai2001-05-111-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2604 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Per some comments from Lars Kellogg-Stedman <lars@larsshack.org>,andersen2001-05-071-4/+1
| | | | | | | | | make xreadlink() return NULL on failure, and make sure everyone uses the interface correctly. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2551 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Another refinement, this time from Larry.andersen2001-05-011-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2504 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Argh. Now we break non-pristine builds. Check a bit more carefully.andersen2001-05-011-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@2503 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A patch from Larry to fix pristine source builds (again).andersen2001-05-011-1/+1
| | | | | | | I just can't seem to _not_ break it. Sigh. git-svn-id: svn://busybox.net/trunk/busybox@2499 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Made new xreadlink function for libbb and changed applets to use it instead ofmarkw2001-04-301-14/+3
| | | | | | | readlink(2). git-svn-id: svn://busybox.net/trunk/busybox@2495 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Removed obsoleted BB_FEATURE_RM_INTERACTIVEmarkw2001-04-251-6/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2441 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Applied patch from I.Q. to add -s to cmp.markw2001-04-251-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2440 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Move messages.c to libbb. Make each string in messages.c be its own .o file.andersen2001-04-252-9/+0
| | | | | | | | | | This way, we can new get rid of all that tedious #define rubbish we used to need to enable specific messages. This way is enormously simpler, and as a bonus also ends up saving us 96 bytes. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2430 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Applied patch from I.Q. to add sort -u as a feature.markw2001-04-171-2/+11
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2363 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Applied a patch from Laurence Anderson to fix the wget statusbar and a patchmarkw2001-04-171-1/+1
| | | | | | | to usage.h to document the -q option. git-svn-id: svn://busybox.net/trunk/busybox@2361 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - usage.hbeppu2001-04-171-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | o echo_example_usage needed to escape some backslashes in an inner quote o find_full_usage missing a \n at the end of the -name line ? getopt_full_usage the -o line has tab issues, but I didn't fix them. o length_example_usage removed some double-quotes that were within an inner quotes o printf_example_usage needed to escape a backslash in an inner quote o sort_example_usage needed to escape some backslashes and double quotes in an inner quote o tftp_full_usage s/nameing/naming/; o umount_full_usage remove colons after options for consistency w/ other full_usage messages o uniq_example_usage needed to escape some backslashes and double quotes in an inner quote - TODO xargs -l ? - docs/autodocifier.pl POD && comment updates - docs/busybox_footer.pod added Larry Doolittle and Sterling Huxley git-svn-id: svn://busybox.net/trunk/busybox@2357 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Document new dpkg-deb funtionsbug12001-04-151-3/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2349 69ca8d6d-28ef-0310-b511-8ec308f3f277
* New dpkg-deb function -t, stands for --fsys-tarfilebug12001-04-121-3/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2333 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make 'grep -l' workandersen2001-04-091-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2290 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Apply Vladimir's latest cleanup patch.andersen2001-04-091-7/+16
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@2288 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A patch from Dmitry Zakharov <dmit@crp.bank.gov.ua> which addsandersen2001-04-051-1/+2
| | | | | | | | | | | | | | | | | - support for ftp downloads - HTTP basic authentication support (as an optional feature) - handling of http redirections - protocol version changed to 1.0 (to stop servers from requesting chunked encoding) - bugfix: in the case when content-length not given, wget didn't download anything - when attempting to continue an aborted download but server doesn't support restarts, reopen output file in write mode - changed assumption that existing file should restart an aborted download. Now the user must explicitly specify this with -c git-svn-id: svn://busybox.net/trunk/busybox@2263 69ca8d6d-28ef-0310-b511-8ec308f3f277
* I said no new features till after the 0.51 release. Well, I lied. This is aandersen2001-04-041-0/+7
| | | | | | | | vi editor for busybox, contributed by Sterling Huxley <sterling@europa.com>. It adds 22k to the busybox binary when enabled. Quite impressive! git-svn-id: svn://busybox.net/trunk/busybox@2240 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A patch from Matt Kraai that adds a new 'shutdown' action to busybox init. Nowandersen2001-04-031-6/+15
| | | | | | | | you can specify an arbitrary behavior for 'ctrlaltdel' without that behavior needing to be a reboot. git-svn-id: svn://busybox.net/trunk/busybox@2232 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make 'busybox --help' work as expected, closing bug #1139andersen2001-04-032-1/+8
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@2231 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Move the mtab support stuff into libbbandersen2001-04-011-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@2229 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add in a new standalone env applet for fixing up app's environmentsandersen2001-03-291-0/+9
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@2224 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Applied patch from David Douthitt to re-add -print option to find.markw2001-03-281-0/+1
| | | | | | | Closes bug #1144. git-svn-id: svn://busybox.net/trunk/busybox@2218 69ca8d6d-28ef-0310-b511-8ec308f3f277
* includes cleanup from Jeff Garzikandersen2001-03-231-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2187 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added adjtimex applet from Larry Doolittle.markw2001-03-201-0/+13
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2174 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Force applet_name to be "sh" when command prefaced by "-"andersen2001-03-201-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2173 69ca8d6d-28ef-0310-b511-8ec308f3f277