summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* apply post-1.11.2 fixes, bump version to 1.11.31_11_3Denis Vlasenko2008-09-287-60/+86
|
* - sync with trunkBernhard Reutner-Fischer2008-09-051-1/+1
|
* - fix typoBernhard Reutner-Fischer2008-09-051-0/+1
|
* - pull r22872 from trunk:Bernhard Reutner-Fischer2008-09-054-20/+51
| | | | | | pidof/killall: allow find_pid_by_name to find running processes started as scripts_with_name_longer_than_15_bytes.sh closes bug 4054 (and is generally neat)
* apply post-1.11.1 patches, bump version to 1.11.21_11_2Denis Vlasenko2008-08-215-27/+69
|
* - fix typoBernhard Reutner-Fischer2008-08-061-1/+1
|
* - remove erroneous & from &var. By Vladimir. (r23056 from trunk)Bernhard Reutner-Fischer2008-08-061-1/+1
|
* - don't free user-supplied string (via -e)Bernhard Reutner-Fischer2008-08-052-6/+6
| | | | | - fix helptext (r23046 from trunk)
* cpio: dont use UNUSED_PARAM, it exists only in 1.11.11_11_1Denis Vlasenko2008-07-111-1/+1
|
* cpio: backport the fix forDenis Vlasenko2008-07-113-43/+138
| | | | | http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466771
* Apply post-1.11.0 patches. Bump version to 1.11.1.Denis Vlasenko2008-07-1115-151/+130
|
* defconfig fix; "help output to fd 2" fixDenis Vlasenko2008-06-252-5/+27
|
* This is 1.11.0Denis Vlasenko2008-06-251-1/+1
|
* mkfs_minix, fsck_minix: code shrinkDenis Vlasenko2008-06-252-19/+19
| | | | | | | | | | | | | | | | | | | function old new delta fsck_minix_main 3092 3094 +2 next 539 538 -1 get_free_block 165 164 -1 check_zone_nr2 121 120 -1 alarm_intr 94 93 -1 recursive_check2 587 583 -4 recursive_check 587 583 -4 mkfs_minix_main 2974 2968 -6 map_block 237 231 -6 map_block2 341 333 -8 bad_zone 64 56 -8 write_block 619 610 -9 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/11 up/down: 2/-49) Total: -47 bytes
* whitespace fixes. no code changesDenis Vlasenko2008-06-2523-75/+62
|
* mount: fix mishandling of proto=tcp/udpDenis Vlasenko2008-06-241-38/+44
| | | | | | function old new delta singlemount 4729 4695 -34
* mount: code shrink without logic changes. Added a commentDenis Vlasenko2008-06-241-99/+87
| | | | | | | | | | on possible mismatch with util-linux in -o remount handling. function old new delta mount_main 995 953 -42 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-42) Total: -42 bytes
* changes in comments onlyDenis Vlasenko2008-06-242-7/+10
|
* vi: fix yet another vda's thinkoDenis Vlasenko2008-06-241-0/+1
|
* hush: ifdef out parts which are not neededDenis Vlasenko2008-06-241-46/+59
| | | | | | | | | | | | | | | if neither loops nor ifs are supported. Code savings: function old new delta parse_stream 1758 1757 -1 checkjobs 335 318 -17 done_pipe 74 52 -22 expand_variables 1437 1407 -30 run_list 1232 1189 -43 parse_and_run_stream 328 267 -61 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/6 up/down: 0/-174) Total: -174 bytes
* hush: kill some old unused fields; small code shrinkDenis Vlasenko2008-06-241-58/+49
| | | | | | | | | | function old new delta builtin_exit 48 47 -1 checkjobs 351 335 -16 checkjobs_and_fg_shell 60 35 -25 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/3 up/down: 0/-42) Total: -42 bytes
* fix breakage found by randomconfigDenis Vlasenko2008-06-237-15/+20
|
* hush: trivial fix in debug codeDenis Vlasenko2008-06-231-1/+1
|
* ash: trivial code readability fixesDenis Vlasenko2008-06-231-9/+8
|
* ash: improve readability of the code. No real code changes.Denis Vlasenko2008-06-231-9/+9
|
* ash: optional support for $'...\t...\n...' bashismDenis Vlasenko2008-06-233-29/+104
| | | | | | | | | | | function old new delta readtoken1 2824 3172 +348 static.C_escapes - 18 +18 parse_command 1504 1500 -4 SIT 89 83 -6 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 1/2 up/down: 366/-10) Total: 356 bytes
* trim usage textDenis Vlasenko2008-06-221-6/+3
|
* mdoprobe: fix SEGV bug (by Vlad Dronnikov)Denis Vlasenko2008-06-221-3/+1
|
* vi: fix obvious thinko'sDenis Vlasenko2008-06-221-5/+4
|
* wget: accept code 204.Denis Vlasenko2008-06-221-0/+25
|
* vi: fix vda's breakage (by Cristian Ionescu-Idbohrn)Denis Vlasenko2008-06-221-5/+5
|
* ash: minor shrink (mostly smallints) and variable renamingDenis Vlasenko2008-06-221-91/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | function old new delta optschanged 85 91 +6 tryexec 115 118 +3 xxreadtoken 290 292 +2 raise_error_unexpected_syntax 75 77 +2 bltincmd 6 8 +2 parseheredoc 128 129 +1 static.is_interactive 4 1 -3 readtoken 156 153 -3 lasttoken 4 1 -3 evalcommand 1147 1144 -3 checkkwd 4 1 -3 back_exitstatus 4 1 -3 pipeline 282 276 -6 list 369 360 -9 ash_main 1402 1393 -9 options 616 606 -10 readtoken1 2823 2811 -12 parse_command 1529 1507 -22 ------------------------------------------------------------------------------ (add/remove: 2/2 grow/shrink: 6/12 up/down: 21/-91) Total: -70 bytes text data bss dec hex filename 807603 611 6908 815122 c7012 busybox_old 807545 611 6900 815056 c6fd0 busybox_unstripped
* dpkg: trivial code shrinkage, and redo G trick correctly.Denis Vlasenko2008-06-211-37/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | function old new delta run_package_script_or_die - 72 +72 fill_package_struct 303 309 +6 search_package_hashtable 122 125 +3 get_status 112 111 -1 status_hashtable 4 - -4 set_status 162 158 -4 package_hashtable 4 - -4 name_hashtable 4 - -4 package_satisfies_dependency 112 106 -6 search_name_hashtable 118 110 -8 configure_package 121 106 -15 remove_package 333 317 -16 search_status_hashtable 133 111 -22 purge_package 247 217 -30 unpack_package 552 521 -31 run_package_script 62 - -62 dpkg_main 3991 3867 -124 ------------------------------------------------------------------------------ (add/remove: 1/4 grow/shrink: 2/10 up/down: 81/-331) Total: -250 bytes text data bss dec hex filename 807972 611 6924 815507 c7193 busybox_old 807603 611 6908 815122 c7012 busybox_unstripped
* dpkg: code shrinkDenis Vlasenko2008-06-211-33/+61
| | | | | | | | | | | | | | | | | | | | | dpkg: add documentation from bug 3644 function old new delta remove_package 318 333 +15 unpack_package 541 552 +11 purge_package 242 247 +5 all_control_list 55 53 -2 all_control_files 44 40 -4 add_split_dependencies 709 703 -6 search_status_hashtable 148 133 -15 search_package_hashtable 137 122 -15 search_name_hashtable 134 118 -16 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 3/6 up/down: 31/-58) Total: -27 bytes text data bss dec hex filename 808093 611 6924 815628 c720c busybox_old 807972 611 6924 815507 c7193 busybox_unstripped
* dpkg: code shrink (by Peter Korsgaard <jacmet@uclibc.org>)Denis Vlasenko2008-06-211-9/+7
| | | | | | function old new delta create_list 104 86 -18
* vi: small code shrinkDenis Vlasenko2008-06-211-35/+24
| | | | | | | | | | function old new delta file_insert 328 329 +1 colon 3067 3064 -3 string_insert 93 89 -4 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/2 up/down: 1/-7) Total: -6 bytes
* vi: fix the bug where vi never grows the edit buffer.Denis Vlasenko2008-06-201-121/+154
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vi: do G trick on it function old new delta place_cursor 264 276 +12 next_tabstop 22 34 +12 mycmp 44 52 +8 status_line 34 40 +6 yank_delete 89 92 +3 what_reg 34 37 +3 suspend_sig 63 66 +3 find_range 493 496 +3 redraw 104 106 +2 cont_sig 63 65 +2 Indicate_Error 59 61 +2 status_line_bold 71 72 +1 file_insert 327 328 +1 vi_setops 1 - -1 ... cmdcnt 4 - -4 chars_to_parse 4 - -4 ccol 4 - -4 dot_scroll 88 79 -9 stupid_insert 28 18 -10 winch_sig 102 91 -11 char_insert 353 336 -17 readit 354 336 -18 get_one_char 128 110 -18 init_text_buffer 171 152 -19 text_hole_delete 132 112 -20 edit_file 940 918 -22 get_input_line 198 168 -30 show_status_line 449 408 -41 colon 3112 3067 -45 vi_main 312 250 -62 refresh 1077 974 -103 do_cmd 4818 4483 -335 ------------------------------------------------------------------------------ (add/remove: 0/38 grow/shrink: 13/20 up/down: 58/-889) Total: -831 bytes text data bss dec hex filename 809566 612 7044 817222 c7846 busybox_old 808794 611 6924 816329 c74c9 busybox_unstripped text data bss dec hex filename 18888 1 122 19011 4a43 busybox.t8/editors/vi.o 18116 0 0 18116 46c4 busybox.t9/editors/vi.o
* ssd: fix commentDenis Vlasenko2008-06-201-3/+3
|
* udhcpc: change BPF filter to not use 0xffffffff as a max packet size,Denis Vlasenko2008-06-201-1/+1
| | | | | | there are kernels which don't like big (negative when viewed as signed) sizes.
* strrchr: actually, last one was finding "" in "any" at pos 0,Denis Vlasenko2008-06-181-1/+1
| | | | | should find at pos LAST...
* strrchr: bikeshed painting time!Denis Vlasenko2008-06-181-51/+43
| | | | | | | | | replace cubic running time implementation with quadratic make embedded test actually readable function old new delta strrstr 42 44 +2
* ash: fix "shift BIGNUM" and "read with no variable name" bugs.Denis Vlasenko2008-06-181-2/+4
| | | | | | | | | | | | omg. hush testsuite helps to find bugs in ash! what next? function old new delta static.arg_REPLY - 8 +8 readcmd 1023 1021 -2 shiftcmd 129 125 -4 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 0/2 up/down: 8/-6) Total: 2 bytes
* cosmetics in hush testsuitesDenis Vlasenko2008-06-182-3/+1
|
* fix globbing in unquoted $* and $@Denis Vlasenko2008-06-183-6/+25
|
* fix trivial error with inverted exit code in lsDenis Vlasenko2008-06-181-6/+6
|
* hush: fix a bug with backslashes improperly handled in unquoted variables.Denis Vlasenko2008-06-181-51/+115
| | | | | | | | | | | | | | | | | with previous patch: function old new delta parse_stream 1638 1758 +120 expand_on_ifs 97 174 +77 free_pipe 206 237 +31 setup_redirect 217 220 +3 setup_redirects 143 144 +1 done_word 698 688 -10 free_strings 38 - -38 expand_variables 1451 1403 -48 ------------------------------------------------------------------------------ (add/remove: 0/1 grow/shrink: 5/2 up/down: 232/-96) Total: 136 bytes
* hush: add testsuite for "no globbing in redirection" rule.Denis Vlasenko2008-06-187-45/+75
| | | | | simplify redirection habdling
* hush: expand quote3.tests and move from hush-bugs to hush-parsingDenis Vlasenko2008-06-184-11/+33
|
* hush: fix last hush-bugs testcase (disappearing "", $empty"" etc)Denis Vlasenko2008-06-181-12/+25
|
* - fixes from TitoBernhard Reutner-Fischer2008-06-181-10/+7
|