summaryrefslogtreecommitdiff
path: root/networking/udhcp/socket.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: compile fixes for 64-bit buildDenis Vlasenko2007-08-231-1/+1
* introduce and use xdup2(int, int)Denis Vlasenko2007-08-181-28/+14
* udhcp: slight shrinkDenis Vlasenko2007-08-021-5/+6
* remove accumulated stray trailing whitespaceDenis Vlasenko2007-07-171-1/+1
* xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko2007-07-141-7/+5
* udhcp: new config option "Rewrite the lease file at every new acknowledge"Denis Vlasenko2007-07-011-3/+4
* preparatory patch for -Wwrite-strings #2Denis Vlasenko2007-01-291-2/+2
* cleanups: unnecessary casts, unified const_1, eliminate cross-.c fileDenis Vlasenko2007-01-221-1/+1
* - use xlisten/xsocket some more. Saves .25 kBBernhard Reutner-Fischer2006-12-191-5/+1
* A bunch of defined(__GLIBC__) added. static-linking warning expandedDenis Vlasenko2006-12-181-1/+1
* udhcpc: fix my breakageDenis Vlasenko2006-11-281-2/+2
* do not overflow ifr_name. maybe it was safe in some places,Denis Vlasenko2006-11-271-1/+1
* introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd),Denis Vlasenko2006-11-221-4/+3
* dhcprelay: new appletDenis Vlasenko2006-11-201-13/+17
* udhcp: fix indentation and style.Denis Vlasenko2006-11-181-42/+33
* add -Wundef, fix uncovered bugsDenis Vlasenko2006-11-171-1/+1
* Implement optional syslog logging using ordinaryDenis Vlasenko2006-09-061-9/+9
* 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
* 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
* 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