aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/libbb_udhcp.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* udhcp: fix indentation and style.Denis Vlasenko2006-11-181-47/+0
| | | | | Eliminate (group) a lot of smallish *.h files Remove lots of unneeded #includes
* Fix (hopefully) bug 976. Need more thorough audit.Denis Vlasenko2006-09-071-1/+1
| | | | | Restore erroneously removed FEATURE_UDHCP_SYSLOG.
* Implement optional syslog logging using ordinaryDenis Vlasenko2006-09-061-1/+0
| | | | | | bb_xx_msg calls, and convert networking/* to it. The rest of bbox will be converted gradually.
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-2/+0
| | | | | | | | | | things like xasprintf() into xfuncs.c, remove xprint_file_by_name() (it only had one user), clean up lots of #includes... General cleanup pass. What I've been doing for the last couple days. And it conflicts! I've removed httpd.c from this checkin due to somebody else touching that file. It builds for me. I have to catch a bus. (Now you know why I'm looking forward to Mercurial.)
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
|
* My first bout of untangling udhcp. Make lots of gratuitous #defines goRob Landley2006-05-281-54/+11
| | | | | | away, substitutie BB_VER for an external VERSION, use busybox CONFIG symbols rather than checking for them then defining others, etc. Lots more cleanup to do...
* add back in udhcp supportMike Frysinger2006-05-081-0/+92
|
* remove in place of external linkMike Frysinger2006-03-231-92/+0
|
* sync busybox and udhcp treesMike Frysinger2006-03-231-7/+16
|
* just whitespaceTim Riker2006-01-251-10/+10
|
* more make safe the exported namespace for udhcp. Move to bb-specific file ↵"Vladimir N. Oleynik"2005-09-231-0/+29
| | | | for reduce change into udhcp-CVS
* use busybox sysinfo structRuss Dill2004-05-191-0/+1
|
* Fix a typo, patch by Andrew VictorGlenn L McGrath2004-03-051-1/+1
|
* Finish remerging busybox udhcp and udhcp. Some cleanups as well.Russ Dill2003-12-181-10/+10
|
* start attempting to bring udhcp in busybox back to the state where it is ↵Russ Dill2003-12-161-1/+25
| | | | (ideally) an exact copy of udhcp outside of busybox so that its easy to merge back and forth
* slight change to reflect BB_VER changeRuss Dill2002-12-111-1/+1
|
* version number oopsRuss Dill2002-11-051-1/+1
|
* added full udhcp integrationRuss Dill2002-10-141-0/+29