summaryrefslogtreecommitdiff
path: root/networking/udhcp/socket.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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