Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trylink: produce even more info about final link stage | Denis Vlasenko | 2007-08-12 | 1 | -1/+1 |
| | | | | | | | | | trylink: explain how to modify link and drastically decrease amount of padding (unfortunately, needs hand editing ATM). *: add ALIGN1 / ALIGN2 to global strings and arrays of bytes and shorts size saving: 0.5k | ||||
* | udhcp: optionally support RFC3397 (by Gabriel L. Somlo <somlo@cmu.edu>) | Denis Vlasenko | 2007-02-27 | 1 | -1/+7 |
| | |||||
* | udhcpd: allow "domain" to be a list of DNS servers, not just one | Denis Vlasenko | 2007-02-02 | 1 | -1/+1 |
| | |||||
* | add "wpad" DHCP option. Spotted some optimization opportunities: -80 bytes | Denis Vlasenko | 2006-11-23 | 1 | -43/+45 |
| | |||||
* | udhcp: fix indentation and style. | Denis Vlasenko | 2006-11-18 | 1 | -4/+0 |
| | | | | | Eliminate (group) a lot of smallish *.h files Remove lots of unneeded #includes | ||||
* | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | 2006-10-20 | 1 | -4/+4 |
| | |||||
* | add open_read_close() and similar stuff | Denis Vlasenko | 2006-10-14 | 1 | -1/+1 |
| | |||||
* | several fixes from openWRT project | Denis Vlasenko | 2006-09-26 | 1 | -0/+3 |
| | |||||
* | Implement optional syslog logging using ordinary | Denis Vlasenko | 2006-09-06 | 1 | -6/+7 |
| | | | | | | bb_xx_msg calls, and convert networking/* to it. The rest of bbox will be converted gradually. | ||||
* | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | 2006-07-02 | 1 | -0/+1 |
| | |||||
* | Use BB endianness macro. | Rob Landley | 2006-05-31 | 1 | -2/+1 |
| | |||||
* | add back in udhcp support | Mike Frysinger | 2006-05-08 | 1 | -0/+172 |
| | |||||
* | remove in place of external link | Mike Frysinger | 2006-03-23 | 1 | -172/+0 |
| | |||||
* | sync busybox and udhcp trees | Mike Frysinger | 2006-03-23 | 1 | -1/+0 |
| | |||||
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -2/+2 |
| | |||||
* | more make safe the exported namespace for udhcp. Move to bb-specific file ↵ | "Vladimir N. Oleynik" | 2005-09-23 | 1 | -1/+1 |
| | | | | for reduce change into udhcp-CVS | ||||
* | move a couple of functions from common code (options.c) to udhcpd private | Paul Fox | 2005-09-22 | 1 | -47/+1 |
| | | | | code (files.c) to make udhcpc a little smaller. | ||||
* | 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... | ||||
* | merge from udhcp module | Mike Frysinger | 2004-12-06 | 1 | -1/+3 |
| | |||||
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -15/+15 |
| | |||||
* | Use standard C99 types | Eric Andersen | 2004-01-30 | 1 | -12/+12 |
| | |||||
* | options is a pretty common symbol, bad idea to use as a global in udhcp when ↵ | Russ Dill | 2003-12-15 | 1 | -4/+4 |
| | | | | compiling into busybox | ||||
* | Vodz, last_patch_88 | Glenn L McGrath | 2003-06-10 | 1 | -3/+1 |
| | |||||
* | sorry about all the noise, should be all synced up now | Russ Dill | 2002-12-11 | 1 | -2/+2 |
| | |||||
* | resync with udhcp cvs | Russ Dill | 2002-12-11 | 1 | -6/+1 |
| | |||||
* | Support using ip in udhcpc scripts. | Glenn L McGrath | 2002-12-08 | 1 | -1/+6 |
| | | | | Slightly modified version of patch by Bastian Blank | ||||
* | added full udhcp integration | Russ Dill | 2002-10-14 | 1 | -0/+230 |