Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-07 | libiproute: audit callgraph, shortcut error paths into die() functions. | Denis Vlasenko | |
Kill a few statics, made other globals smaller: oneline is smallint, _SL_ is char function old new delta print_tunnel 693 731 +38 print_route 1775 1777 +2 print_addrinfo 1495 1497 +2 ipaddr_list_or_flush 2826 2828 +2 oneline 4 1 -3 _SL_ 4 1 -3 ipaddr_modify 1476 1472 -4 parse_address 124 119 -5 ip_parse_common_args 429 423 -6 on_off 53 46 -7 do_del_ioctl 113 106 -7 do_add_ioctl 120 113 -7 do_show 864 856 -8 iprule_list 157 148 -9 do_iptunnel 310 299 -11 do_add 143 126 -17 get_ctl_fd 95 76 -19 set_address 108 84 -24 ip_main 351 323 -28 static.ifr 32 - -32 parse_args 1992 1949 -43 iproute_list_or_flush 1673 1582 -91 do_iplink 1583 1485 -98 filter 280 - -280 ------------------------------------------------------------------------------ (add/remove: 0/2 grow/shrink: 4/18 up/down: 44/-702) Total: -658 bytes | |||
2007-01-29 | preparatory patch for -Wwrite-strings #5 | Denis Vlasenko | |
2007-01-27 | fix numbering in switch(): we don't have "del" anymore, | Denis Vlasenko | |
substring match on "delete" handles it ok. But we (I?) forgot to renumber case labels... | |||
2007-01-11 | Trailing whitespace removal over entire tree | Denis Vlasenko | |
2006-12-31 | iproute: remove double get_hz optimization | Denis Vlasenko | |
2006-12-31 | remove commented out #includes etc | Denis Vlasenko | |
move get_hz to the only caller | |||
2006-12-31 | stop using __u32 etc. uint32_t is there for a reason | Denis Vlasenko | |
2006-12-15 | re-applying first post-1.3.x change | Denis Vlasenko | |
version change to 1.4.0.svn | |||
2006-12-15 | back out last change - need to make busybox-1_3-stable branch first | Denis Vlasenko | |
2006-12-14 | - table support for ip route | Bernhard Reutner-Fischer | |
2006-11-05 | rename: compare_string_array -> index_in_str_array | Denis Vlasenko | |
introduce index_in_substr_array and use it in iproute2 | |||
2006-11-01 | mostly style fixes | Denis Vlasenko | |
2006-10-26 | silly size savings and capitalization fixes | Denis Vlasenko | |
2006-09-27 | silly switch style fix | Denis Vlasenko | |
2006-09-06 | Implement optional syslog logging using ordinary | Denis Vlasenko | |
bb_xx_msg calls, and convert networking/* to it. The rest of bbox will be converted gradually. | |||
2006-06-07 | - reuse strings and messages. Saves about 600B | Bernhard Reutner-Fischer | |
2006-06-02 | Header cleanup: don't #include headers that libbb.h already includes. | Rob Landley | |
2006-05-17 | Patch from Bernhard Fischer to remove some useless bits. | Rob Landley | |
2006-04-02 | - janitorial: include proper prototypes in libiproute. | Bernhard Reutner-Fischer | |
2006-01-30 | sort out yet more type issues | Eric Andersen | |
2006-01-25 | just whitespace | Tim Riker | |
2006-01-22 | - add platform.h. | Bernhard Reutner-Fischer | |
- use shorter boilerplate while at it. | |||
2006-01-12 | - mark argument who of print_route as unused. | Bernhard Reutner-Fischer | |
2005-12-06 | restore compare_string_array new interface (make broken by landley) | "Vladimir N. Oleynik" | |
2005-10-26 | * uniq.c: remove unneeded include and use short boilerplate. | Bernhard Reutner-Fischer | |
* coreutils.h: remove prototype of non-existing xgetoptfile_sort_uniq and add boilerplate. * networking/{ipaddr,ip,iplink,iproute,iptunnel}.c: touch includes and use short boilerplate. * libiproute/iproute.c: rename round to avoid clashes with older SuSE gcc and use short boilerplate. | |||
2005-07-20 | applying fix for: | Paul Fox | |
0000203: 'ip route flush cache' not implemented | |||
2004-08-11 | Set default command to list rather than get, its default behaviour now | Glenn L McGrath | |
coincides with upstream. Patch from debian diff. | |||
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | |
2003-12-19 | Manousaridis Angelos writes: | Eric Andersen | |
Another issue I found was with the iproute utility. While using another program I found that it failed because the "ip route del" command was not found. I looked at the full iproute implementation and this command exists. The busybox version has the "ip route delete" command. I have created a patch which makes the "ip route del" command an alias to the "ip route delete" command. | |||
2003-04-26 | iPatch from waldi, fixes usage of ip route flush (from)? (match|exact) | Glenn L McGrath | |
2003-03-19 | Major coreutils update. | Manuel Novoa III | |
2003-02-15 | Patch from Bastian Blank | Glenn L McGrath | |
- ip route flush - different usage for telnetd in inetd mode - changes for the default flags of the ip features - if no /usr requested, udhcpc should use the script also without /usr. | |||
2002-12-16 | Only included headers that are used. | Glenn L McGrath | |
2002-12-02 | Save a few more bytes | Glenn L McGrath | |
2002-12-02 | Save a hundred bytes or so on the do_iproute function | Glenn L McGrath | |
2002-11-28 | Syntax error | Glenn L McGrath | |
2002-11-28 | Style, error_msg | Glenn L McGrath | |
2002-11-28 | Use standard error messages | Glenn L McGrath | |
2002-11-15 | Patch from Bastian Blank: | Eric Andersen | |
hi erik the following patch fixes the handling of iproute add <route> dev <dev>. the code got lost while removing things. bastian | |||
2002-11-10 | IP applet by Bastian Blank <waldi@debian.org> | Glenn L McGrath | |