| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | - shared libbusybox. | Bernhard Reutner-Fischer | 2006-01-15 | 1 | -16/+14 |
* | more make safe the exported namespace for udhcp. Move to bb-specific file for... | "Vladimir N. Oleynik" | 2005-09-23 | 10 | -20/+35 |
* | 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 |
* | add support for setting the dhcp vendor class option (option 60). | Paul Fox | 2005-09-22 | 4 | -9/+28 |
* | 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 |
* | 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 |
* | 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 |
* | Tobias Krawutschke found a bug where the DHCP client would accept packets | Rob Landley | 2005-05-26 | 1 | -0/+3 |
* | Revert the uptime() removal. Let the list sort it out... | Rob Landley | 2005-05-04 | 4 | -5/+14 |
* | Patch from Shaun Jackman: | Rob Landley | 2005-05-04 | 4 | -14/+5 |
* | Patch from Bernhard Fischer to make a bunch of symbols static | Eric Andersen | 2005-04-16 | 1 | -1/+1 |
* | In Bug 209, bernhardf writes: | Mike Frysinger | 2005-04-16 | 1 | -12/+12 |
* | merge from udhcp module | Mike Frysinger | 2004-12-06 | 6 | -4/+30 |
* | Wade Berrier writes: | Eric Andersen | 2004-10-08 | 8 | -5/+253 |
* | egor duda writes: | Eric Andersen | 2004-10-08 | 2 | -6/+9 |
* | use busybox sysinfo struct | Russ Dill | 2004-05-19 | 2 | -1/+1 |
* | Fix a compile problem | Eric Andersen | 2004-05-19 | 1 | -2/+1 |
* | fix timewarp in client (server fix later) | Russ Dill | 2004-05-19 | 4 | -6/+16 |
* | remove uneccessary check (already done in pidfile.c) | Russ Dill | 2004-05-19 | 1 | -6/+4 |
* | fix memory leak caused by switch to vfork | Russ Dill | 2004-05-19 | 1 | -3/+4 |
* | Update my email address, document some of my tasks in the AUTHORS file | Glenn L McGrath | 2004-04-25 | 1 | -1/+1 |
* | Larry Doolittle writes: | Eric Andersen | 2004-04-14 | 9 | -11/+11 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 25 | -193/+192 |
* | Patch by Andrew Victor, | Glenn L McGrath | 2004-03-05 | 2 | -5/+10 |
* | Fix a typo, patch by Andrew Victor | Glenn L McGrath | 2004-03-05 | 1 | -1/+1 |
* | Use standard C99 types | Eric Andersen | 2004-01-30 | 19 | -117/+117 |
* | it should work even if you don't assign a pidfile | Russ Dill | 2003-12-26 | 1 | -6/+7 |
* | fix a long standing underallocation bug | Russ Dill | 2003-12-24 | 1 | -2/+5 |
* | move debugging to safe place (before vfork) | Russ Dill | 2003-12-24 | 1 | -3/+2 |
* | Finish remerging busybox udhcp and udhcp. Some cleanups as well. | Russ Dill | 2003-12-18 | 25 | -284/+509 |
* | clean up some bad, bad formatting | Russ Dill | 2003-12-16 | 1 | -48/+49 |
* | include headers with prototypes to make sure prototypes match | Russ Dill | 2003-12-16 | 8 | -1/+9 |
* | remove reference to missing header file which is breaking the build | Eric Andersen | 2003-12-16 | 1 | -1/+0 |
* | revert removal of define | Russ Dill | 2003-12-16 | 1 | -1/+1 |
* | forgotten include | Russ Dill | 2003-12-16 | 1 | -0/+1 |
* | why the complication of a static string rather than a define? gcc isn't dumb | Russ Dill | 2003-12-16 | 3 | -2/+5 |
* | start attempting to bring udhcp in busybox back to the state where it is (ide... | Russ Dill | 2003-12-16 | 3 | -6/+80 |
* | when compiled standalone, udhcp needs these headers | Russ Dill | 2003-12-16 | 1 | -0/+2 |
* | whoops | Russ Dill | 2003-12-16 | 1 | -1/+1 |
* | not sure who made this change, but it certainly mucks things up (note 'fwrite... | Russ Dill | 2003-12-16 | 1 | -9/+13 |
* | make udhcp work under uclinux, to an extent | Russ Dill | 2003-12-15 | 2 | -1/+7 |
* | options is a pretty common symbol, bad idea to use as a global in udhcp when ... | Russ Dill | 2003-12-15 | 5 | -16/+17 |