Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | wget: use monotonic_sec instead of gettimeofday | Denis Vlasenko | 2007-06-17 | 1 | -42/+41 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | zcip: use monotonic_us instead of gettimeofday udhcpcd: simpler, shorter random_xid() function old new delta monotonic_sec - 41 +41 find_pair 164 180 +16 run_list_real 2018 2028 +10 cmp_main 547 555 +8 collect_ctx 112 119 +7 singlemount 4544 4549 +5 time_main 1124 1128 +4 static.start_sec - 4 +4 static.lastupdate_sec - 4 +4 sock - 4 +4 read_package_field 253 257 +4 pick 38 40 +2 get_next_line 145 147 +2 count_lines 59 61 +2 process_stdin 435 433 -2 xstrtoul_range_sfx 229 226 -3 static.initialized 4 1 -3 dhcprelay_main 1125 1122 -3 catcher 380 377 -3 arping_main 1969 1966 -3 s 8 4 -4 cfg 4 - -4 static.lastupdate 8 - -8 start 8 - -8 random_xid 95 33 -62 .rodata 129114 129050 -64 zcip_main 1731 1576 -155 progressmeter 1035 867 -168 ------------------------------------------------------------------------------ (add/remove: 4/3 grow/shrink: 10/11 up/down: 113/-490) Total: -377 bytes | |||||
* | hwclock: size optimizations | Denis Vlasenko | 2007-06-17 | 1 | -70/+55 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | libbb/time.c: new file, introducing monotonic_us() pscan, traceroute, arping: use it instead of gettimeofday ping, zcip: TODO function old new delta monotonic_us - 89 +89 find_pair 164 180 +16 .rodata 129747 129763 +16 refresh 1144 1152 +8 ............ timeout 8 4 -4 static.start 8 4 -4 last 8 4 -4 parse_conf 1303 1284 -19 time_main 1149 1124 -25 gettimeofday_us 39 - -39 arping_main 2042 1969 -73 hwclock_main 594 501 -93 catcher 485 380 -105 traceroute_main 4300 4117 -183 ------------------------------------------------------------------------------ (add/remove: 2/1 grow/shrink: 8/11 up/down: 157/-562) Total: -405 bytes | |||||
* | 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 | |
| | | | | | *: s/include "busybox.h"/include "libbb.h" | |||||
* | 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 | |
| | | | | no preceding prototype | |||||
* | 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 | |
| | | | | hostname: small optimization | |||||
* | cleanups: unnecessary casts, unified const_1, eliminate cross-.c file | Denis Vlasenko | 2007-01-22 | 1 | -2/+1 | |
| | | | | | prototypes (heresy!), add spaces in places like "flags&NETSTAT_CONNECTED", removed unused #defines, #ifdef -> #if, use uint32_t for ipv4 addrs. | |||||
* | use xbind, xconnect where appropriate. | Denis Vlasenko | 2006-12-23 | 1 | -77/+50 | |
| | | | | small edits to arping | |||||
* | introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd), | Denis Vlasenko | 2006-11-22 | 1 | -1/+1 | |
| | | | | | use them where appropriate. 200 bytes saved | |||||
* | 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 | |
| | | | | | | | | It is impossible to formulate sane ABI based on size of ulong because it can be 32-bit or 64-bit. Basically it means that you cannot portably use more that 32 option chars in one call anyway... Make it explicit. | |||||
* | 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 | |
| | | | | remove unreachable error path. | |||||
* | 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 | |
| | | | | | as the old optimization did (actually does slightly better under gcc 4.0), and simplifies the code. | |||||
* | - patch from Denis Vlasenko to add and use bb_xsocket() and to use | Bernhard Reutner-Fischer | 2006-04-12 | 1 | -2/+2 | |
| | | | | | bb_xopen some more while at it. Also use shorter boilerplate while at it. | |||||
* | - coalesce printf calls. | Bernhard Reutner-Fischer | 2006-04-03 | 1 | -11/+12 | |
| | | | | | | text data bss dec hex filename 3474 4 96 3574 df6 networking/arping.o.orig 3424 4 96 3524 dc4 networking/arping.o | |||||
* | - 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 | |
| | | | | | | text data bss dec hex filename 3520 4 96 3620 e24 networking/arping.o.oorig 3488 4 96 3588 e04 networking/arping.o | |||||
* | - use RESERVE_CONFIG_BUFFER. For defconfig this gives: | Bernhard Reutner-Fischer | 2006-03-31 | 1 | -3/+5 | |
| | | | | | | | text data bss dec hex filename 3627 4 120 3751 ea7 networking/arping.o.oorig 3548 4 96 3648 e40 networking/arping.o.r14710 3520 4 96 3620 e24 networking/arping.o | |||||
* | - shrink it a bit further. | Bernhard Reutner-Fischer | 2006-03-31 | 1 | -76/+65 | |
| | | | | | | text data bss dec hex filename 3627 4 120 3751 ea7 networking/arping.o.oorig 3548 4 96 3648 e40 networking/arping.o | |||||
* | 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 | |
| | | | | sys/signal.h. | |||||
* | 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 | |
| | | | | which were otherwise cluttering the global namespace. | |||||
* | Patch by Fillod Stephane, declare variables as static to not clobber | Glenn L McGrath | 2003-09-26 | 1 | -20/+20 | |
| | | | | busybox namespace | |||||
* | *** 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 | |
| | | | | redesigned, patch by Nick Fedchik | |||||
* | arping applet by Nick Fedchik | Glenn L McGrath | 2003-01-09 | 1 | -0/+492 | |