Rob Landley
|
a6e131dab3
|
Size reductions, mostly switching things to use libbb functions.
|
2006-05-29 06:43:55 +00:00 |
|
Bernhard Reutner-Fischer
|
67f641e75b
|
- patch from Denis Vlasenko to add bb_xbind() and bb_xlisten()
|
2006-04-12 18:24:37 +00:00 |
|
Bernhard Reutner-Fischer
|
2c99851181
|
- patch from Denis Vlasenko to add and use bb_xdaemon()
|
2006-04-12 18:09:26 +00:00 |
|
Bernhard Reutner-Fischer
|
dac7ff15b7
|
- patch from Denis Vlasenko to add and use bb_xsocket() and to use
bb_xopen some more while at it.
Also use shorter boilerplate while at it.
|
2006-04-12 17:55:51 +00:00 |
|
Bernhard Reutner-Fischer
|
421d9e5941
|
- move buffer allocation schemes to libbb.h
- include the correct headers: applets need busybox.h while lib* need libbb.h
|
2006-04-03 16:39:31 +00:00 |
|
Rob Landley
|
bc68cd14cc
|
Patch from Denis Vlasenko turning static const int (which gets emitted into
the busybox binary) into enums (which don't).
|
2006-03-10 19:22:06 +00:00 |
|
"Vladimir N. Oleynik"
|
2e5ee8ed93
|
+#include <sys/socket.h>
remove unused 'int i' form main
whitespacing only
|
2006-01-25 14:40:24 +00:00 |
|
"Vladimir N. Oleynik"
|
7b4aa6ffc6
|
new applet. Thanks Roberto A. Foglietta
|
2006-01-25 14:19:11 +00:00 |
|