Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
bf66fbc8e2380717c1fab860cfc60c78582839dd
/
networking
/
dnsd.c
28fbd69
- use xlisten/xsocket some more. Saves .25 kB
by Bernhard Reutner-Fischer
· 18 years ago
48237b0
introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd),
by Denis Vlasenko
· 18 years ago
2d5ca60
bb_get_[chomped]line_from_file wasn't descriptive enough. Renaming...
by Denis Vlasenko
· 18 years ago
c12f530
dnsd fix; option_mask32 added. dnsd needs more love.
by Denis Vlasenko
· 18 years ago
67b23e6
getopt_ulflags -> getopt32.
by Denis Vlasenko
· 18 years ago
4640b05
Bernhard Fischer pointed out some leftover debris needing cleanup.
by Rob Landley
· 18 years ago
86b4d64
These should have been part of 15767 too.
by Rob Landley
· 18 years ago
c418d48
- s/defined(__uClinux__)/BB_NOMMU/
by Bernhard Reutner-Fischer
· 19 years ago
a6e131d
Size reductions, mostly switching things to use libbb functions.
by Rob Landley
· 19 years ago
67f641e
- patch from Denis Vlasenko to add bb_xbind() and bb_xlisten()
by Bernhard Reutner-Fischer
· 19 years ago
2c99851
- patch from Denis Vlasenko to add and use bb_xdaemon()
by Bernhard Reutner-Fischer
· 19 years ago
dac7ff1
- patch from Denis Vlasenko to add and use bb_xsocket() and to use
by Bernhard Reutner-Fischer
· 19 years ago
421d9e5
- move buffer allocation schemes to libbb.h
by Bernhard Reutner-Fischer
· 19 years ago
bc68cd1
Patch from Denis Vlasenko turning static const int (which gets emitted into
by Rob Landley
· 19 years ago
2e5ee8e
+#include <sys/socket.h> remove unused 'int i' form main whitespacing only
by "Vladimir N. Oleynik"
· 19 years ago
7b4aa6f
new applet. Thanks Roberto A. Foglietta
by "Vladimir N. Oleynik"
· 19 years ago