aboutsummaryrefslogtreecommitdiff
path: root/networking/arping.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* build system: drop PLATFORM_LINUXRon Yorston2020-08-131-1/+0
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-2/+2
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* arping: code shrinkDenys Vlasenko2018-02-111-19/+20
* libbb: introduce and use bb_getsockname()Denys Vlasenko2018-02-111-10/+5
* arping: move packet buffer, sigset and struct ifreq to malloced "globals"Denys Vlasenko2018-02-111-41/+34
* arping: fix the case when inherited signal mask masks out ALRMDenys Vlasenko2018-02-111-7/+16
* arping: change a few message strings to be closer to iputils arpingDenys Vlasenko2018-02-111-7/+8
* arping: code shrinkDenys Vlasenko2018-02-111-28/+28
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-3/+3
* Tweak outdated documentation and commentsDenys Vlasenko2017-08-061-2/+2
* config: deindent all help textsDenys Vlasenko2017-07-211-1/+1
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+11
* getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-061-2/+2
* arping: avoid use of ether_ntoa(). Closes 8926Denys Vlasenko2016-05-261-4/+7
* *: 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
* build system: -fno-builtin-printfDenys Vlasenko2015-10-071-1/+1
* libbb: add setsockopt_foo helpersDenys Vlasenko2015-08-241-1/+1
* Merge setsockopt error messagesDenys Vlasenko2015-08-241-1/+1
* arping: make help text clearerDenys Vlasenko2015-08-161-12/+11
* arping: fix iface name in error messagesAlexander Korolkov2015-03-121-2/+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/+17
* networking/*: remove superfluous commentsDenys Vlasenko2010-10-301-3/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-041-1/+1
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-021-1/+1
* fix dependencies of FEATURE_GETOPT_LONGDenys Vlasenko2009-07-041-1/+1
* *: remove check for errors on getsockaddr in cases we know they can't happenDenis Vlasenko2009-04-211-7/+8
* *: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there.Denis Vlasenko2008-12-101-2/+1
* optimize 16- and 32-bit movesDenis Vlasenko2008-12-081-7/+16
* libbb: add strncpy_IFNAMSIZDenis Vlasenko2008-12-021-1/+1
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-2/+2
* whitespace fixes. no code changesDenis Vlasenko2008-06-251-4/+3
* more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-151-1/+1
* arping: save a few bytes by using mempcpyDenis Vlasenko2008-04-251-10/+12
* arping: remove superfluous assignmentDenis Vlasenko2008-04-161-1/+0
* *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko2008-03-171-5/+3
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_setDenis Vlasenko2008-03-121-12/+2
* - shrink a tiny bit (-30Bytes)Bernhard Reutner-Fischer2008-02-111-30/+27
* - be C99 friendly. Anonymous unions are a GNU extension. This change isBernhard Reutner-Fischer2008-01-291-1/+1
* zcip: use low-order 4 bytes of MAC as random seed, not 4 high-orderDenis Vlasenko2007-11-251-36/+33
* arping: fix a bug where there is implicit count of 4G;Denis Vlasenko2007-11-231-32/+54
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko2007-07-141-6/+3
* wget: use monotonic_sec instead of gettimeofdayDenis Vlasenko2007-06-171-42/+41