summaryrefslogtreecommitdiff
path: root/networking/inetd.c
Commit message (Expand)AuthorAgeFilesLines
* do not duplicate CONFIG_PID_FILE_PATH and ".pid" stringsDenys Vlasenko2019-03-171-2/+2
* inetd: suppress aliasing warningDenys Vlasenko2018-12-081-1/+1
* inetd,mount: add comment with example of flags to build with libtirpcDenys Vlasenko2018-02-131-1/+5
* libbb: introduce and use bb_getsockname()Denys Vlasenko2018-02-111-3/+2
* inetd: fix for running by non-rootDenys Vlasenko2017-11-091-1/+1
* build system: remove unused CONFIG_FEATURE_HAVE_RPCDenys Vlasenko2017-08-141-1/+0
* inetd: improve --helpt text and config help text.Denys Vlasenko2017-07-271-10/+29
* config: deindent all help textsDenys Vlasenko2017-07-211-7/+7
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* inetd,mount: do not die if uclibc without RPC is detectedDenys Vlasenko2017-07-101-1/+2
* fixes for bugs found by make_single_applets.shDenys Vlasenko2017-07-031-7/+10
* make --help texts smallerDenys Vlasenko2017-01-211-2/+2
* rdate: make it do something remotely sane, facing 32-bit time overflowDenys Vlasenko2017-01-201-1/+1
* Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+53
* getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-061-2/+2
* *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-211-0/+1
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-1/+2
* Replace a few more bb_info_msg's by bb_error_msg or printfDenys Vlasenko2016-03-301-4/+4
* *: more BUILD_BUG_ON conversionsDenys Vlasenko2015-10-131-3/+1
* libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-121-1/+1
* inetd: fix order of array index check and array accessDenys Vlasenko2015-03-031-3/+5
* trivial code shrinkDenys Vlasenko2015-02-181-1/+1
* CONFIG_PID_FILE_PATH: new configuration option for pidfile pathsAnthony G. Basile2012-12-191-4/+2
* include sys/resource.h where neededMike Frysinger2012-07-051-0/+1
* inetd: fix build failure in AndroidTias Guns2012-06-101-0/+1
* start_stop_daemon: set complementary group ids too. Closes 3253Denys Vlasenko2011-09-151-1/+1
* inetd: close new udp fd in "udp nowait" caseDenys Vlasenko2011-09-111-11/+55
* inetd: check if RPC is availableBernhard Reutner-Fischer2011-06-151-2/+5
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-2/+1
* inetd: add FIXMEsDenys Vlasenko2011-05-121-0/+5
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+11
* libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr.Denys Vlasenko2011-04-071-2/+2
* inetd: if argv[0] is not specified, set it to program nameMike Frysinger2010-11-221-0/+6
* whitespace cleanupDenys Vlasenko2010-10-291-1/+1
* *: 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