| Commit message (Expand) | Author | Age | Files | Lines |
* | udhcpc: regularize the names of receiving functions, | Denis Vlasenko | 2008-05-21 | 1 | -1/+1 |
* | udhcp: we were forgetting to set right op byte in tha packet | Denis Vlasenko | 2008-02-20 | 1 | -6/+1 |
* | Makefile: change version to 1.10.0.svn | Denis Vlasenko | 2007-12-24 | 1 | -32/+41 |
* | udhcp: decided to not send "short" dhcp packets, | Denis Vlasenko | 2007-12-21 | 1 | -1/+6 |
* | udhcp: fix oversized packet sending (introduced by "slack for bad dhcp server... | Denis Vlasenko | 2007-12-20 | 1 | -13/+23 |
* | dhcp: stop using magic constants; use (htonl(CONST) != a) - it's smaller | Denis Vlasenko | 2007-11-23 | 1 | -5/+1 |
* | introduce and use xdup2(int, int) | Denis Vlasenko | 2007-08-18 | 1 | -5/+2 |
* | udhcp: many small fixes: | Denis Vlasenko | 2007-07-03 | 1 | -10/+24 |
* | udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata. | Denis Vlasenko | 2007-04-07 | 1 | -1/+1 |
* | A bunch of defined(__GLIBC__) added. static-linking warning expanded | Denis Vlasenko | 2006-12-18 | 1 | -1/+1 |
* | introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd), | Denis Vlasenko | 2006-11-22 | 1 | -2/+1 |
* | add compile-time check for correct DHCP packet size | Denis Vlasenko | 2006-11-20 | 1 | -0/+4 |
* | udhcp: fix indentation and style. | Denis Vlasenko | 2006-11-18 | 1 | -16/+16 |
* | add -Wundef, fix uncovered bugs | Denis Vlasenko | 2006-11-17 | 1 | -1/+1 |
* | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | 2006-10-20 | 1 | -2/+2 |
* | Implement optional syslog logging using ordinary | Denis Vlasenko | 2006-09-06 | 1 | -7/+7 |
* | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | 2006-07-02 | 1 | -0/+1 |
* | Remove all usage of the "register" storage class specifier. | "Robert P. J. Day" | 2006-07-01 | 1 | -1/+1 |
* | My first bout of untangling udhcp. Make lots of gratuitous #defines go | Rob Landley | 2006-05-28 | 1 | -7/+7 |
* | add back in udhcp support | Mike Frysinger | 2006-05-08 | 1 | -0/+207 |
* | remove in place of external link | Mike Frysinger | 2006-03-23 | 1 | -207/+0 |
* | sync busybox and udhcp trees | Mike Frysinger | 2006-03-23 | 1 | -2/+0 |
* | 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 | 1 | -3/+9 |
* | fix up yet more annoying signed/unsigned and mixed type errors | Eric Andersen | 2006-01-30 | 1 | -1/+1 |
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -4/+4 |
* | Larry Doolittle writes: | Eric Andersen | 2004-04-14 | 1 | -1/+1 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -9/+9 |
* | Use standard C99 types | Eric Andersen | 2004-01-30 | 1 | -9/+9 |
* | include headers with prototypes to make sure prototypes match | Russ Dill | 2003-12-16 | 1 | -0/+1 |
* | Vodz, last_patch_88 | Glenn L McGrath | 2003-06-10 | 1 | -6/+4 |
* | added full udhcp integration | Russ Dill | 2002-10-14 | 1 | -0/+203 |