Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ | Denis Vlasenko | 2008-03-26 | 26 | -44/+48 | |
| | ||||||
* | - add fbsplash and CONFIG_ASH_BASH_COMPAT to defconfig | Bernhard Reutner-Fischer | 2008-03-26 | 1 | -0/+2 | |
| | ||||||
* | fbsplash: cosmetic comment and Config text fixes; rename .ini -> .cfg | Denis Vlasenko | 2008-03-26 | 3 | -26/+15 | |
| | ||||||
* | fbsplash: shrink, better help text; inifile cannot specify image now; | Denis Vlasenko | 2008-03-26 | 3 | -4/+470 | |
| | | | | | | | | | | | | | | | | image can come from stdin function old new delta packed_usage 23872 23932 +60 static.param_names - 57 +57 fbsplash_main 1525 1472 -53 static.param_value 100 - -100 ------------------------------------------------------------------------------ (add/remove: 1/1 grow/shrink: 1/1 up/down: 117/-153) Total: -36 bytes text data bss dec hex filename 801202 641 7380 809223 c5907 busybox_old 801181 641 7380 809202 c58f2 busybox_unstripped | |||||
* | patch: add support for -R. ~ +110 byte. By Pascal Bellard <pascal.bellard AT ↵ | Denis Vlasenko | 2008-03-26 | 7 | -32/+103 | |
| | | | | | | | | | | | | | | | | | | | | | | | ads-lu.com> fbsplash: new applet by Michele Sanges <michele.sanges AT otomelara.it function old new delta fbsplash_main - 1525 +1525 fb_drawfullrectangle - 118 +118 static.param_value - 100 +100 packed_usage 23776 23872 +96 applet_names 1843 1852 +9 applet_main 1120 1124 +4 read_line_input 3156 3158 +2 applet_nameofs 560 562 +2 applet_install_loc 140 141 +1 ------------------------------------------------------------------------------ (add/remove: 3/0 grow/shrink: 6/0 up/down: 1857/0) Total: 1857 bytes text data bss dec hex filename 799233 641 7380 807254 c5156 busybox_old 801202 641 7380 809223 c5907 busybox_unstripped | |||||
* | patch: fix vda's thinko: we need to open new_filename.orig, always! | Denis Vlasenko | 2008-03-25 | 2 | -18/+59 | |
| | | | | | | | plug memory leak; add testsuite patch_main 1009 988 -21 | |||||
* | ash: support for && and || in [[ expr ]]; add testsuite checks | Denis Vlasenko | 2008-03-25 | 7 | -12/+115 | |
| | ||||||
* | ifupdown: support for %retries% (L. Gabriel Somlo <somlo AT cmu.edu>) | Denis Vlasenko | 2008-03-25 | 1 | -2/+2 | |
| | ||||||
* | udhcp: build fix for ppc kernel 2.4.36 | Denis Vlasenko | 2008-03-25 | 1 | -1/+1 | |
| | ||||||
* | lpd: small shrink | Denis Vlasenko | 2008-03-25 | 1 | -50/+35 | |
| | | | | | lpd_main 761 747 -14 | |||||
* | ash: comment about [[; code style fixes. No code changes. | Denis Vlasenko | 2008-03-25 | 1 | -10/+30 | |
| | ||||||
* | help text shrinkage | Denis Vlasenko | 2008-03-25 | 1 | -15/+13 | |
| | ||||||
* | date: even more of help text shrink | Denis Vlasenko | 2008-03-25 | 1 | -2/+1 | |
| | ||||||
* | date: make help text more understandable; small shrink | Denis Vlasenko | 2008-03-25 | 2 | -62/+68 | |
| | | | | | | | text data bss dec hex filename 799025 641 7380 807046 c5086 busybox_old 799009 641 7380 807030 c5076 busybox_unstripped | |||||
* | ash: optional bash-like pattern subst and substring opts | Denis Vlasenko | 2008-03-25 | 2 | -42/+318 | |
| | | | | | | | | | | | | | | | | | | (by James Simmons <jsimmons AT infradead.org>) TODO: write testsuite! BASH_COMPAT off: scanleft 101 262 +161 subevalvar 346 335 -11 BASH_COMPAT on: subevalvar 346 1397 +1051 scanleft 101 262 +161 readtoken1 2739 2807 +68 cmdputs 397 399 +2 static.vstype 64 48 -16 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 4/1 up/down: 1282/-16) Total: 1266 bytes | |||||
* | ash: add read -u; fix read -t and read -n; add testsuite entries. | Denis Vlasenko | 2008-03-25 | 7 | -55/+91 | |
| | ||||||
* | lpd: debugging by Vladimir: he found vda's breakage (trashed s[0])! | Denis Vlasenko | 2008-03-24 | 1 | -42/+52 | |
| | ||||||
* | diff: add testsuite entry for it | Denis Vlasenko | 2008-03-24 | 1 | -0/+124 | |
| | ||||||
* | diff: improve comments (no code chages) | Denis Vlasenko | 2008-03-24 | 1 | -10/+13 | |
| | ||||||
* | patch: support for patches without dates and generated with -U1; shrink | Denis Vlasenko | 2008-03-24 | 1 | -69/+67 | |
| | | | | | | | | | | function old new delta extract_filename - 92 +92 extract_filename_and_free_line 70 - -70 patch_main 1096 1009 -87 ------------------------------------------------------------------------------ (add/remove: 1/1 grow/shrink: 0/1 up/down: 92/-157) Total: -65 bytes | |||||
* | diff: exclude D_EMPTY code if there is no support for -r | Denis Vlasenko | 2008-03-24 | 1 | -16/+22 | |
| | | | | | | | function old new delta diffreg 1808 1825 +17 files_differ 189 166 -23 | |||||
* | diff: fix small bug; don't make a copy for "/dev/null" case | Denis Vlasenko | 2008-03-24 | 1 | -4/+10 | |
| | ||||||
* | diff: reordering and renaming of variables | Denis Vlasenko | 2008-03-24 | 1 | -67/+66 | |
| | | | | | | | | | | | | | function old new delta diff_main 843 848 +5 get_recursive_dirlist 177 180 +3 add_to_dirlist 64 66 +2 change 329 326 -3 files_differ 182 176 -6 diffreg 1823 1808 -15 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 3/3 up/down: 10/-24) Total: -14 bytes | |||||
* | diff: make a few variables local | Denis Vlasenko | 2008-03-24 | 1 | -6/+3 | |
| | | | | | | function old new delta diffreg 1844 1823 -21 | |||||
* | diff: make it work on pipes etc (needed for kernel compile) | Denis Vlasenko | 2008-03-24 | 1 | -51/+88 | |
| | | | | | | | | | | | | | function old new delta get_recursive_dirlist - 177 +177 make_temp - 144 +144 diffreg 1818 1844 +26 files_differ 175 182 +7 diff_main 842 843 +1 get_dir 177 - -177 ------------------------------------------------------------------------------ (add/remove: 2/1 grow/shrink: 3/0 up/down: 355/-177) Total: 178 bytes | |||||
* | diff: shrink | Denis Vlasenko | 2008-03-24 | 1 | -104/+126 | |
| | | | | | | | | | | | | | | | | function old new delta check 678 1607 +929 files_differ - 175 +175 do_diff 436 433 -3 asciifile 94 90 -4 print_only 23 16 -7 diff_main 868 842 -26 prepare 339 301 -38 print_status 316 178 -138 diffreg 2993 1818 -1175 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 1/7 up/down: 1104/-1391) Total: -287 bytes | |||||
* | *: whitespace fixes, no code changes | Denis Vlasenko | 2008-03-24 | 13 | -53/+53 | |
| | ||||||
* | lpr: add more accurate comments | Denis Vlasenko | 2008-03-24 | 10 | -28/+35 | |
| | | | | | *: trailing whitespace removal | |||||
* | lpd: much safer against malicious input. Does not fork anymore, | Denis Vlasenko | 2008-03-24 | 1 | -87/+120 | |
| | | | | | as this is not needed. | |||||
* | lpd: fix OOM vulnerability (was eating arbitrarily large commands) | Denis Vlasenko | 2008-03-24 | 4 | -19/+33 | |
| | ||||||
* | lpd: maintainer's update: now with spool helpers | Denis Vlasenko | 2008-03-23 | 2 | -18/+133 | |
| | | | | | | | | | | function old new delta exec_helper - 227 +227 sane 66 117 +51 packed_usage 23806 23828 +22 lpd_main 486 504 +18 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 3/0 up/down: 318/0) Total: 318 bytes | |||||
* | patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) | Denis Vlasenko | 2008-03-23 | 31 | -138/+73 | |
| | | | | | *: removal of #include <getopt.h> | |||||
* | pscan: fix a typo in help text | Denis Vlasenko | 2008-03-23 | 1 | -1/+1 | |
| | ||||||
* | pscan: add -c, -b: report closed, blocked ports | Denis Vlasenko | 2008-03-23 | 2 | -16/+34 | |
| | ||||||
* | tail: fix fallout from tail -c optimization | Denis Vlasenko | 2008-03-23 | 3 | -21/+17 | |
| | ||||||
* | bump version to 1.11.0.svn | Denis Vlasenko | 2008-03-22 | 1 | -2/+2 | |
| | ||||||
* | taskset: fix false failure in testsuite | Denis Vlasenko | 2008-03-22 | 2 | -2/+7 | |
| | ||||||
* | webpage: typo fix | Denis Vlasenko | 2008-03-21 | 1 | -1/+1 | |
| | ||||||
* | Bump version to 1.10.0 and announce it on website.1_10_0 | Denis Vlasenko | 2008-03-21 | 2 | -1/+156 | |
| | ||||||
* | update defconfig | Denis Vlasenko | 2008-03-21 | 1 | -2/+3 | |
| | ||||||
* | website: fix double include of menubar | Denis Vlasenko | 2008-03-21 | 1 | -4/+1 | |
| | ||||||
* | webpage: fix English | Denis Vlasenko | 2008-03-21 | 1 | -3/+4 | |
| | ||||||
* | website: announce stable point releases | Denis Vlasenko | 2008-03-21 | 1 | -2/+24 | |
| | ||||||
* | *: fix build problems found with randomconfig | Denis Vlasenko | 2008-03-21 | 3 | -34/+42 | |
| | ||||||
* | scripts/bb_release: release script (I nearly lost it last time) | Denis Vlasenko | 2008-03-21 | 2 | -7/+57 | |
| | | | | | website: update links to latest releases | |||||
* | *: use fopen_or_warn in few more places | Denis Vlasenko | 2008-03-20 | 4 | -6/+4 | |
| | ||||||
* | let top build without TERMIOS enabled | Paul Fox | 2008-03-20 | 1 | -0/+2 | |
| | ||||||
* | termios can be used by either top or more. | Paul Fox | 2008-03-20 | 1 | -1/+1 | |
| | ||||||
* | inetd: use change_identity(). | Denis Vlasenko | 2008-03-20 | 4 | -30/+18 | |
| | | | | | | | | | | | | | libbb: shrink our internal initgroups(). httpd: remove stray 'else' and 'index_page = "index.html"' function old new delta httpd_main 750 743 -7 inetd_main 2033 2011 -22 bb_internal_initgroups 251 228 -23 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/3 up/down: 0/-52) Total: -52 bytes | |||||
* | small NOMMU fixes | Denis Vlasenko | 2008-03-20 | 3 | -11/+12 | |
| |