aboutsummaryrefslogtreecommitdiff
path: root/networking/inetd.c
AgeCommit message (Expand)Author
2017-07-10inetd,mount: do not die if uclibc without RPC is detectedDenys Vlasenko
2017-07-03fixes for bugs found by make_single_applets.shDenys Vlasenko
2017-01-21make --help texts smallerDenys Vlasenko
2017-01-20rdate: make it do something remotely sane, facing 32-bit time overflowDenys Vlasenko
2016-11-23Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2016-03-30Replace a few more bb_info_msg's by bb_error_msg or printfDenys Vlasenko
2015-10-13*: more BUILD_BUG_ON conversionsDenys Vlasenko
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2015-03-03inetd: fix order of array index check and array accessDenys Vlasenko
2015-02-18trivial code shrinkDenys Vlasenko
2012-12-19CONFIG_PID_FILE_PATH: new configuration option for pidfile pathsAnthony G. Basile
2012-07-05include sys/resource.h where neededMike Frysinger
2012-06-10inetd: fix build failure in AndroidTias Guns
2011-09-15start_stop_daemon: set complementary group ids too. Closes 3253Denys Vlasenko
2011-09-11inetd: close new udp fd in "udp nowait" caseDenys Vlasenko
2011-06-15inetd: check if RPC is availableBernhard Reutner-Fischer
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-05-12inetd: add FIXMEsDenys Vlasenko
2011-04-11move remaining help text from include/usage.src.hPere Orga
2011-04-07libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr.Denys Vlasenko
2010-11-22inetd: if argv[0] is not specified, set it to program nameMike Frysinger
2010-10-29whitespace cleanupDenys Vlasenko
2010-07-04*: introduce and use xfork() and xvfork()Pascal Bellard
2010-06-27remove recently added erroneous _and_die()Denys Vlasenko
2010-06-25*: make exec failure message more consistentDenys Vlasenko
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko
2009-11-18libbb: robustify isXXXX(). +39 bytesDenys Vlasenko
2009-09-04inetd: comment tweak. no code changesDenys Vlasenko
2009-09-04inetd: be more careful with syslog socket; other small fixesDenys Vlasenko
2009-06-05inetd: comment why we redirect stderr to networkDenys Vlasenko
2009-06-05*: add FAST_FUNC to function ptrs where it makes senseDenys Vlasenko
2009-04-22inetd: constify dataDenis Vlasenko
2009-03-11*: remove LOG_NOWAITDenis Vlasenko
2009-03-11docs/logging_and_backgrounding.txt: new mini-docDenis Vlasenko
2008-11-05inetd: fix a case when we have zero servicesDenis Vlasenko
2008-09-30inetd: use config parser. by VladimirDenis Vlasenko
2008-07-22inetd: do not trash errno in signal handlers;Denis Vlasenko
2008-07-17- very minor shrinkage (-9b)Bernhard Reutner-Fischer
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-07-01revert last two commits. vfork cannot be used in subroutine,Denis Vlasenko
2008-07-01*: introduce and use xfork()Denis Vlasenko
2008-05-19- use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer
2008-05-15more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko
2008-03-29inetd: small shrink for NOMMU caseDenis Vlasenko
2008-03-24*: whitespace fixes, no code changesDenis Vlasenko
2008-03-20inetd: use change_identity().Denis Vlasenko
2008-03-17*: fix fallout from -Wunused-parameterDenis Vlasenko