aboutsummaryrefslogtreecommitdiff
path: root/networking/zcip.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zcip: use bb_error_msg for logging, not bb_info_msgDenys Vlasenko2016-03-301-2/+2
* zcip: ...ad suppress the warningDenys Vlasenko2015-10-241-1/+1
* zcip: do not query current time if we won't use the resultDenys Vlasenko2015-10-241-2/+4
* whitespace fixesDenys Vlasenko2015-10-131-1/+1
* zcip: tweak comments and make unsigned division more obviousDenys Vlasenko2015-08-041-9/+6
* zcip: another code shrinkDenys Vlasenko2015-08-041-159/+148
* zcip: code shrinkDenys Vlasenko2015-08-041-78/+59
* zcip: simplify codeDenys Vlasenko2015-08-041-139/+96
* zcip: fix wrong comparison of source IP with our IPVladislav Grishenko2015-03-221-1/+1
* zcip: Add environment variable for overriding log functionalityMichel Stam2014-11-041-0/+5
* zcip: allow our own class B range to be used for ZeroConfMichel Stam2014-10-301-9/+21
* zcip: fix link-local IP conflict detectionKen Sharp2014-07-201-16/+22
* add INIT_G()'s. No code changes.Denys Vlasenko2011-09-211-0/+2
* *: simplify Ethernet header includesDan Fandrich2011-06-101-3/+1
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+13
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: code shrink and better "died from signal" reporting from wait4pidDenys Vlasenko2010-03-181-2/+2
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-041-1/+1
* *: remove some uses of argcDenys Vlasenko2010-01-041-2/+1
* optimize 16- and 32-bit movesDenis Vlasenko2008-12-081-1/+2
* libbb: add strncpy_IFNAMSIZDenis Vlasenko2008-12-021-1/+1
* zcip: code size optimizations, improved help text and commentsDenis Vlasenko2008-10-101-62/+79
* init: set stderr to NONBLOCKDenis Vlasenko2008-09-201-2/+2
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-151-1/+1
* zcip: chdiring to root when daemonizing is not useful,Denis Vlasenko2008-02-281-2/+2
* zcip: open ARP socket before openlogDenis Vlasenko2008-02-041-11/+13
* - fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer2008-01-271-3/+1
* zcip: simplify code a bitDenis Vlasenko2007-11-251-8/+1
* zcip: use low-order 4 bytes of MAC as random seed, not 4 high-orderDenis Vlasenko2007-11-251-66/+87
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* zcip: fix unaligned trap on ARMDenis Vlasenko2007-09-271-2/+3
* introduce safe_poll (fixes a problem in top)Denis Vlasenko2007-09-271-6/+8
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* zcip: remove stray seed48. It's the only thing which was pulling inDenis Vlasenko2007-07-231-4/+1
* xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko2007-07-141-3/+1
* wget: use monotonic_sec instead of gettimeofdayDenis Vlasenko2007-06-171-62/+53
* diff: shrink code (-85 bytes):Denis Vlasenko2007-06-121-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...Bernhard Reutner-Fischer2007-04-121-4/+2
* add more convenient defines for [NO]MMU:Denis Vlasenko2007-04-111-2/+2
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer2007-04-041-2/+2
* zcip: make it work on NOMMU (+ improve NOMMU support machinery)Denis Vlasenko2007-03-261-73/+73
* move everything to new NOMMU helpers, except udhcpDenis Vlasenko2007-03-261-2/+1
* add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copyDenis Vlasenko2007-03-251-0/+1
* zcip: revert my bogus changeDenis Vlasenko2007-02-141-11/+11
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* preparatory patch for -Wwrite-strings #5Denis Vlasenko2007-01-291-3/+3
* openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup codeDenis Vlasenko2007-01-191-2/+3