Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - shrink it a bit further. | Bernhard Reutner-Fischer | 2006-03-31 | 1 | -76/+65 | |
| | | | | | | text data bss dec hex filename 3627 4 120 3751 ea7 networking/arping.o.oorig 3548 4 96 3648 e40 networking/arping.o | |||||
* | Shrink patch from Bernhard Fischer. | Rob Landley | 2006-03-30 | 1 | -81/+69 | |
| | ||||||
* | - fix paste'o which i overlooked when applying dalias' fmt stuff. | Bernhard Reutner-Fischer | 2006-03-30 | 1 | -1/+1 | |
| | ||||||
* | fix from David Daney, on busybox mailing list: | Paul Fox | 2006-03-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | > The problem is that if the zcip protocol times out at about the same > time another ARP packet is being received, the newly calculated timeout > may be set to wait forever. This prevents the protocol from progressing > through its various states. > > The Fix is to set the timeout to zero if it used to be a positive > number, but it has already expired. This causes the next protocol state > to be entered immediately instead of never. > > If OK please commit. > > Also note that if you may have to apply the patch on this page: > > http://www.science.uva.nl/research/air/wiki/LinkLocalARPMeasurements > > To the linux kernel to get proper zcip behavior. > | |||||
* | - Rich Felker writes: fix invalid printf format strings | Bernhard Reutner-Fischer | 2006-03-29 | 1 | -16/+16 | |
| | | | | | | | | | http://busybox.net/lists/busybox/2006-March/019568.html text data bss dec hex filename 900619 10316 1038724 1949659 1dbfdb busybox.oorig 900603 10316 1038724 1949643 1dbfcb busybox | |||||
* | remove in place of external link | Mike Frysinger | 2006-03-23 | 48 | -5062/+0 | |
| | ||||||
* | make the makefile a little more flexible so we can store in either location | Mike Frysinger | 2006-03-23 | 2 | -35/+40 | |
| | ||||||
* | sync busybox and udhcp trees | Mike Frysinger | 2006-03-23 | 7 | -14/+21 | |
| | ||||||
* | Fix from Glenn McGrath. | Rob Landley | 2006-03-22 | 1 | -1/+1 | |
| | ||||||
* | 2006-03-21 Shaun Jackman <sjackman@gmail.com>: Include signal.h instead of ↵ | Mike Frysinger | 2006-03-22 | 3 | -3/+3 | |
| | | | | sys/signal.h. | |||||
* | Roy Walker writes: | Eric Andersen | 2006-03-20 | 2 | -2/+10 | |
| | | | | | | | | | | | | | | | | | Here is a patch against the current subversion repository, that makes udhcpc have an adjustable timeout. Works for both foreground and before it drops to the background. This brings it more in-line with ISC dhcpc. Use like so: udhcpc --timeout=10 ... or udhcpc -T 10 ... Still shooting for 1.1.1 this month? Would really be great if you could get this in that release. Please give credit to Paul Pacheco - ppacheco@gmail.com. | |||||
* | update comments as to what caused the defines to change | Mike Frysinger | 2006-03-13 | 1 | -10/+11 | |
| | ||||||
* | - revert back to r14406 | Bernhard Reutner-Fischer | 2006-03-13 | 3 | -129/+105 | |
| | ||||||
* | fix building with glibc-2.4 | Mike Frysinger | 2006-03-10 | 1 | -0/+10 | |
| | ||||||
* | Patch from Denis Vlasenko turning static const int (which gets emitted into | Rob Landley | 2006-03-10 | 6 | -40/+48 | |
| | | | | the busybox binary) into enums (which don't). | |||||
* | - fix typo | Bernhard Reutner-Fischer | 2006-03-09 | 1 | -2/+2 | |
| | ||||||
* | - backout using features which are not available with the previous stable | Bernhard Reutner-Fischer | 2006-03-09 | 3 | -7/+18 | |
| | | | | version of make (3.71.1). | |||||
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 5 | -8/+8 | |
| | | | | definitions. (That should only be on prototypes.) | |||||
* | Kill off some unused code that was wasting several k, as noticed by | Eric Andersen | 2006-03-03 | 4 | -216/+0 | |
| | | | | Denis Vlasenko when building with -ffunction-sections -fdata-sections | |||||
* | - remove unused lists *-m | Bernhard Reutner-Fischer | 2006-03-02 | 1 | -4/+0 | |
| | ||||||
* | - use absolute path for top_builddir and top_srcdir. | Bernhard Reutner-Fischer | 2006-03-02 | 3 | -0/+12 | |
| | | | | Fixes make trying to include the very same file in an endless loop. | |||||
* | - fixes parallel builds (make -j) | Bernhard Reutner-Fischer | 2006-03-01 | 3 | -112/+120 | |
| | | | | - use less resources for the buildsystem itself | |||||
* | Fixup to make warnings from the last patch go away. | Rob Landley | 2006-03-01 | 1 | -5/+5 | |
| | ||||||
* | Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) | Rob Landley | 2006-03-01 | 5 | -19/+15 | |
| | | | | from before "if(x) free(x)". | |||||
* | Cleanup from Glenn McGrath. | Rob Landley | 2006-02-28 | 1 | -46/+18 | |
| | ||||||
* | Patch from Glenn McGrath to remove code that opens a file but does nothing | Rob Landley | 2006-02-26 | 1 | -12/+1 | |
| | | | | with it. | |||||
* | - put NLS stuff in one central place to avoid redefines. | Bernhard Reutner-Fischer | 2006-02-23 | 1 | -1/+0 | |
| | | | | | | | | Fixes warnings about: fdisk.c:45:1: warning: "_" redefined nfsmount.c:121:1: warning: "_" redefined nfsmount.c:122:1: warning: "N_" redefined interface.c:84:1: warning: "_" redefined | |||||
* | Patch from Denis Vlasenko to constify things and fix a few typos. | Rob Landley | 2006-02-22 | 2 | -11/+19 | |
| | ||||||
* | Bug 751: file handle leaks can add up until available filehandles for the | Rob Landley | 2006-02-22 | 2 | -3/+12 | |
| | | | | process are exhausted. | |||||
* | Don't build directory libraries unless we're building an applet that needs it. | Rob Landley | 2006-02-21 | 2 | -0/+4 | |
| | | | | Cherry-picked from Devin Bayer's big MacOS X patch. | |||||
* | Small tweak cherry-picked from Devin Bayer's monster MacOS X patch. | Rob Landley | 2006-02-21 | 1 | -1/+1 | |
| | ||||||
* | Missed a file in the last checkin, won't build without this... | Rob Landley | 2006-02-21 | 1 | -0/+1 | |
| | ||||||
* | Patch from Giuseppe Ciotta to specify retry count. | Rob Landley | 2006-02-20 | 1 | -3/+8 | |
| | ||||||
* | Rename UNUSE() to SKIP(). | Rob Landley | 2006-02-20 | 1 | -10/+10 | |
| | ||||||
* | rfelker writes in Bug 740: s/u_char/unsigned char/ | Mike Frysinger | 2006-02-19 | 1 | -17/+17 | |
| | ||||||
* | demo (UN)USE_FEATURE... usage | "Vladimir N. Oleynik" | 2006-02-15 | 1 | -64/+45 | |
| | ||||||
* | make the build system puuuuuuuuuuurty | Mike Frysinger | 2006-02-02 | 3 | -8/+6 | |
| | ||||||
* | add feature: support for running scripts through an interpreter. Thanks ↵ | "Vladimir N. Oleynik" | 2006-01-31 | 2 | -5/+51 | |
| | | | | Florian Schirmer <jolt@tuxbox.org> | |||||
* | - add and use ATTRIBUTE_ALIGNED(num_bytes) | Bernhard Reutner-Fischer | 2006-01-31 | 1 | -1/+1 | |
| | | | | - remove unused parameter pindex from fdisk.c, xbsd_initlabel() | |||||
* | fix up yet more annoying signed/unsigned and mixed type errors | Eric Andersen | 2006-01-30 | 3 | -7/+7 | |
| | ||||||
* | fix up annoying signed/unsigned and mixed type errors | Eric Andersen | 2006-01-30 | 9 | -15/+17 | |
| | ||||||
* | sort out yet more type issues | Eric Andersen | 2006-01-30 | 5 | -8/+8 | |
| | ||||||
* | - add some ATTRIBUTE_UNUSED. | Bernhard Reutner-Fischer | 2006-01-30 | 2 | -12/+8 | |
| | | | | - use shorter boilerplate while at it. | |||||
* | for change previous log: close bug 186 | "Vladimir N. Oleynik" | 2006-01-26 | 1 | -1/+1 | |
| | ||||||
* | close bug 190 | "Vladimir N. Oleynik" | 2006-01-26 | 1 | -4/+4 | |
| | ||||||
* | added support /prefix for IPV4 form IPV6 code. Close bug 461 | "Vladimir N. Oleynik" | 2006-01-25 | 1 | -3/+20 | |
| | ||||||
* | +#include <sys/socket.h> | "Vladimir N. Oleynik" | 2006-01-25 | 1 | -237/+238 | |
| | | | | | remove unused 'int i' form main whitespacing only | |||||
* | new applet. Thanks Roberto A. Foglietta | "Vladimir N. Oleynik" | 2006-01-25 | 3 | -0/+476 | |
| | ||||||
* | just whitespace | Tim Riker | 2006-01-25 | 37 | -204/+204 | |
| | ||||||
* | close bug 657 | "Vladimir N. Oleynik" | 2006-01-24 | 1 | -7/+7 | |
| |