aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken sort order flags.mjn32004-03-081-3/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8601 69ca8d6d-28ef-0310-b511-8ec308f3f277
* My bug. :-(mjn32004-03-081-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8600 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix/eliminate use of atolandersen2004-03-069-54/+132
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8598 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Matt Kraai to fix debian bug number 231994.bug12004-03-061-4/+7
| | | | | | | There was an extra blank line preceding the first directory. git-svn-id: svn://busybox.net/trunk/busybox@8595 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Woops, how did that get in therebug12004-03-061-5/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8594 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Don't build these support functions for uClibc, as it always suppliesmjn32004-03-061-0/+4
| | | | | | | versions. git-svn-id: svn://busybox.net/trunk/busybox@8593 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from John Powers, adds multicast (rfc2090) and timeout (rfc2349)bug12004-03-051-0/+1053
| | | | | | | options git-svn-id: svn://busybox.net/trunk/busybox@8582 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from duane no-name, optionally request additional itemsbug12004-03-051-0/+126
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8581 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch by Andrew Victor,bug12004-03-052-5/+10
| | | | | | | | | | | | | | In arpping.h, fix structure alignment of "struct arpMsg". GCC can insert padding in the structure which causes udhcpd to send an invalid ARP packet on the network. It will then not receive a valid reply, which can cause it to assign an IP address that's already in use on the network. (With kernels before 2.4.20, the "struct ethhdr" in linux/if_ether.h wasn't marked as packed. This is also an issue if your toolchain was built with a pre-2.4.20 kernel). git-svn-id: svn://busybox.net/trunk/busybox@8580 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix a typo, patch by Andrew Victorbug12004-03-051-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8579 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Tony J. White to allow paths to be configuredbug12004-03-051-0/+333
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8578 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch by Denis Vlasenko to add forground support.bug12004-03-051-0/+33
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8577 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix debugging output, patch by Hideki IWAMOTObug12004-03-051-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8576 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch by Felipe Kellermann to fix a compiler compatability problembug12004-03-051-6/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8575 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Steven Scholz to fix compiler warningsbug12004-03-051-5/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8574 69ca8d6d-28ef-0310-b511-8ec308f3f277
* New applet, eject, by Peter Willisbug12004-03-051-0/+164
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8573 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Close bracket in description from Peter Willis's eject appletbug12004-03-051-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8572 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Vernon Sauder.bug12004-03-051-1/+1
| | | | | | | | | The off_t type is not a consistent size; it depends on the kernel options (something about large file support). Therefore, the format string for printing an address is not always the same. git-svn-id: svn://busybox.net/trunk/busybox@8571 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix a compile error identiefied by Steven Scholz.bug12004-03-031-1/+1
| | | | | | | Declare variables first for compatability. git-svn-id: svn://busybox.net/trunk/busybox@8570 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Check file has execute permission for the current user, minor formatingbug12004-03-011-24/+20
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8569 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Quick fix for tftp truncation bugbug12004-02-261-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8558 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Denis Dowling to fix a ocuple of usage entriesbug12004-02-251-2/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8557 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix option handling, -i or -t must be given, if both ignore the -t.bug12004-02-251-39/+44
| | | | | | | Use bb_getopt_ulflags. git-svn-id: svn://busybox.net/trunk/busybox@8556 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Joe.C, joe at numa dot com dot tw writes:andersen2004-02-241-0/+14
| | | | | | | | | | | | | | | | | | | Hi, When downloading files over slow network (e.g. wireless/ internet) using IE, sometimes it will stop downloading and show error message 'connection closed' when the download is almost complete. This is because IE can't handle server close connection properly. Apache http_main.c fix this problem by close the connection after client close the connection. This patch do exactly the same thing. Please consider include this patch. Joe.C git-svn-id: svn://busybox.net/trunk/busybox@8555 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Prepare for releaseandersen2004-02-233-93/+593
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8553 69ca8d6d-28ef-0310-b511-8ec308f3f277
* bb_full_fd_action was incorrectly returning an error message causingbug12004-02-231-2/+2
| | | | | | | major breaking. git-svn-id: svn://busybox.net/trunk/busybox@8552 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bump up version in preparation for -pre8andersen2004-02-221-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8551 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fernando Silveira writes:andersen2004-02-223-0/+110
| | | | | | | | | | | | | | | | 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! git-svn-id: svn://busybox.net/trunk/busybox@8550 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix from Paul Kortekaas for syslog -C option, size should be in kB.bug12004-02-221-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8549 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Dmitry Zakharov, this line was missedfrom the last patchbug12004-02-221-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8548 69ca8d6d-28ef-0310-b511-8ec308f3f277
* For the time being, revert the changes for detecting copyingandersen2004-02-221-6/+0
| | | | | | | | | a directory into itself. It is harder to do this correctly than it appears. Not trying at all seems a better compromise for the time being, untill we can implement this correctly. git-svn-id: svn://busybox.net/trunk/busybox@8547 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Chris Larson (kergoth), to allow multiple directores to bebug12004-02-222-8/+11
| | | | | | | unmounted at once. git-svn-id: svn://busybox.net/trunk/busybox@8546 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Vodz, cleanup memory usage, send strdup error messages tobug12004-02-221-11/+22
| | | | | | | syslog. git-svn-id: svn://busybox.net/trunk/busybox@8545 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Vodz. last_patch_128bug12004-02-222-7/+9
| | | | | | | | | | - declare applet_using as static from applets.c - small correction to cmdedit, previous version cleared history after Ctrl-C - small spelling correction (by Friedrich Lobenstock) git-svn-id: svn://busybox.net/trunk/busybox@8544 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from James Zhu, telnetd window resizing support.bug12004-02-221-10/+28
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8543 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use bb_getopt_ulflags, marginal saving, better argument checking.bug12004-02-221-68/+41
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8542 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use /var/lib/hwclock for adjtime, its really a state file rather than abug12004-02-221-3/+1
| | | | | | | config file, so it should be in /etc, FHS mentions it also. git-svn-id: svn://busybox.net/trunk/busybox@8541 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Florian Schirmer. compile fix for debug buildsbug12004-02-221-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8540 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Hideki IWAMOTO, output debugging messages to stderrbug12004-02-221-6/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8539 69ca8d6d-28ef-0310-b511-8ec308f3f277
* remove duplicate header declarationsbug12004-02-221-14/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8538 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixup braces (patch from Thomas Geulig), run through indent and manuallybug12004-02-221-778/+744
| | | | | | | adjust. git-svn-id: svn://busybox.net/trunk/busybox@8537 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Thomas Geulig, remove duplicate headerbug12004-02-221-2/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8536 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update usage for ftpget and ftpputbug12004-02-221-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8535 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Ptch by Hideki IWAMOTO, fix a bug preventing tftp from getting orbug12004-02-221-2/+2
| | | | | | | putting more than 0xffff blocks. git-svn-id: svn://busybox.net/trunk/busybox@8534 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Return 1 upon failurebug12004-02-221-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8533 69ca8d6d-28ef-0310-b511-8ec308f3f277
* No need to check proxy env variable twice, ignore proxy env variable ifbug12004-02-221-14/+15
| | | | | | | its set to 0 git-svn-id: svn://busybox.net/trunk/busybox@8532 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Sometimes i get carried away with the use of function pointers, im surebug12004-02-213-7/+6
| | | | | | | it seemed like a good idea at the time. git-svn-id: svn://busybox.net/trunk/busybox@8531 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use return instead of exit, use == instead of & ==, left justify labels,bug12004-02-211-33/+29
| | | | | | | adjustment of whitespace. git-svn-id: svn://busybox.net/trunk/busybox@8530 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Document missing cp optionsandersen2004-02-201-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8529 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix up hard linksbug12004-02-201-3/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8522 69ca8d6d-28ef-0310-b511-8ec308f3f277