aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/options.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement optional syslog logging using ordinaryDenis Vlasenko2006-09-061-6/+7
| | | | | | bb_xx_msg calls, and convert networking/* to it. The rest of bbox will be converted gradually.
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
|
* Use BB endianness macro.Rob Landley2006-05-311-2/+1
|
* add back in udhcp supportMike Frysinger2006-05-081-0/+172
|
* remove in place of external linkMike Frysinger2006-03-231-172/+0
|
* sync busybox and udhcp treesMike Frysinger2006-03-231-1/+0
|
* just whitespaceTim Riker2006-01-251-2/+2
|
* more make safe the exported namespace for udhcp. Move to bb-specific file ↵"Vladimir N. Oleynik"2005-09-231-1/+1
| | | | for reduce change into udhcp-CVS
* move a couple of functions from common code (options.c) to udhcpd privatePaul Fox2005-09-221-47/+1
| | | | code (files.c) to make udhcpc a little smaller.
* Fix the warning by rewriting the function to be smaller and simpler.Rob Landley2005-09-081-28/+17
| | | | | I'd appreciate somebody on a __BIG_ENDIAN platform testing this out; I haven't got the hardware...
* merge from udhcp moduleMike Frysinger2004-12-061-1/+3
|
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-15/+15
|
* Use standard C99 typesEric Andersen2004-01-301-12/+12
|
* options is a pretty common symbol, bad idea to use as a global in udhcp when ↵Russ Dill2003-12-151-4/+4
| | | | compiling into busybox
* Vodz, last_patch_88Glenn L McGrath2003-06-101-3/+1
|
* sorry about all the noise, should be all synced up nowRuss Dill2002-12-111-2/+2
|
* resync with udhcp cvsRuss Dill2002-12-111-6/+1
|
* Support using ip in udhcpc scripts.Glenn L McGrath2002-12-081-1/+6
| | | | Slightly modified version of patch by Bastian Blank
* added full udhcp integrationRuss Dill2002-10-141-0/+230