Denis Vlasenko
|
fb79a2e2cf
|
xioctl and friends by Tito <farmatito@tiscali.it>
function old new delta
do_iptunnel 203 977 +774
process_dev 5328 5494 +166
ioctl_or_perror - 54 +54
ioctl_or_perror_and_die - 51 +51
ioctl_alt_func - 49 +49
bb_ioctl_or_warn - 47 +47
do_add_ioctl 102 145 +43
bb_xioctl - 39 +39
print_value_on_off - 31 +31
get_lcm 105 123 +18
arp_main 2155 2167 +12
..................
zcip_main 1576 1566 -10
setlogcons_main 92 82 -10
dumpkmap_main 263 253 -10
do_get_ioctl 85 75 -10
setkeycodes_main 165 154 -11
write_table 244 232 -12
vconfig_main 318 306 -12
do_del_ioctl 93 81 -12
set_address 75 62 -13
maybe_set_utc 30 16 -14
loadfont_main 495 479 -16
slattach_main 712 695 -17
do_loadfont 191 174 -17
do_iplink 1155 1136 -19
getty_main 2583 2562 -21
fbset_main 2058 2035 -23
do_time 588 565 -23
xioctl 25 - -25
read_rtc 186 160 -26
parse_conf 1299 1270 -29
udhcp_read_interface 269 239 -30
bb_ioctl 45 - -45
bb_ioctl_alt 70 - -70
bb_ioctl_on_off 78 - -78
.rodata 129370 129018 -352
do_show 799 - -799
------------------------------------------------------------------------------
(add/remove: 6/5 grow/shrink: 13/49 up/down: 1316/-1864) Total: -548 bytes
text data bss dec hex filename
675352 2740 13968 692060 a8f5c busybox_old
674804 2740 13968 691512 a8d38 busybox_unstripped
|
2007-07-14 22:07:14 +00:00 |
|
Bernhard Reutner-Fischer
|
cd0e80ce90
|
- move iprule and ipaddress from matches() to index_in_str_array
text data bss dec hex filename
2544 0 0 2544 9f0 networking/libiproute/iprule.o.oorig
2356 0 0 2356 934 networking/libiproute/iprule.o
6481 0 0 6481 1951 networking/libiproute/ipaddress.o.oorig
6464 0 0 6464 1940 networking/libiproute/ipaddress.o
|
2007-06-20 14:53:49 +00:00 |
|
Denis Vlasenko
|
9a7d38fe24
|
delete tons of extra #includes
|
2007-05-31 22:42:12 +00:00 |
|
Bernhard Reutner-Fischer
|
b290889f02
|
- add xsendto and use where appropriate; shrink iplink; sanitize libiproute a bit.
-916 byte
|
2007-04-12 11:34:39 +00:00 |
|
Denis Vlasenko
|
540a2a1f3b
|
libiproute: audit callgraph, shortcut error paths into die() functions.
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-04-07 01:14:45 +00:00 |
|
Denis Vlasenko
|
98ee06d3d4
|
stop using __u32 etc. uint32_t is there for a reason
|
2006-12-31 18:57:37 +00:00 |
|
Denis Vlasenko
|
bf66fbc8e2
|
introduce LONE_CHAR (optimized strcmp with one-char string)
|
2006-12-21 13:23:14 +00:00 |
|
Denis Vlasenko
|
9f739445cd
|
inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]
|
2006-12-16 23:49:13 +00:00 |
|
Denis Vlasenko
|
229b3d2072
|
do not overflow ifr_name. maybe it was safe in some places,
but not everywhere. err to the safe side.
|
2006-11-27 23:44:57 +00:00 |
|
Bernhard Reutner-Fischer
|
921f5df25f
|
- add 'ip rule' support. First take..
text data bss dec hex filename
2999 0 0 2999 bb7 networking/libiproute/iprule.o
|
2006-11-21 15:36:08 +00:00 |
|
Denis Vlasenko
|
5af906e7c8
|
rename: compare_string_array -> index_in_str_array
introduce index_in_substr_array and use it in
iproute2
|
2006-11-05 18:05:09 +00:00 |
|
Denis Vlasenko
|
940b2e4b73
|
ip: "ip addr del" and "ip addr delete" both should work
|
2006-10-26 00:38:22 +00:00 |
|
Denis Vlasenko
|
c6f188def8
|
silly size savings and capitalization fixes
|
2006-10-26 00:37:00 +00:00 |
|
"Robert P. J. Day"
|
63fc1a9e08
|
Standardize on the vi editing directives being on the first line.
|
2006-07-02 19:47:05 +00:00 |
|
Bernhard Reutner-Fischer
|
19008b8373
|
- reuse strings and messages. Saves about 600B
|
2006-06-07 20:17:41 +00:00 |
|
Rob Landley
|
ecae66ac16
|
Header cleanup: don't #include headers that libbb.h already includes.
|
2006-06-02 20:53:38 +00:00 |
|
Rob Landley
|
7723019c6b
|
Patch from Bernhard Fischer to remove some useless bits.
|
2006-05-17 20:24:53 +00:00 |
|
Rob Landley
|
dfba741457
|
Robert P. Day removed 8 gazillion occurrences of "extern" on function
definitions. (That should only be on prototypes.)
|
2006-03-06 20:47:33 +00:00 |
|
Rob Landley
|
0a7c8ef6e2
|
Patch from Denis Vlasenko to constify things and fix a few typos.
|
2006-02-22 17:01:00 +00:00 |
|
Eric Andersen
|
d78aea8b8e
|
sort out yet more type issues
|
2006-01-30 18:00:02 +00:00 |
|
Bernhard Reutner-Fischer
|
20f4000086
|
- add some ATTRIBUTE_UNUSED.
- use shorter boilerplate while at it.
|
2006-01-30 17:17:14 +00:00 |
|
Tim Riker
|
c1ef7bdd8d
|
just whitespace
|
2006-01-25 00:08:53 +00:00 |
|
"Vladimir N. Oleynik"
|
2f0a5f947a
|
restore compare_string_array new interface (make broken by landley)
|
2005-12-06 12:00:39 +00:00 |
|
Bernhard Reutner-Fischer
|
1d62d3b7b9
|
- make libiproute compile..
|
2005-10-08 20:47:15 +00:00 |
|
Eric Andersen
|
14f5c8d764
|
Patch from Bernhard Fischer to make a bunch of symbols static
which were otherwise cluttering the global namespace.
|
2005-04-16 19:39:00 +00:00 |
|
Eric Andersen
|
c7bda1ce65
|
Remove trailing whitespace. Update copyright to include 2004.
|
2004-03-15 08:29:22 +00:00 |
|
Manuel Novoa III
|
cad5364599
|
Major coreutils update.
|
2003-03-19 09:13:01 +00:00 |
|
Eric Andersen
|
66a3af9d7c
|
This seems sufficient for ifup and ifdown to actually work
as advertised. Works for me (at least with glibc)
|
2003-01-27 17:41:19 +00:00 |
|
Eric Andersen
|
8004bb7661
|
Eliminate use of kernel header file
-Erik
|
2003-01-14 08:06:07 +00:00 |
|
Glenn L McGrath
|
d66370cd73
|
Option to allow ifupdown use ip commands instead of ifconfig, add flush
command to ipaddr, patch by Bastian Blank
|
2003-01-13 21:40:38 +00:00 |
|
Glenn L McGrath
|
275be87be7
|
Only included headers that are used.
|
2002-12-16 07:37:21 +00:00 |
|
Glenn L McGrath
|
84cc4e7e3e
|
undefine sysinfo to prevent breakage on ia64
|
2002-12-11 03:55:52 +00:00 |
|
Glenn L McGrath
|
2626ef613e
|
Use compare_string_array in ipaddress to save a few bytes, minor cleanups
|
2002-12-02 01:40:05 +00:00 |
|
Glenn L McGrath
|
f112daa232
|
Enable ip commands to be compiled seperate from ip, modifed patch from Bastian Blank
|
2002-12-01 23:04:06 +00:00 |
|
Glenn L McGrath
|
df72536f8e
|
Use error_msg instead of fprintf(stderr
|
2002-11-28 10:49:14 +00:00 |
|
Glenn L McGrath
|
9a2d27249c
|
IP applet by Bastian Blank <waldi@debian.org>
|
2002-11-10 01:33:55 +00:00 |
|