summaryrefslogtreecommitdiff
path: root/networking/udhcp/files.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-22/+22
* Use standard C99 typesEric Andersen2004-01-301-3/+3
* Finish remerging busybox udhcp and udhcp. Some cleanups as well.Russ Dill2003-12-181-49/+49
* clean up some bad, bad formattingRuss Dill2003-12-161-48/+49
* remove reference to missing header file which is breaking the buildEric Andersen2003-12-161-1/+0
* why the complication of a static string rather than a define? gcc isn't dumbRuss Dill2003-12-161-1/+1
* when compiled standalone, udhcp needs these headersRuss Dill2003-12-161-0/+2
* whoopsRuss Dill2003-12-161-1/+1
* not sure who made this change, but it certainly mucks things up (note 'fwrite...Russ Dill2003-12-161-9/+13
* options is a pretty common symbol, bad idea to use as a global in udhcp when ...Russ Dill2003-12-151-1/+1
* Vodz, last_patch_88Glenn L McGrath2003-06-101-60/+63
* resync with udhcp cvsRuss Dill2002-12-111-1/+1
* Change if(x)free(x); to free(x);Aaron Lehmann2002-11-281-1/+1
* added full udhcp integrationRuss Dill2002-10-141-0/+284