| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
* | add x to IPv6 functions which can die | Denis Vlasenko | 2007-02-04 | 1 | -1/+1 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
* | preparatory patch for -Wwrite-strings #2 | Denis Vlasenko | 2007-01-29 | 1 | -1/+1 |
* | arping: stop using last gethostbyname2 in the tree | Denis Vlasenko | 2007-01-25 | 1 | -7/+5 |
* | cleanups: unnecessary casts, unified const_1, eliminate cross-.c file | Denis Vlasenko | 2007-01-22 | 1 | -2/+1 |
* | use xbind, xconnect where appropriate. | Denis Vlasenko | 2006-12-23 | 1 | -77/+50 |
* | introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd), | Denis Vlasenko | 2006-11-22 | 1 | -1/+1 |
* | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | 2006-10-20 | 1 | -1/+1 |
* | attempt to regularize atoi mess. | Denis Vlasenko | 2006-10-08 | 1 | -4/+4 |
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -3/+3 |
* | rename bb_default_error_retval -> xfunc_error_retval | Denis Vlasenko | 2006-10-03 | 1 | -1/+1 |
* | arping: fix bug (getopt_ulflags and optarg don't mix), | Denis Vlasenko | 2006-09-23 | 1 | -24/+16 |
* | replacing func() with xfunc() where appropriate | Denis Vlasenko | 2006-09-03 | 1 | -5/+2 |
* | Convert setuid/setgid users to xsetuid/xsetgid. | Rob Landley | 2006-07-16 | 1 | -1/+2 |
* | More removal of "#if 0" content. | "Robert P. J. Day" | 2006-07-01 | 1 | -12/+0 |
* | Consolidate #include <sys/time.h> so libbb.h does it. | Rob Landley | 2006-05-27 | 1 | -1/+0 |
* | Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes | Rob Landley | 2006-05-07 | 1 | -1/+1 |
* | - patch from Denis Vlasenko to add and use bb_xsocket() and to use | Bernhard Reutner-Fischer | 2006-04-12 | 1 | -2/+2 |
* | - coalesce printf calls. | Bernhard Reutner-Fischer | 2006-04-03 | 1 | -11/+12 |
* | - use bb_opt_complementally; Saves another 14 bytes. (thanks again, vodz) | Bernhard Reutner-Fischer | 2006-04-03 | 1 | -4/+5 |
* | - set flags in a more reasonable manner. Thanks, vodz. | Bernhard Reutner-Fischer | 2006-04-03 | 1 | -16/+5 |
* | - use RESERVE_CONFIG_BUFFER. For defconfig this gives: | Bernhard Reutner-Fischer | 2006-03-31 | 1 | -3/+5 |
* | - shrink it a bit further. | Bernhard Reutner-Fischer | 2006-03-31 | 1 | -76/+65 |
* | Shrink patch from Bernhard Fischer. | Rob Landley | 2006-03-30 | 1 | -81/+69 |
* | 2006-03-21 Shaun Jackman <sjackman@gmail.com>: Include signal.h instead of ... | Mike Frysinger | 2006-03-22 | 1 | -1/+1 |
* | fix up annoying signed/unsigned and mixed type errors | Eric Andersen | 2006-01-30 | 1 | -4/+4 |
* | Patch from Bernhard Fischer to make a bunch of symbols static | Eric Andersen | 2005-04-16 | 1 | -3/+3 |
* | Patch by Fillod Stephane, declare variables as static to not clobber | Glenn L McGrath | 2003-09-26 | 1 | -20/+20 |
* | *** empty log message *** | Glenn L McGrath | 2003-08-28 | 1 | -1/+1 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -21/+21 |
* | Minor update to arping, patch from Nick Fedchik | Glenn L McGrath | 2003-02-09 | 1 | -7/+9 |
* | fix missed option argument for -I <device>, interface name checks | Glenn L McGrath | 2003-01-19 | 1 | -11/+16 |
* | arping applet by Nick Fedchik | Glenn L McGrath | 2003-01-09 | 1 | -0/+492 |