Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - s/defined(__uClinux__)/BB_NOMMU/ | Bernhard Reutner-Fischer | 2006-05-31 | 1 | -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 Landley | 2006-05-29 | 1 | -22/+11 | |
| | ||||||
* | - patch from Denis Vlasenko to add bb_xbind() and bb_xlisten() | Bernhard Reutner-Fischer | 2006-04-12 | 1 | -3/+2 | |
| | ||||||
* | - patch from Denis Vlasenko to add and use bb_xdaemon() | Bernhard Reutner-Fischer | 2006-04-12 | 1 | -3/+2 | |
| | ||||||
* | - patch from Denis Vlasenko to add and use bb_xsocket() and to use | Bernhard Reutner-Fischer | 2006-04-12 | 1 | -2/+2 | |
| | | | | | bb_xopen some more while at it. Also use shorter boilerplate while at it. | |||||
* | - move buffer allocation schemes to libbb.h | Bernhard Reutner-Fischer | 2006-04-03 | 1 | -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 into | Rob Landley | 2006-03-10 | 1 | -7/+9 | |
| | | | | the busybox binary) into enums (which don't). | |||||
* | +#include <sys/socket.h> | "Vladimir N. Oleynik" | 2006-01-25 | 1 | -237/+238 | |
| | | | | | remove unused 'int i' form main whitespacing only | |||||
* | new applet. Thanks Roberto A. Foglietta | "Vladimir N. Oleynik" | 2006-01-25 | 1 | -0/+469 | |