Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko | |
*: s/include "busybox.h"/include "libbb.h" | |||
2007-01-20 | fixes for amd64 compilation | Denis Vlasenko | |
2007-01-14 | fakeidentd: fix daemon mode (was thinking that it is in | Denis Vlasenko | |
inetd-wait mode and dying after timeout). Minor fixes, comments are improved in places. | |||
2007-01-14 | By popular request reinstate fakeidentd's standalone mode. | Denis Vlasenko | |
Since this is also needed for other applets like telnetd, introduce generic driver for such things. It even supports inetd-wait ('linger') mode, when inetd hands out listen socket to child and waits to it to die, instead of handing out accepted socket and continuing listening itself (nowait mode). Code growth ~200 bytes. NB: our inetd doesn't support wait mode yet (or mabe it is buggy). |