summaryrefslogtreecommitdiff
path: root/networking/inetd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* inetd: fix a case when we have zero servicesDenis Vlasenko2008-11-051-6/+13
* inetd: use config parser. by VladimirDenis Vlasenko2008-09-301-87/+36
* inetd: do not trash errno in signal handlers;Denis Vlasenko2008-07-221-13/+20
* - very minor shrinkage (-9b)Bernhard Reutner-Fischer2008-07-171-4/+4
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-11/+11
* revert last two commits. vfork cannot be used in subroutine,Denis Vlasenko2008-07-011-1/+1
* *: introduce and use xfork()Denis Vlasenko2008-07-011-1/+1
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-191-5/+5
* more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-151-2/+2
* inetd: small shrink for NOMMU caseDenis Vlasenko2008-03-291-9/+14
* *: whitespace fixes, no code changesDenis Vlasenko2008-03-241-2/+2
* inetd: use change_identity().Denis Vlasenko2008-03-201-7/+6
* *: fix fallout from -Wunused-parameterDenis Vlasenko2008-03-171-7/+15
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-2/+2
* tcpsvd,udpsvd: make them NOMMU-capableDenis Vlasenko2008-03-171-41/+60
* libbb: introduce and use sigprocmask_allsigs and sigaction_set.Denis Vlasenko2008-03-171-11/+11
* libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_setDenis Vlasenko2008-03-121-6/+6
* nc: remove a bit of bloatDenis Vlasenko2008-03-121-107/+151
* inetd: make it NOMMU-capable and IPv6-friendly. Lots of renamesDenis Vlasenko2008-03-121-1006/+768
* less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1)Denis Vlasenko2008-02-241-1/+1
* *: tidy up usage of char **environDenis Vlasenko2008-01-281-3/+0
* libbb: introduce and use safe_waitpid (loops in EINTR)Denis Vlasenko2008-01-021-1/+1
* save a bit of code with *strchrnul = '\0' trickDenis Vlasenko2007-12-261-5/+1
* ip: stop propagating argc; optimize ip_parse_common_argsDenis Vlasenko2007-11-181-15/+0
* inetd: revert bogus fix for bug 1562; shrink inetd a bitDenis Vlasenko2007-11-121-35/+15
* telnet: use poll, it's shorterDenis Vlasenko2007-11-061-1/+2
* inetd: fix bug 1562 "inetd does not set argv[0] properly" (fix by IlyaPanfilov)Denis Vlasenko2007-10-301-16/+14
* vi: don't wait 50 ms before reading ESC sequencesDenis Vlasenko2007-10-111-2/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko2007-10-011-1/+1
* inetd: move struct fields around -> save .25 k of codeDenis Vlasenko2007-09-261-6/+8
* inetd: make some fields smaller, move data out of data/bss sectionsDenis Vlasenko2007-09-241-77/+130
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* introduce and use xdup2(int, int)Denis Vlasenko2007-08-181-2/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* several *.c files:Denis Vlasenko2007-05-171-2/+3
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer2007-04-041-2/+2
* make pidfile writing configurable.Denis Vlasenko2007-03-271-8/+2
* move everything to new NOMMU helpers, except udhcpDenis Vlasenko2007-03-261-17/+11
* inetd,ed,msh: data/bss reduction (in mss, more than 9k of it)Denis Vlasenko2007-03-241-11/+13
* NOMMU re-exec trick shuld not depend on existence of "don't daemonize"Denis Vlasenko2007-03-241-2/+2
* inetd: indent labels uniformlyDenis Vlasenko2007-03-241-5/+5
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-2/+2
* preparatory patch for -Wwrite-strings #2Denis Vlasenko2007-01-291-1/+1
* exterminate u_intXXX.Denis Vlasenko2007-01-221-4/+4
* openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup codeDenis Vlasenko2007-01-191-2/+2
* httpd: use fd#1 in inetd modeDenis Vlasenko2007-01-141-1/+1
* inetd: preparatory patch, no code changesDenis Vlasenko2007-01-141-63/+64
* Rename bb_sanitize_stdio -> bb_sanitize_server_stdioDenis Vlasenko2007-01-141-2/+2
* inetd: open log after daemonizationDenis Vlasenko2007-01-141-2/+1