aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/socket.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement optional syslog logging using ordinaryDenis Vlasenko2006-09-061-9/+9
| | | | | | 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
|
* add back in udhcp supportMike Frysinger2006-05-081-0/+135
|
* remove in place of external linkMike Frysinger2006-03-231-135/+0
|
* Bug 751: file handle leaks can add up until available filehandles for theRob Landley2006-02-221-0/+3
| | | | process are exhausted.
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-4/+4
|
* Use standard C99 typesEric Andersen2004-01-301-2/+2
|
* Finish remerging busybox udhcp and udhcp. Some cleanups as well.Russ Dill2003-12-181-26/+0
|
* include headers with prototypes to make sure prototypes matchRuss Dill2003-12-161-0/+1
|
* Ulrich Marx writes:Eric Andersen2003-11-141-0/+2
| | | | | | | | | | | | | | | hello i had some trouble with the filedescriptor in udhcp. Two things happened on my device: 1.) broken or not connected cable (no dhcp-server) 2.) daemonizing (starting with option -b) i got a filedescriptor fd=0 from function raw_socket, after daemonizing (daemon call) the fd is closed. Client can't recieve data's anymore. i fixed this problem (like pidfile handling):
* Remove stray '\n'Glenn L McGrath2003-08-291-2/+2
|
* Vodz, last_patch_88Glenn L McGrath2003-06-101-10/+8
|
* added full udhcp integrationRuss Dill2002-10-141-0/+157