index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
arping.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
arping: code shrink
Denys Vlasenko
2018-02-11
1
-19
/
+20
*
libbb: introduce and use bb_getsockname()
Denys Vlasenko
2018-02-11
1
-10
/
+5
*
arping: move packet buffer, sigset and struct ifreq to malloced "globals"
Denys Vlasenko
2018-02-11
1
-41
/
+34
*
arping: fix the case when inherited signal mask masks out ALRM
Denys Vlasenko
2018-02-11
1
-7
/
+16
*
arping: change a few message strings to be closer to iputils arping
Denys Vlasenko
2018-02-11
1
-7
/
+8
*
arping: code shrink
Denys Vlasenko
2018-02-11
1
-28
/
+28
*
getopt32: remove opt_complementary
Denys Vlasenko
2017-08-08
1
-3
/
+3
*
Tweak outdated documentation and comments
Denys Vlasenko
2017-08-06
1
-2
/
+2
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-1
/
+1
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
1
-1
/
+1
*
Convert all networking/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
1
-0
/
+11
*
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
Denys Vlasenko
2016-07-06
1
-2
/
+2
*
arping: avoid use of ether_ntoa(). Closes 8926
Denys Vlasenko
2016-05-26
1
-4
/
+7
*
*: add most of the required setup_common_bufsiz() calls
Denys Vlasenko
2016-04-21
1
-0
/
+1
*
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2016-04-21
1
-1
/
+2
*
build system: -fno-builtin-printf
Denys Vlasenko
2015-10-07
1
-1
/
+1
*
libbb: add setsockopt_foo helpers
Denys Vlasenko
2015-08-24
1
-1
/
+1
*
Merge setsockopt error messages
Denys Vlasenko
2015-08-24
1
-1
/
+1
*
arping: make help text clearer
Denys Vlasenko
2015-08-16
1
-12
/
+11
*
arping: fix iface name in error messages
Alexander Korolkov
2015-03-12
1
-2
/
+1
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-1
/
+0
*
move remaining help text from include/usage.src.h
Pere Orga
2011-04-11
1
-0
/
+17
*
networking/*: remove superfluous comments
Denys Vlasenko
2010-10-30
1
-3
/
+1
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
Denys Vlasenko
2010-02-04
1
-1
/
+1
*
*: introduce and use ffulsh_all()
Denys Vlasenko
2009-11-02
1
-1
/
+1
*
fix dependencies of FEATURE_GETOPT_LONG
Denys Vlasenko
2009-07-04
1
-1
/
+1
*
*: remove check for errors on getsockaddr in cases we know they can't happen
Denis Vlasenko
2009-04-21
1
-7
/
+8
*
*: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there.
Denis Vlasenko
2008-12-10
1
-2
/
+1
*
optimize 16- and 32-bit moves
Denis Vlasenko
2008-12-08
1
-7
/
+16
*
libbb: add strncpy_IFNAMSIZ
Denis Vlasenko
2008-12-02
1
-1
/
+1
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-2
/
+2
*
whitespace fixes. no code changes
Denis Vlasenko
2008-06-25
1
-4
/
+3
*
more of -Wall fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-05-15
1
-1
/
+1
*
arping: save a few bytes by using mempcpy
Denis Vlasenko
2008-04-25
1
-10
/
+12
*
arping: remove superfluous assignment
Denis Vlasenko
2008-04-16
1
-1
/
+0
*
*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)
Denis Vlasenko
2008-03-17
1
-5
/
+3
*
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-17
1
-1
/
+1
*
libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set
Denis Vlasenko
2008-03-12
1
-12
/
+2
*
- shrink a tiny bit (-30Bytes)
Bernhard Reutner-Fischer
2008-02-11
1
-30
/
+27
*
- be C99 friendly. Anonymous unions are a GNU extension. This change is
Bernhard Reutner-Fischer
2008-01-29
1
-1
/
+1
*
zcip: use low-order 4 bytes of MAC as random seed, not 4 high-order
Denis Vlasenko
2007-11-25
1
-36
/
+33
*
arping: fix a bug where there is implicit count of 4G;
Denis Vlasenko
2007-11-23
1
-32
/
+54
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-1
/
+1
*
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-18
1
-1
/
+1
*
xioctl and friends by Tito <farmatito@tiscali.it>
Denis Vlasenko
2007-07-14
1
-6
/
+3
*
wget: use monotonic_sec instead of gettimeofday
Denis Vlasenko
2007-06-17
1
-42
/
+41
*
hwclock: size optimizations
Denis Vlasenko
2007-06-17
1
-70
/
+55
*
arping: -i should be -I
Denis Vlasenko
2007-06-17
1
-1
/
+1
*
delete tons of extra #includes
Denis Vlasenko
2007-05-31
1
-2
/
+2
[next]