2008-12-10 |
Denis Vlasenko | *: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ... |
blob | commitdiff | raw |
2008-12-08 |
Denis Vlasenko | optimize 16- and 32-bit moves |
blob | commitdiff | raw | diff to current |
2008-12-02 |
Denis Vlasenko | libbb: add strncpy_IFNAMSIZ |
blob | commitdiff | raw | diff to current |
2008-07-05 |
Denis Vlasenko | *: rename ATTRIBUTE_XXX to just XXX. |
blob | commitdiff | raw | diff to current |
2008-06-25 |
Denis Vlasenko | whitespace fixes. no code changes |
blob | commitdiff | raw | diff to current |
2008-05-15 |
Denis Vlasenko | more of -Wall fixes from Cristian Ionescu-Idbohrn. |
blob | commitdiff | raw | diff to current |
2008-04-25 |
Denis Vlasenko | arping: save a few bytes by using mempcpy |
blob | commitdiff | raw | diff to current |
2008-04-16 |
Denis Vlasenko | arping: remove superfluous assignment |
blob | commitdiff | raw | diff to current |
2008-03-17 |
Denis Vlasenko | *: shrink: use Vladimir's "o+" specifier instead of... |
blob | commitdiff | raw | diff to current |
2008-03-17 |
Denis Vlasenko | *: add -Wunused-parameter; fix resulting breakage |
blob | commitdiff | raw | diff to current |
2008-03-12 |
Denis Vlasenko | libbb: introduse and use signal_[no_]SA_RESTART_empty_m... |
blob | commitdiff | raw | diff to current |
2008-02-11 |
Bernhard Reutner... | - shrink a tiny bit (-30Bytes) |
blob | commitdiff | raw | diff to current |
2008-01-29 |
Bernhard Reutner... | - be C99 friendly. Anonymous unions are a GNU extension... |
blob | commitdiff | raw | diff to current |
2007-11-25 |
Denis Vlasenko | zcip: use low-order 4 bytes of MAC as random seed,... |
blob | commitdiff | raw | diff to current |
2007-11-23 |
Denis Vlasenko | arping: fix a bug where there is implicit count of 4G; |
blob | commitdiff | raw | diff to current |
2007-10-11 |
Denis Vlasenko | add -fvisibility=hidden to CC flags, mark XXX_main... |
blob | commitdiff | raw | diff to current |
2007-08-18 |
Denis Vlasenko | don't pass argc in getopt32, it's superfluous |
blob | commitdiff | raw | diff to current |
2007-07-14 |
Denis Vlasenko | xioctl and friends by Tito <farmatito@tiscali.it> |
blob | commitdiff | raw | diff to current |
2007-06-17 |
Denis Vlasenko | wget: use monotonic_sec instead of gettimeofday |
blob | commitdiff | raw | diff to current |
2007-06-17 |
Denis Vlasenko | hwclock: size optimizations |
blob | commitdiff | raw | diff to current |
2007-06-17 |
Denis Vlasenko | arping: -i should be -I |
blob | commitdiff | raw | diff to current |
2007-05-31 |
Denis Vlasenko | delete tons of extra #includes |
blob | commitdiff | raw | diff to current |
2007-05-26 |
Denis Vlasenko | usage.c: remove reference to busybox.h |
blob | commitdiff | raw | diff to current |
2007-02-04 |
Denis Vlasenko | add x to IPv6 functions which can die |
blob | commitdiff | raw | diff to current |
2007-02-03 |
Denis Vlasenko | suppress warnings about easch <applet>_main() having |
blob | commitdiff | raw | diff to current |
2007-01-29 |
Denis Vlasenko | preparatory patch for -Wwrite-strings #2 |
blob | commitdiff | raw | diff to current |
2007-01-25 |
Denis Vlasenko | arping: stop using last gethostbyname2 in the tree |
blob | commitdiff | raw | diff to current |
2007-01-22 |
Denis Vlasenko | cleanups: unnecessary casts, unified const_1, eliminate... |
blob | commitdiff | raw | diff to current |
2006-12-23 |
Denis Vlasenko | use xbind, xconnect where appropriate. |
blob | commitdiff | raw | diff to current |
2006-11-22 |
Denis Vlasenko | introduce setsockopt_reuseaddr(int fd), setsockopt_broa... |
blob | commitdiff | raw | diff to current |
2006-10-20 |
Denis Vlasenko | message string changes, mostly for consistency, also... |
blob | commitdiff | raw | diff to current |
2006-10-08 |
Denis Vlasenko | attempt to regularize atoi mess. |
blob | commitdiff | raw | diff to current |
2006-10-03 |
Denis Vlasenko | getopt_ulflags -> getopt32. |
blob | commitdiff | raw | diff to current |
2006-10-03 |
Denis Vlasenko | rename bb_default_error_retval -> xfunc_error_retval |
blob | commitdiff | raw | diff to current |
2006-09-23 |
Denis Vlasenko | arping: fix bug (getopt_ulflags and optarg don't mix), |
blob | commitdiff | raw | diff to current |
2006-09-03 |
Denis Vlasenko | replacing func() with xfunc() where appropriate |
blob | commitdiff | raw | diff to current |
2006-07-16 |
Rob Landley | Convert setuid/setgid users to xsetuid/xsetgid. |
blob | commitdiff | raw | diff to current |
2006-07-01 |
"Robert P. J. Day" | More removal of "#if 0" content. |
blob | commitdiff | raw | diff to current |
2006-05-27 |
Rob Landley | Consolidate #include <sys/time.h> so libbb.h does it. |
blob | commitdiff | raw | diff to current |
2006-05-07 |
Rob Landley | Remove bb_strlen() in favor of -fno-builtin-strlen... |
blob | commitdiff | raw | diff to current |
2006-04-12 |
Bernhard Reutner... | - patch from Denis Vlasenko to add and use bb_xsocket... |
blob | commitdiff | raw | diff to current |
2006-04-03 |
Bernhard Reutner... | - coalesce printf calls. |
blob | commitdiff | raw | diff to current |
2006-04-03 |
Bernhard Reutner... | - use bb_opt_complementally; Saves another 14 bytes... |
blob | commitdiff | raw | diff to current |
2006-04-03 |
Bernhard Reutner... | - set flags in a more reasonable manner. Thanks, vodz. |
blob | commitdiff | raw | diff to current |
2006-03-31 |
Bernhard Reutner... | - use RESERVE_CONFIG_BUFFER. For defconfig this gives: |
blob | commitdiff | raw | diff to current |
2006-03-31 |
Bernhard Reutner... | - shrink it a bit further. |
blob | commitdiff | raw | diff to current |
2006-03-30 |
Rob Landley | Shrink patch from Bernhard Fischer. |
blob | commitdiff | raw | diff to current |
2006-03-22 |
Mike Frysinger | 2006-03-21 Shaun Jackman <sjackman@gmail.com>: Includ... |
blob | commitdiff | raw | diff to current |
2006-01-30 |
Eric Andersen | fix up annoying signed/unsigned and mixed type errors |
blob | commitdiff | raw | diff to current |
2005-04-16 |
Eric Andersen | Patch from Bernhard Fischer to make a bunch of symbols... |
blob | commitdiff | raw | diff to current |
2003-09-26 |
Glenn L McGrath | Patch by Fillod Stephane, declare variables as static... |
blob | commitdiff | raw | diff to current |
2003-08-28 |
Glenn L McGrath | *** empty log message *** |
blob | commitdiff | raw | diff to current |
2003-03-19 |
Manuel Novoa III | Major coreutils update. |
blob | commitdiff | raw | diff to current |
2003-02-09 |
Glenn L McGrath | Minor update to arping, patch from Nick Fedchik |
blob | commitdiff | raw | diff to current |
2003-01-19 |
Glenn L McGrath | fix missed option argument for -I <device>, interface... |
blob | commitdiff | raw | diff to current |
2003-01-09 |
Glenn L McGrath | arping applet by Nick Fedchik |
blob | commitdiff | raw | diff to current |
|