Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the ↵ | Mike Frysinger | 2006-05-13 | 3 | -2/+38 |
| | | | | mailing list | ||||
* | Giuseppe Ciotta writes: add -t, --retries=NUM to show_usage() | Mike Frysinger | 2006-04-27 | 1 | -0/+573 |
| | |||||
* | 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 |
| | |||||
* | - add platform.h. | Bernhard Reutner-Fischer | 2006-01-22 | 10 | -53/+36 |
| | | | | - use shorter boilerplate while at it. | ||||
* | - missing bits of patch attached to bug #249 (constify). | Bernhard Reutner-Fischer | 2006-01-19 | 1 | -2/+2 |
| | |||||
* | setgid and setuid have changes effective id too | "Vladimir N. Oleynik" | 2006-01-15 | 1 | -2/+0 |
| |