index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
arping.c
Age
Commit message (
Expand
)
Author
2022-11-29
Remove "select PLATFORM_LINUX"
Denys Vlasenko
2022-11-29
Fix non-Linux builds
Samuel Thibault
2022-01-05
libbb: code shrink: introduce and use [_]exit_SUCCESS()
Denys Vlasenko
2020-08-13
build system: drop PLATFORM_LINUX
Ron Yorston
2019-07-02
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2018-12-28
config: update size information
Denys Vlasenko
2018-02-11
arping: code shrink
Denys Vlasenko
2018-02-11
libbb: introduce and use bb_getsockname()
Denys Vlasenko
2018-02-11
arping: move packet buffer, sigset and struct ifreq to malloced "globals"
Denys Vlasenko
2018-02-11
arping: fix the case when inherited signal mask masks out ALRM
Denys Vlasenko
2018-02-11
arping: change a few message strings to be closer to iputils arping
Denys Vlasenko
2018-02-11
arping: code shrink
Denys Vlasenko
2017-08-08
getopt32: remove opt_complementary
Denys Vlasenko
2017-08-06
Tweak outdated documentation and comments
Denys Vlasenko
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-18
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2016-11-23
Convert all networking/* applets to "new style" applet definitions
Denys Vlasenko
2016-07-06
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
Denys Vlasenko
2016-05-26
arping: avoid use of ether_ntoa(). Closes 8926
Denys Vlasenko
2016-04-21
*: add most of the required setup_common_bufsiz() calls
Denys Vlasenko
2016-04-21
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2015-10-07
build system: -fno-builtin-printf
Denys Vlasenko
2015-08-24
libbb: add setsockopt_foo helpers
Denys Vlasenko
2015-08-24
Merge setsockopt error messages
Denys Vlasenko
2015-08-16
arping: make help text clearer
Denys Vlasenko
2015-03-12
arping: fix iface name in error messages
Alexander Korolkov
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2011-04-11
move remaining help text from include/usage.src.h
Pere Orga
2010-10-30
networking/*: remove superfluous comments
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-02-04
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
Denys Vlasenko
2009-11-02
*: introduce and use ffulsh_all()
Denys Vlasenko
2009-07-04
fix dependencies of FEATURE_GETOPT_LONG
Denys Vlasenko
2009-04-21
*: remove check for errors on getsockaddr in cases we know they can't happen
Denis Vlasenko
2008-12-10
*: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there.
Denis Vlasenko
2008-12-08
optimize 16- and 32-bit moves
Denis Vlasenko
2008-12-02
libbb: add strncpy_IFNAMSIZ
Denis Vlasenko
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-06-25
whitespace fixes. no code changes
Denis Vlasenko
2008-05-15
more of -Wall fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-04-25
arping: save a few bytes by using mempcpy
Denis Vlasenko
2008-04-16
arping: remove superfluous assignment
Denis Vlasenko
2008-03-17
*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)
Denis Vlasenko
2008-03-17
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-12
libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set
Denis Vlasenko
2008-02-11
- shrink a tiny bit (-30Bytes)
Bernhard Reutner-Fischer
2008-01-29
- be C99 friendly. Anonymous unions are a GNU extension. This change is
Bernhard Reutner-Fischer
2007-11-25
zcip: use low-order 4 bytes of MAC as random seed, not 4 high-order
Denis Vlasenko
2007-11-23
arping: fix a bug where there is implicit count of 4G;
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
[next]