Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-04 | Revert the uptime() removal. Let the list sort it out... | Rob Landley | |
2005-05-04 | Patch from Shaun Jackman: | Rob Landley | |
Replace uptime with time(NULL). time is more portable than uptime and eliminates the need to define uptime, reducing code size slightly. | |||
2005-04-16 | In Bug 209, bernhardf writes: | Mike Frysinger | |
struct named { named_field: init, }; appear to be depraced by now; rather use C{99} format as in struct named { .named_field = init, }; | |||
2004-12-06 | merge from udhcp module | Mike Frysinger | |
2004-05-19 | fix timewarp in client (server fix later) | Russ Dill | |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | |
2004-01-30 | Use standard C99 types | Eric Andersen | |
2003-12-18 | Finish remerging busybox udhcp and udhcp. Some cleanups as well. | Russ Dill | |
2003-12-16 | start attempting to bring udhcp in busybox back to the state where it is ↵ | Russ Dill | |
(ideally) an exact copy of udhcp outside of busybox so that its easy to merge back and forth | |||
2003-09-01 | Allow one to detect and handle the case where no lease could be obtained | Glenn L McGrath | |
via DHCP. (Just add a section "failed" to your script.) Patch by Steven Scholz | |||
2003-08-29 | Remove stray '\n' | Glenn L McGrath | |
2003-06-20 | Make gcc not whine about "deprecated use of label at end of compound statement" | Eric Andersen | |
2003-06-10 | Vodz, last_patch_88 | Glenn L McGrath | |
2003-03-19 | Major coreutils update. | Manuel Novoa III | |
2003-02-15 | Patch from Bastian Blank | Glenn L McGrath | |
- ip route flush - different usage for telnetd in inetd mode - changes for the default flags of the ip features - if no /usr requested, udhcpc should use the script also without /usr. | |||
2003-01-21 | merge fixes with udhcp | Russ Dill | |
2002-12-11 | slight change to reflect BB_VER change | Russ Dill | |
2002-12-11 | resync with udhcp cvs | Russ Dill | |
2002-12-11 | Make sure we have a show_usage function prototype | Eric Andersen | |
-Erik | |||
2002-11-28 | Change if(x)free(x); to free(x); | Aaron Lehmann | |
2002-10-31 | sync to udhcp 0.9.8 | Russ Dill | |
2002-10-14 | added full udhcp integration | Russ Dill | |