Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | get rid of udhcp submenu | Mike Frysinger | 2006-07-24 | 1 | -18/+13 | |
| | ||||||
* | This file doesn't appear to be used anywhere. | "Robert P. J. Day" | 2006-07-05 | 1 | -17/+0 | |
| | ||||||
* | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | 2006-07-02 | 32 | -0/+32 | |
| | ||||||
* | Remove all usage of the "register" storage class specifier. | "Robert P. J. Day" | 2006-07-01 | 1 | -1/+1 | |
| | ||||||
* | Various cleanups I made while going through Erik Hovland's patch submissions, | Rob Landley | 2006-06-25 | 1 | -42/+3 | |
| | | | | some of which are even from him. :) | |||||
* | CONFIG_DHCP -> CONFIG_APP_DHCP. | Rob Landley | 2006-06-22 | 2 | -11/+11 | |
| | ||||||
* | - reuse strings and messages. Saves about 600B | Bernhard Reutner-Fischer | 2006-06-07 | 1 | -1/+1 | |
| | ||||||
* | Use BB endianness macro. | Rob Landley | 2006-05-31 | 1 | -2/+1 | |
| | ||||||
* | My first bout of untangling udhcp. Make lots of gratuitous #defines go | Rob Landley | 2006-05-28 | 17 | -221/+86 | |
| | | | | | | away, substitutie BB_VER for an external VERSION, use busybox CONFIG symbols rather than checking for them then defining others, etc. Lots more cleanup to do... | |||||
* | Consolidate #include <sys/time.h> so libbb.h does it. | Rob Landley | 2006-05-27 | 3 | -3/+0 | |
| | ||||||
* | fix spelling mistakes | Mike Frysinger | 2006-05-26 | 1 | -1/+1 | |
| | ||||||
* | Minor cleanups: Convert a few calloc() calls to xzalloc, remove unnecessary | Rob Landley | 2006-05-21 | 2 | -19/+7 | |
| | | | | memset, collate variable declarations... | |||||
* | - replace _PATH_DEVNULL with bb_dev_null | Bernhard Reutner-Fischer | 2006-05-19 | 1 | -4/+6 | |
| | ||||||
* | pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the ↵ | Mike Frysinger | 2006-05-13 | 1 | -1/+1 | |
| | | | | mailing list | |||||
* | rename | Mike Frysinger | 2006-05-11 | 1 | -0/+0 | |
| | ||||||
* | remove files not related to busybox | Mike Frysinger | 2006-05-11 | 22 | -1677/+0 | |
| | ||||||
* | - add helptext for --retries | Bernhard Reutner-Fischer | 2006-05-10 | 1 | -0/+1 | |
| | ||||||
* | add back in udhcp support | Mike Frysinger | 2006-05-08 | 61 | -0/+5812 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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. | |||||
* | - revert back to r14406 | Bernhard Reutner-Fischer | 2006-03-13 | 1 | -70/+29 | |
| | ||||||
* | - backout using features which are not available with the previous stable | Bernhard Reutner-Fischer | 2006-03-09 | 1 | -2/+6 | |
| | | | | version of make (3.71.1). | |||||
* | - use absolute path for top_builddir and top_srcdir. | Bernhard Reutner-Fischer | 2006-03-02 | 1 | -0/+4 | |
| | | | | Fixes make trying to include the very same file in an endless loop. | |||||
* | - fixes parallel builds (make -j) | Bernhard Reutner-Fischer | 2006-03-01 | 1 | -28/+65 | |
| | | | | - use less resources for the buildsystem itself | |||||
* | Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) | Rob Landley | 2006-03-01 | 2 | -5/+5 | |
| | | | | from before "if(x) free(x)". | |||||
* | Patch from Denis Vlasenko to constify things and fix a few typos. | Rob Landley | 2006-02-22 | 1 | -3/+4 | |
| | ||||||
* | 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 | 1 | -0/+2 | |
| | | | | Cherry-picked from Devin Bayer's big MacOS X patch. | |||||
* | 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 | |
| | ||||||
* | make the build system puuuuuuuuuuurty | Mike Frysinger | 2006-02-02 | 1 | -3/+2 | |
| | ||||||
* | fix up yet more annoying signed/unsigned and mixed type errors | Eric Andersen | 2006-01-30 | 3 | -7/+7 | |
| | ||||||
* | just whitespace | Tim Riker | 2006-01-25 | 13 | -42/+42 | |
| | ||||||
* | - add platform.h. | Bernhard Reutner-Fischer | 2006-01-22 | 3 | -17/+9 | |
| | | | | - use shorter boilerplate while at it. | |||||
* | - shared libbusybox. | Bernhard Reutner-Fischer | 2006-01-15 | 1 | -16/+14 | |
| | | | | | - IMA compilation option (aka IPO, IPA,..) Please holler if i broke something.. | |||||
* | more make safe the exported namespace for udhcp. Move to bb-specific file ↵ | "Vladimir N. Oleynik" | 2005-09-23 | 10 | -20/+35 | |
| | | | | for reduce change into udhcp-CVS | |||||
* | remove 1 exported | "Vladimir N. Oleynik" | 2005-09-23 | 2 | -2/+1 | |
| | ||||||
* | move a couple of functions from common code (options.c) to udhcpd private | Paul Fox | 2005-09-22 | 4 | -50/+51 | |
| | | | | code (files.c) to make udhcpc a little smaller. | |||||
* | add support for setting the dhcp vendor class option (option 60). | Paul Fox | 2005-09-22 | 4 | -9/+28 | |
| | | | | | | udhcpc now has a -V (--vendorclass), which will replace the default "udhcpRELEASE" string in this option. | |||||
* | safe exported namespace for udhcp. Not full, bore :-( | "Vladimir N. Oleynik" | 2005-09-22 | 5 | -1/+14 | |
| | ||||||
* | Fix the warning by rewriting the function to be smaller and simpler. | Rob Landley | 2005-09-08 | 1 | -28/+17 | |
| | | | | | I'd appreciate somebody on a __BIG_ENDIAN platform testing this out; I haven't got the hardware... | |||||
* | Off by one error in max_leases sanity check. Bug 349, apparently. | Rob Landley | 2005-09-01 | 1 | -1/+1 | |
| | ||||||
* | allow suppression of default client-id. fixes bug 000037. allows | Paul Fox | 2005-08-01 | 2 | -4/+14 | |
| | | | | busybox to match kernel and u-boot behavior with respect to client-id. | |||||
* | use toplevel ARFLAGS and update default ARFLAGS to be quiet | Mike Frysinger | 2005-07-27 | 1 | -1/+1 | |
| | ||||||
* | remove duplicate check against chaddr. | Paul Fox | 2005-07-21 | 1 | -3/+0 | |
| | ||||||
* | applying fix for: | Paul Fox | 2005-07-20 | 1 | -0/+5 | |
| | | | | | 0000260: udhcpc doesn't validate client hardware address | |||||
* | Tobias Krawutschke found a bug where the DHCP client would accept packets | Rob Landley | 2005-05-26 | 1 | -0/+3 | |
| | | | | | with the wrong ARP address, meaning we could easily get somebody else's IP. That is a bad thing, and this is the minimal two-line fix. | |||||
* | Revert the uptime() removal. Let the list sort it out... | Rob Landley | 2005-05-04 | 4 | -5/+14 | |
| |