tcpsvd: new applet
authorDenis Vlasenko <vda.linux@googlemail.com>
Sun, 1 Apr 2007 01:18:20 +0000 (01:18 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sun, 1 Apr 2007 01:18:20 +0000 (01:18 -0000)
commit2856dab4770e521a87c18b04ae8ebc209a9b95f9
treed4f6495339702c0b6d79816d0bb07ba4b6679ce8
parentf443bffd3c24c4b7fcbc0472c75e747e26c24fef
tcpsvd: new applet
It's a GPL-ed 'clone' of Dan Bernstein's tcpserver.
Author: Gerrit Pape <pape@smarden.org>
http://smarden.sunsite.dk/ipsvd/
size tcpsvd.o
   text    data     bss     dec     hex filename
   2571       4      16    2591     a1f tcpsvd.o
19 files changed:
Config.in
Makefile
include/applets.h
include/libbb.h
include/usage.h
ipsvd/Config.in [new file with mode: 0644]
ipsvd/Kbuild [new file with mode: 0644]
ipsvd/ipsvd_perhost.c [new file with mode: 0644]
ipsvd/ipsvd_perhost.h [new file with mode: 0644]
ipsvd/tcpsvd.c [new file with mode: 0644]
libbb/xconnect.c
libbb/xfuncs.c
networking/nc.c
networking/tftp.c
runit/runit_lib.c
runit/runit_lib.h
runit/runsv.c
runit/runsvdir.c
runit/svlogd.c