summaryrefslogtreecommitdiff
path: root/networking/dnsd.c
Commit message (Expand)AuthorAgeFilesLines
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-1/+1
* 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
* 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
* - move buffer allocation schemes to libbb.hBernhard Reutner-Fischer2006-04-031-1/+1
* Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley2006-03-101-7/+9
* +#include <sys/socket.h>"Vladimir N. Oleynik"2006-01-251-237/+238
* new applet. Thanks Roberto A. Foglietta"Vladimir N. Oleynik"2006-01-251-0/+469