summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-11-23Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko35-882/+909
2016-09-08[Nougat bringup][busybox] fix compiling errorSam Wu5-8/+13
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko58-159/+168
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko53-19/+63
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2016-03-30Replace a few more bb_info_msg's by bb_error_msg or printfDenys Vlasenko8-11/+11
2015-10-13*: more BUILD_BUG_ON conversionsDenys Vlasenko10-36/+22
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko51-151/+165
2015-03-03inetd: fix order of array index check and array accessDenys Vlasenko1-3/+5
2015-02-18trivial code shrinkDenys Vlasenko4-13/+14
2013-02-26Busybox 1.21.0 squashed commit for jellybeanTanguy Pruvot225-8289/+9916
2012-12-19CONFIG_PID_FILE_PATH: new configuration option for pidfile pathsAnthony G. Basile9-9/+30
2012-07-09inetd: fix warningsTanguy Pruvot1-2/+2
2012-07-09inetd: fix build failure in AndroidTias Guns1-0/+1
2012-07-06include sys/resource.h where neededMike Frysinger7-0/+7
2012-06-10inetd: fix build failure in AndroidTias Guns1-0/+1
2012-04-27Busybox 1.20.0 squashed commit for ICSTanguy Pruvot270-9617/+15737
2011-11-06busybox v1.19.3 updateTanguy Pruvot22-709/+755
2011-09-15start_stop_daemon: set complementary group ids too. Closes 3253Denys Vlasenko2-3/+11
2011-09-11inetd: close new udp fd in "udp nowait" caseDenys Vlasenko1-11/+55
2011-06-15inetd: check if RPC is availableBernhard Reutner-Fischer1-2/+5
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-05-12inetd: add FIXMEsDenys Vlasenko1-0/+5
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2011-04-07libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr.Denys Vlasenko10-24/+26
2010-11-22inetd: if argv[0] is not specified, set it to program nameMike Frysinger1-0/+6
2010-10-29whitespace cleanupDenys Vlasenko69-268/+231
2010-07-04*: introduce and use xfork() and xvfork()Pascal Bellard21-95/+56
2010-06-27remove recently added erroneous _and_die()Denys Vlasenko2-2/+2
2010-06-24*: make exec failure message more consistentDenys Vlasenko24-40/+40
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko49-58/+65
2009-11-18libbb: robustify isXXXX(). +39 bytesDenys Vlasenko9-25/+28
2009-09-04inetd: comment tweak. no code changesDenys Vlasenko1-3/+3
2009-09-04inetd: be more careful with syslog socket; other small fixesDenys Vlasenko1-7/+18
2009-06-05inetd: comment why we redirect stderr to networkDenys Vlasenko1-3/+6
2009-06-05*: add FAST_FUNC to function ptrs where it makes senseDenys Vlasenko22-346/+324
2009-04-22inetd: constify dataDenis Vlasenko1-1/+1
2009-03-11*: remove LOG_NOWAITDenis Vlasenko3-3/+3
2009-03-11docs/logging_and_backgrounding.txt: new mini-docDenis Vlasenko8-58/+143
2008-11-05inetd: fix a case when we have zero servicesDenis Vlasenko1-6/+13
2008-09-30inetd: use config parser. by VladimirDenis Vlasenko1-87/+36
2008-07-22inetd: do not trash errno in signal handlers;Denis Vlasenko1-13/+20
2008-07-17- very minor shrinkage (-9b)Bernhard Reutner-Fischer1-4/+4
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-07-01revert last two commits. vfork cannot be used in subroutine,Denis Vlasenko15-50/+55
2008-07-01*: introduce and use xfork()Denis Vlasenko7-18/+19
2008-05-19- use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer45-85/+85
2008-05-15more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko43-110/+113
2008-03-29inetd: small shrink for NOMMU caseDenis Vlasenko1-9/+14
[next]