aboutsummaryrefslogtreecommitdiff
path: root/networking/inetd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: introduce and use xfork() and xvfork()Pascal Bellard2010-07-041-1/+1
* remove recently added erroneous _and_die()Denys Vlasenko2010-06-271-1/+1
* *: make exec failure message more consistentDenys Vlasenko2010-06-251-1/+1
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-041-1/+1
* libbb: robustify isXXXX(). +39 bytesDenys Vlasenko2009-11-181-3/+2
* inetd: comment tweak. no code changesDenys Vlasenko2009-09-041-3/+3
* inetd: be more careful with syslog socket; other small fixesDenys Vlasenko2009-09-041-7/+18
* inetd: comment why we redirect stderr to networkDenys Vlasenko2009-06-051-3/+6
* *: add FAST_FUNC to function ptrs where it makes senseDenys Vlasenko2009-06-051-22/+22
* inetd: constify dataDenis Vlasenko2009-04-221-1/+1
* *: remove LOG_NOWAITDenis Vlasenko2009-03-111-1/+1
* docs/logging_and_backgrounding.txt: new mini-docDenis Vlasenko2009-03-111-1/+1
* 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