aboutsummaryrefslogtreecommitdiff
path: root/scripts/basic/fixdep.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-03-06further work on modprobeDenis Vlasenko1-74/+110
function old new delta gather_options_str - 75 +75 config_file_action 388 413 +25 load_modules_dep 175 192 +17 add_probe 67 72 +5 modprobe_main 494 488 -6 gather_options 89 - -89 ------------------------------------------------------------------------------ (add/remove: 1/1 grow/shrink: 3/1 up/down: 122/-95) Total: 27 bytes
2009-03-05- test commitBernhard Reutner-Fischer1-1/+1
2009-03-05modprobe: rework/speedup by Timo Teras (timo.teras AT iki.fi)Denis Vlasenko1-145/+217
function old new delta load_modules_dep - 175 +175 helper_get_module - 106 +106 gather_options - 89 +89 add_probe - 67 +67 config_file_action 345 388 +43 get_or_add_modentry - 10 +10 loaded 4 - -4 read_config 239 234 -5 llist_find 34 - -34 add_option 60 - -60 modprobe_main 567 494 -73 do_modprobe 601 273 -328 ------------------------------------------------------------------------------ (add/remove: 5/3 grow/shrink: 1/3 up/down: 490/-504) Total: -14 bytes text data bss dec hex filename 816778 476 7888 825142 c9736 busybox_old 816768 476 7880 825124 c9724 busybox_unstripped
2009-03-05modutils: delete unused global variableDenis Vlasenko3-18/+12
function old new delta modprobe_main 570 567 -3 insmod_main 101 98 -3 insmod_outputname 4 - -4 ------------------------------------------------------------------------------ (add/remove: 0/1 grow/shrink: 0/2 up/down: 0/-10) Total: -10 bytes text data bss dec hex filename 816784 476 7892 825152 c9740 busybox_old 816778 476 7888 825142 c9736 busybox_unstripped
2009-03-05networking/libiproute/*: code shrink by optimizing numeric conversionsDenis Vlasenko9-140/+63
and other misc stuff function old new delta print_tunnel 660 656 -4 format_host 5 - -5 get_unsigned 70 54 -16 get_u32 70 54 -16 do_iplink 1173 1151 -22 get_prefix 417 393 -24 print_rule 800 771 -29 print_addrinfo 1374 1342 -32 print_route 1745 1709 -36 iprule_modify 905 866 -39 iproute_modify 1105 1048 -57 get_integer 70 - -70 parse_args 1684 1440 -244 ------------------------------------------------------------------------------ (add/remove: 0/2 grow/shrink: 0/11 up/down: 0/-594) Total: -594 bytes text data bss dec hex filename 817378 476 7892 825746 c9992 busybox_old 816784 476 7892 825152 c9740 busybox_unstripped
2009-03-04sendmail: document and fix usage of fd #4, fix check for helper failure.Denis Vlasenko2-24/+28
function old new delta packed_usage 25663 25694 +31 signal_handler 191 215 +24 kill_helper 22 31 +9 launch_helper 194 184 -10 get_cred_or_die 142 129 -13 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 3/2 up/down: 64/-23) Total: 41 bytes
2009-03-04wget: --post-data support by Harald Kuthe (harald-tuxbox AT arcor.de)Denis Vlasenko1-5/+61
function old new delta wget_main 2467 2793 +326 static.wget_longopts 110 122 +12 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/0 up/down: 338/0) Total: 338 bytes
2009-03-03modprobe: emit "can't open 'modules.dep': (errno)" instead of "module not found"Denis Vlasenko5-18/+19
*: s/can't open %s/can't open '%s'/, it's better to use same string. function old new delta do_modprobe 588 601 +13 config_file_action 339 345 +6 modprobe_main 565 570 +5 unable_to_open 14 16 +2 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 4/0 up/down: 26/0) Total: 26 bytes text data bss dec hex filename 816800 476 7892 825168 c9750 busybox_old 816812 476 7892 825180 c975c busybox_unstripped
2009-03-03ip: in "ip rule add from all table 1", "all" is taken as 0.0.0.0/32,Denis Vlasenko2-18/+22
whereas "any" and "default" would be 0.0.0.0/0. They must be all 0.0.0.0/0. Closes bug 57.
2009-03-03expr: a bit more robust handling of regexps with groups (closes bug 87)Denis Vlasenko1-6/+6
2009-03-03printf: fix 1.12.0 breakage (from %*d fix). It was misinterpreting "*"Denis Vlasenko1-3/+3
2009-03-03ls: implement -Q and -g (-g was accepted but ignored)Denis Vlasenko1-100/+138
function old new delta print_name - 198 +198 showfiles 1489 1508 +19 ls_options 30 31 +1 opt_flags 112 108 -4 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 2/1 up/down: 218/-4) Total: 214 bytes
2009-03-03ls: do not follow links with -s (closes bug 33),Denis Vlasenko1-10/+10
display unsigned data with %XXu, not %XXd.
2009-03-03top: make it work again on 2.4 kernels (closes bug 125)Denis Vlasenko1-7/+6
2009-03-02sendmail: improve help textDenis Vlasenko1-3/+5
2009-03-02wget: fix --header handlingDenis Vlasenko1-9/+15
2009-03-02syslogd: create logfile with 0666, not 0600.Denis Vlasenko1-3/+9
2009-03-02tr: update testsuiteDenis Vlasenko1-0/+9
2009-03-02tr: fix overflow in expand and complement, fix stop after [:class:],Denis Vlasenko1-104/+131
fix order of [:xdigit:], make tr require one param at least. function old new delta expand 1743 1849 +106 tr_main 463 518 +55 complement 72 75 +3 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 3/0 up/down: 164/0) Total: 164 bytes
2009-03-01tr: support [:xdigit:], fix handling of ranges and [x]'s.Denis Vlasenko2-38/+69
add testsuite entry for each of 3 bugs fixed. function old new delta static.classes 73 82 +9 expand 1738 1743 +5 complement 74 72 -2 tr_main 472 463 -9 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/2 up/down: 14/-11) Total: 3 bytes
2009-02-26runsv: another tiny optimizationDenis Vlasenko1-8/+6
function old new delta startservice 297 288 -9 ctrl 435 426 -9
2009-02-26runsv: small optimizationDenis Vlasenko5-10/+7
*: more paranoia around passing NULL to execl[e] function old new delta custom 240 221 -19
2009-02-26modutils: oveflow fixDenis Vlasenko2-3/+4
2009-02-26unzip: fix thinko with le/be conv and size (closes bug 129)Denis Vlasenko2-7/+10
awk: make "struct global" hack more robust wrt alignment (closes bug 131)
2009-02-24login: fix buglet introduced by "simplification"Denis Vlasenko1-1/+1
2009-02-24flash_eraseall.c: fix vda's breakageDenis Vlasenko1-1/+1
2009-02-24- rephrase helptext for clarityBernhard Reutner-Fischer1-1/+1
2009-02-24- improve wordingBernhard Reutner-Fischer2-2/+2
2009-02-23- by not calling getpagesize() twice we can save 2 bytes (walter harms)Bernhard Reutner-Fischer1-2/+2
2009-02-23- fix typo (thanks to Peter Kjellerstedt for noticing)Bernhard Reutner-Fischer1-1/+1
2009-02-22- Dual-license the config parser also under "LGLPv2.1 or later"Bernhard Reutner-Fischer1-0/+1
(Vladimir Dronnikov)
2009-02-20make modutils compile againNed Ludd1-1/+1
2009-02-19depmod: accept and ignore -r (Linux kernle build needs this)Denis Vlasenko1-1/+2
2009-02-19flash_eraseall: shrinkDenis Vlasenko1-35/+39
function old new delta flash_eraseall_main 1044 1006 -38