aboutsummaryrefslogtreecommitdiff
path: root/networking/isrv.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* actually add bb_qsort.cDenis Vlasenko2008-03-021-1/+1
| | | | | *: s/Denis/Denys/
* isrv: use monotonic_secDenis Vlasenko2007-08-311-16/+2
| | | | | runsv: do not use clock_gettime if !MONOTONIC_CLOCK
* libbb,crond,lash: fix getopt32 (don't know how it managed to slip through)Denis Vlasenko2007-08-191-1/+1
| | | | | *: fcntl(fd, F_GETFL) doesn't require third parameter at all.
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
| | | | | *: s/include "busybox.h"/include "libbb.h"
* fixes for amd64 compilationDenis Vlasenko2007-01-201-3/+5
|
* fakeidentd: fix daemon mode (was thinking that it is inDenis Vlasenko2007-01-141-9/+22
| | | | | inetd-wait mode and dying after timeout). Minor fixes, comments are improved in places.
* By popular request reinstate fakeidentd's standalone mode.Denis Vlasenko2007-01-141-0/+337
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).