summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko35-882/+909
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-30zcip: use bb_error_msg for logging, not bb_info_msgDenys Vlasenko1-2/+2
2015-10-24zcip: ...ad suppress the warningDenys Vlasenko1-1/+1
2015-10-24zcip: do not query current time if we won't use the resultDenys Vlasenko1-2/+4
2015-10-12whitespace fixesDenys Vlasenko2-2/+2
2015-08-04zcip: tweak comments and make unsigned division more obviousDenys Vlasenko1-9/+6
2015-08-04zcip: another code shrinkDenys Vlasenko1-159/+148
2015-08-04zcip: code shrinkDenys Vlasenko1-78/+59
2015-08-04zcip: simplify codeDenys Vlasenko1-139/+96
2015-03-22zcip: fix wrong comparison of source IP with our IPVladislav Grishenko1-1/+1
2014-11-04zcip: Add environment variable for overriding log functionalityMichel Stam5-0/+35
2014-10-30zcip: allow our own class B range to be used for ZeroConfMichel Stam1-9/+21
2014-07-20zcip: fix link-local IP conflict detectionKen Sharp1-16/+22
2011-09-20add INIT_G()'s. No code changes.Denys Vlasenko11-6/+33
2011-06-10*: simplify Ethernet header includesDan Fandrich10-56/+30
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-03-18*: code shrink and better "died from signal" reporting from wait4pidDenys Vlasenko12-30/+24
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko49-58/+65
2010-01-04*: remove some uses of argcDenys Vlasenko26-78/+77
2008-12-08optimize 16- and 32-bit movesDenis Vlasenko13-75/+95
2008-12-02libbb: add strncpy_IFNAMSIZDenis Vlasenko19-49/+52
2008-10-10zcip: code size optimizations, improved help text and commentsDenis Vlasenko2-63/+83
2008-09-20init: set stderr to NONBLOCKDenis Vlasenko4-27/+22
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-05-15more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko43-110/+113
2008-02-28zcip: chdiring to root when daemonizing is not useful,Denis Vlasenko1-2/+2
2008-02-04zcip: open ARP socket before openlogDenis Vlasenko1-11/+13
2008-01-27- fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer17-51/+42
2007-11-25zcip: simplify code a bitDenis Vlasenko1-8/+1
2007-11-25zcip: use low-order 4 bytes of MAC as random seed, not 4 high-orderDenis Vlasenko2-102/+120
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-09-27zcip: fix unaligned trap on ARMDenis Vlasenko1-2/+3
2007-09-27introduce safe_poll (fixes a problem in top)Denis Vlasenko13-30/+65
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-07-23zcip: remove stray seed48. It's the only thing which was pulling inDenis Vlasenko1-4/+1
2007-07-14xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko40-331/+295
2007-06-17wget: use monotonic_sec instead of gettimeofdayDenis Vlasenko8-144/+151
2007-06-12diff: shrink code (-85 bytes):Denis Vlasenko11-67/+69
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-04-12- add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...Bernhard Reutner-Fischer16-239/+159
2007-04-11add more convenient defines for [NO]MMU:Denis Vlasenko6-27/+30
2007-04-04- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer33-67/+67
2007-03-26zcip: make it work on NOMMU (+ improve NOMMU support machinery)Denis Vlasenko6-88/+100
2007-03-26move everything to new NOMMU helpers, except udhcpDenis Vlasenko11-102/+40
2007-03-25add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copyDenis Vlasenko11-52/+31
2007-02-14zcip: revert my bogus changeDenis Vlasenko1-11/+11
[next]