| Commit message (Expand) | Author | Age | Files | Lines |
| * | delete tons of extra #includes | vda | 2007-05-31 | 13 | -49/+22 |
| * | use "glibc errno" trick not only for ash, but for entire busybox | vda | 2007-05-31 | 1 | -7/+1 |
| * | usage.c: remove reference to busybox.h | vda | 2007-05-26 | 1 | -1/+1 |
| * | - apply hunk that fixes an issue with (wrong?) dependencies. Initial notes were: | aldot | 2007-05-15 | 1 | -10/+5 |
| * | - fix compilation when ENABLE_FEATURE_IP_RULE was off | aldot | 2007-04-16 | 1 | -3/+5 |
| * | - shrink iproute a bit (-200 bytes). Untested | aldot | 2007-04-12 | 3 | -63/+84 |
| * | - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a... | aldot | 2007-04-12 | 9 | -196/+127 |
| * | bb_full_fd_action: remove potential xmalloc from NOFORK path | vda | 2007-04-11 | 2 | -4/+2 |
| * | - set the scope properly. Thanks to Jean Wolter, who wrote: | aldot | 2007-04-11 | 1 | -0/+12 |
| * | - rewrite the ip applet to be less bloaty | aldot | 2007-04-10 | 1 | -1/+1 |
| * | libiproute: audit callgraph, shortcut error paths into die() functions. | vda | 2007-04-07 | 10 | -296/+227 |
| * | preparatory patch for -Wwrite-strings #8 (missed part) | vda | 2007-01-30 | 2 | -9/+7 |
| * | preparatory patch for -Wwrite-strings #6 | vda | 2007-01-29 | 3 | -4/+3 |
| * | preparatory patch for -Wwrite-strings #5 | vda | 2007-01-29 | 5 | -15/+11 |
| * | preparatory patch for -Wwrite-strings #4 | vda | 2007-01-29 | 4 | -23/+20 |
| * | preparatory patch for -Wwrite-strings #2 | vda | 2007-01-29 | 2 | -4/+3 |
| * | - reinstate static for the command string arrray to be gentle to gcc-3.x | aldot | 2007-01-28 | 1 | -1/+1 |
| * | - use uint32_t as suggested by vda. | aldot | 2007-01-28 | 1 | -7/+9 |
| * | fix numbering in switch(): we don't have "del" anymore, | vda | 2007-01-27 | 1 | -12/+13 |
| * | accumulated post-1.4.0 fixes | vda | 2007-01-24 | 1 | -2/+3 |
| * | - rtnl_rttable_a2n wants an unsigned int32 | aldot | 2007-01-23 | 1 | -1/+1 |
| * | - forgot to include ip_common.h | aldot | 2007-01-22 | 1 | -2/+3 |
| * | random small size optimizations | vda | 2007-01-12 | 1 | -1/+1 |
| * | Trailing whitespace removal over entire tree | vda | 2007-01-11 | 2 | -2/+2 |
| * | Remove networking/libiproute/linux/pkt_sched.h | vda | 2007-01-02 | 3 | -433/+27 |
| * | msh: double "static char line[LINELIM]" etc deleted. | vda | 2007-01-01 | 1 | -2/+2 |
| * | rt_names: stop allocating 5k in rwdata | vda | 2006-12-31 | 1 | -105/+85 |
| * | iproute: remove double get_hz optimization | vda | 2006-12-31 | 1 | -7/+3 |
| * | remove commented out #includes etc | vda | 2006-12-31 | 5 | -35/+22 |
| * | stop using __u32 etc. uint32_t is there for a reason | vda | 2006-12-31 | 12 | -150/+142 |
| * | style fixes | vda | 2006-12-26 | 1 | -1/+1 |
| * | use xbind, xconnect where appropriate. | vda | 2006-12-23 | 1 | -4/+0 |
| * | introduce LONE_CHAR (optimized strcmp with one-char string) | vda | 2006-12-21 | 1 | -1/+1 |
| * | A bunch of defined(__GLIBC__) added. static-linking warning expanded | vda | 2006-12-18 | 1 | -2/+1 |
| * | inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] | vda | 2006-12-16 | 1 | -1/+1 |
| * | re-applying first post-1.3.x change | vda | 2006-12-15 | 1 | -0/+12 |
| * | back out last change - need to make busybox-1_3-stable branch first | vda | 2006-12-15 | 1 | -12/+0 |
| * | - table support for ip route | aldot | 2006-12-14 | 1 | -0/+12 |
| * | - Improve wording in error message. | aldot | 2006-12-07 | 1 | -1/+1 |
| * | - make sure we pickup the correct defines. Guards against 2.6.19 kernel-headers. | aldot | 2006-12-04 | 1 | -1/+6 |
| * | do not overflow ifr_name. maybe it was safe in some places, | vda | 2006-11-27 | 3 | -15/+15 |
| * | bb_INET_default[] is really just a const "default", | vda | 2006-11-21 | 1 | -2/+2 |
| * | - add 'ip rule' support. First take.. | aldot | 2006-11-21 | 7 | -13/+434 |
| * | add -Wundef, fix uncovered bugs | vda | 2006-11-17 | 1 | -1/+1 |
| * | rename: compare_string_array -> index_in_str_array | vda | 2006-11-05 | 3 | -18/+16 |
| * | mostly style fixes | vda | 2006-11-01 | 1 | -2/+2 |
| * | last nail into error_msg() (de)capitalization | vda | 2006-10-27 | 2 | -17/+17 |
| * | ip: "ip addr del" and "ip addr delete" both should work | vda | 2006-10-26 | 1 | -7/+8 |
| * | silly size savings and capitalization fixes | vda | 2006-10-26 | 3 | -34/+34 |
| * | message string changes, mostly for consistency, also -32 bytes in .rodata | vda | 2006-10-20 | 2 | -12/+12 |