aboutsummaryrefslogtreecommitdiff
path: root/networking/dnsd.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* next part of ipv6-ization. dnsd code is "interesting"...Denis Vlasenko2007-01-121-72/+38
|
* Trailing whitespace removal over entire treeDenis Vlasenko2007-01-111-2/+2
|
* - use xlisten/xsocket some more. Saves .25 kBBernhard Reutner-Fischer2006-12-191-8/+6
|
* introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd),Denis Vlasenko2006-11-221-4/+1
| | | | | use them where appropriate. 200 bytes saved
* bb_get_[chomped]line_from_file wasn't descriptive enough.Denis Vlasenko2006-10-121-1/+1
| | | | Renaming...
* dnsd fix; option_mask32 added. dnsd needs more love.Denis Vlasenko2006-10-061-66/+72
|
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-1/+1
| | | | | | | | It is impossible to formulate sane ABI based on size of ulong because it can be 32-bit or 64-bit. Basically it means that you cannot portably use more that 32 option chars in one call anyway... Make it explicit.
* Bernhard Fischer pointed out some leftover debris needing cleanup.Rob Landley2006-08-151-1/+1
|
* These should have been part of 15767 too.Rob Landley2006-08-031-11/+5
|
* - s/defined(__uClinux__)/BB_NOMMU/Bernhard Reutner-Fischer2006-05-311-4/+4
| | | | | | | This needs a second pass to: + add bb_daemon(unsigned char no_chdir, unsigned char no_close, const char*flag) + eventually globally export argc and argv, so we don't need to pass it to bb_daemon().
* Size reductions, mostly switching things to use libbb functions.Rob Landley2006-05-291-22/+11
|
* - patch from Denis Vlasenko to add bb_xbind() and bb_xlisten()Bernhard Reutner-Fischer2006-04-121-3/+2
|
* - patch from Denis Vlasenko to add and use bb_xdaemon()Bernhard Reutner-Fischer2006-04-121-3/+2
|
* - patch from Denis Vlasenko to add and use bb_xsocket() and to useBernhard Reutner-Fischer2006-04-121-2/+2
| | | | | bb_xopen some more while at it. Also use shorter boilerplate while at it.
* - move buffer allocation schemes to libbb.hBernhard Reutner-Fischer2006-04-031-1/+1
| | | | - include the correct headers: applets need busybox.h while lib* need libbb.h
* Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley2006-03-101-7/+9
| | | | the busybox binary) into enums (which don't).
* +#include <sys/socket.h>"Vladimir N. Oleynik"2006-01-251-237/+238
| | | | | remove unused 'int i' form main whitespacing only
* new applet. Thanks Roberto A. Foglietta"Vladimir N. Oleynik"2006-01-251-0/+469