aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sendmail: another update from the maintainerDenis Vlasenko2008-06-283-69/+83
| | | | | | | | | | function old new delta sendgetmail_main 1894 1937 +43 crond_main 1416 1423 +7 packed_usage 24540 24470 -70 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/1 up/down: 50/-70) Total: -20 bytes
* lineedit: document prompt handlingDenis Vlasenko2008-06-281-11/+17
|
* bunzip2: make proper fix for the problem "fixed" in rev. 22521Denis Vlasenko2008-06-281-80/+13
| | | | | Thanks for Rob Landley <rob@landley.net>
* libunarchive: stop using static data in archivers - archive_handle_tDenis Vlasenko2008-06-2811-86/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | can trivially provide space for that. rpm: code shrink tar: simplify autodetection of bz2/.gz function old new delta static.not_first 1 - -1 static.end 1 - -1 bb_makedev 51 49 -2 static.saved_hardlinks_created 4 - -4 static.saved_hardlinks 4 - -4 longname 4 - -4 linkname 4 - -4 hash_file 251 247 -4 get_header_tar 1528 1521 -7 rpm_main 1711 1697 -14 get_header_cpio 965 944 -21 ------------------------------------------------------------------------------ (add/remove: 0/6 grow/shrink: 0/5 up/down: 0/-66) Total: -66 bytes text data bss dec hex filename 804926 611 6868 812405 c6575 busybox_old 804878 611 6852 812341 c6535 busybox_unstripped
* fix FAST_FUNC falloutDenis Vlasenko2008-06-282-8/+9
|
* build system fixlet to ease blackfin buildDenis Vlasenko2008-06-281-1/+1
|
* touch: support -r REF_FILE if ENABLE_DESKTOP (needed for blackfin compile)Denis Vlasenko2008-06-281-6/+39
| | | | | | function old new delta touch_main 136 221 +85
* stat: pointers are not 0L, they are NULLDenis Vlasenko2008-06-272-5/+12
| | | | | man: better error handling
* man: mimic "no manual entry for 'bogus'" message and exitcodeDenis Vlasenko2008-06-271-4/+10
|
* support gzip -t and bzip2 -tDenis Vlasenko2008-06-272-5/+6
|
* sendmail: update from maintainerDenis Vlasenko2008-06-273-58/+89
|
* cpio: fix -m to actually work as expected (Pascal Bellard)Denis Vlasenko2008-06-271-1/+4
| | | | | | function old new delta cpio_main 1140 1153 +13
* unlzma: fix memory leak (Pascal Bellard)Denis Vlasenko2008-06-271-20/+23
|
* add stdcall to FAST_FUNCDenis Vlasenko2008-06-271-3/+3
| | | | | | | text data bss dec hex filename 804476 611 6868 811955 c63b3 busybox_old 804373 611 6868 811852 c634c busybox_unstripped
* vi: fix vda's thinkoDenis Vlasenko2008-06-271-1/+1
|
* expand comment about FAST_FUNCDenis Vlasenko2008-06-271-1/+8
|
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-27176-841/+847
| | | | | | | text data bss dec hex filename 808035 611 6868 815514 c719a busybox_old 804472 611 6868 811951 c63af busybox_unstripped
* ash: improve commentsDenis Vlasenko2008-06-271-14/+15
|
* ash: fix very weak $RANDOM generator; and move even more thingsDenis Vlasenko2008-06-271-52/+66
| | | | | | | | | out of data/bss text data bss dec hex filename 807935 611 6884 815430 c7146 busybox_old 808035 611 6868 815514 c719a busybox_unstripped
* ash: move stuff out of data/bssDenis Vlasenko2008-06-271-65/+58
| | | | | | | text data bss dec hex filename 807939 611 6900 815450 c715a busybox_old 807935 611 6884 815430 c7146 busybox_unstripped
* print_flags: fix trivial thinkoDenis Vlasenko2008-06-262-3/+3
| | | | | vi: fix reversed checks for underflow
* bunzip2: fix an uncompression error. Add the example to testsuite.Denis Vlasenko2008-06-263-15/+458
|
* style fixes, no code changesDenis Vlasenko2008-06-2611-19/+19
|
* open_transformer: fix bug of calling exit instead of _exitDenis Vlasenko2008-06-262-11/+24
| | | | | | open_transformer: don't leak compressed descriptor anymore recursive_action: tiny shrink
* b[un]zip2, g[un]zip: unlink destination if -f is given. Closes 3854Denis Vlasenko2008-06-251-0/+6
|
* Announce 1.10.4 and 1.11.0Denis Vlasenko2008-06-251-6/+46
|
* busybox: do not print help to fd 2, print it to fd 1Denis Vlasenko2008-06-251-0/+1
| | | | | otherwise this can break scripts
* update defconfigDenis Vlasenko2008-06-251-5/+26
|
* Start 1.12.xDenis Vlasenko2008-06-251-2/+2
|
* 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