index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
arping.c
Age
Commit message (
Expand
)
Author
2006-10-20
message string changes, mostly for consistency, also -32 bytes in .rodata
Denis Vlasenko
2006-10-08
attempt to regularize atoi mess.
Denis Vlasenko
2006-10-03
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-10-03
rename bb_default_error_retval -> xfunc_error_retval
Denis Vlasenko
2006-09-23
arping: fix bug (getopt_ulflags and optarg don't mix),
Denis Vlasenko
2006-09-03
replacing func() with xfunc() where appropriate
Denis Vlasenko
2006-07-16
Convert setuid/setgid users to xsetuid/xsetgid.
Rob Landley
2006-07-01
More removal of "#if 0" content.
"Robert P. J. Day"
2006-05-27
Consolidate #include <sys/time.h> so libbb.h does it.
Rob Landley
2006-05-07
Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes
Rob Landley
2006-04-12
- patch from Denis Vlasenko to add and use bb_xsocket() and to use
Bernhard Reutner-Fischer
2006-04-03
- coalesce printf calls.
Bernhard Reutner-Fischer
2006-04-03
- use bb_opt_complementally; Saves another 14 bytes. (thanks again, vodz)
Bernhard Reutner-Fischer
2006-04-03
- set flags in a more reasonable manner. Thanks, vodz.
Bernhard Reutner-Fischer
2006-03-31
- use RESERVE_CONFIG_BUFFER. For defconfig this gives:
Bernhard Reutner-Fischer
2006-03-31
- shrink it a bit further.
Bernhard Reutner-Fischer
2006-03-30
Shrink patch from Bernhard Fischer.
Rob Landley
2006-03-22
2006-03-21 Shaun Jackman <sjackman@gmail.com>: Include signal.h instead of ...
Mike Frysinger
2006-01-30
fix up annoying signed/unsigned and mixed type errors
Eric Andersen
2005-04-16
Patch from Bernhard Fischer to make a bunch of symbols static
Eric Andersen
2003-09-26
Patch by Fillod Stephane, declare variables as static to not clobber
Glenn L McGrath
2003-08-28
*** empty log message ***
Glenn L McGrath
2003-03-19
Major coreutils update.
Manuel Novoa III
2003-02-09
Minor update to arping, patch from Nick Fedchik
Glenn L McGrath
2003-01-19
fix missed option argument for -I <device>, interface name checks
Glenn L McGrath
2003-01-09
arping applet by Nick Fedchik
Glenn L McGrath