aboutsummaryrefslogtreecommitdiff
path: root/networking/inetd.c
AgeCommit message (Expand)Author
2020-12-30libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...Denys Vlasenko
2020-11-30decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2020-11-29libbb: introduce and use sleep1()Denys Vlasenko
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-03-17do not duplicate CONFIG_PID_FILE_PATH and ".pid" stringsDenys Vlasenko
2018-12-08inetd: suppress aliasing warningDenys Vlasenko
2018-02-13inetd,mount: add comment with example of flags to build with libtirpcDenys Vlasenko
2018-02-11libbb: introduce and use bb_getsockname()Denys Vlasenko
2017-11-09inetd: fix for running by non-rootDenys Vlasenko
2017-08-14build system: remove unused CONFIG_FEATURE_HAVE_RPCDenys Vlasenko
2017-07-27inetd: improve --helpt text and config help text.Denys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
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