aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/files.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use standard C99 typesandersen2004-01-301-3/+3
* Finish remerging busybox udhcp and udhcp. Some cleanups as well.russ2003-12-181-49/+49
* clean up some bad, bad formattingruss2003-12-161-48/+49
* remove reference to missing header file which is breaking the buildandersen2003-12-161-1/+0
* why the complication of a static string rather than a define? gcc isn't dumbruss2003-12-161-1/+1
* when compiled standalone, udhcp needs these headersruss2003-12-161-0/+2
* whoopsruss2003-12-161-1/+1
* not sure who made this change, but it certainly mucks things up (note 'fwrite...russ2003-12-161-9/+13
* options is a pretty common symbol, bad idea to use as a global in udhcp when ...russ2003-12-151-1/+1
* Vodz, last_patch_88bug12003-06-101-60/+63
* resync with udhcp cvsruss2002-12-111-1/+1
* Change if(x)free(x); to free(x);aaronl2002-11-281-1/+1
* added full udhcp integrationruss2002-10-141-0/+284