Denys Vlasenko d8aeba4eed8 M Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox 20 May 2009 Denys Vlasenko c7068455393 hdparm: code shrink function old new delta
parse_opts_0_INTMAX - 12 +12
parse_opts_0_1 - 12 +12
parse_opts_0_max - 9 +9
parse_opts 44 36 -8
process_dev ... 20 May 2009 Denys Vlasenko 6d335be2116 hdparm: correct (t & 1) ? '0' : '5' thinko; wrap 80+ col lines Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> 20 May 2009 Denys Vlasenko 73f37992362 M Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox 20 May 2009 Denys Vlasenko e18255d1dad M Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox 20 May 2009 Mike Frysinger 38478a600f5 hush: fix build failure when jobs are disabled Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Reported-by: Thomas Chou <thomas@wytron.com.tw> 20 May 2009 Denys Vlasenko 0149f02a724 appletlib.c: prevent applet list overflowing screen Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> 19 May 2009 Denys Vlasenko 5e61115ea45 scriptreplay: new applet. +423 bytes Signed-off-by: Pascal Bellard <pascal.bellard@ads-lu.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> 19 May 2009 Denys Vlasenko 5a49d284a6a add platform tweaks login: consider platforms having no domainname field in the utsname struct
include/platform.h: define IUCLC to 0 on platforms where it is not defined
Signed-off-by: Luca Favatella <slackydeb@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> 19 May 2009 Denys Vlasenko e424423a7b1 awk: put at least one NUL between $n. Hopefully closes 337. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> 18 May 2009 Denys Vlasenko 167cd709df0 gzip: fix gzip with many files corrupting some files after first Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> 18 May 2009 Denys Vlasenko 16bda3bd1f8 depmod: fix handling of .gz modules Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> 18 May 2009 Denys Vlasenko c396fe6306f lineedit: small fixes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> 17 May 2009 Denys Vlasenko 020f40693a0 line editing: add an option to emit ESC [ 6 n and use results This makes line editing able to recognize case when
cursor was not at the beginning of the line. It may also
be adapted later to find out display size (serial line users
would love it).
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> 17 May 2009 Denys Vlasenko 071ede1e5de xmalloc_[open_]read[_close]: do not ignore xrealloc return value Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> 15 May 2009 Denys Vlasenko c15f40c3e7b lineedit: use read_key to recognize ESC sequence. This fixes several vi mode bugs and prepares for further fixes.
function old new delta
read_line_input 3287 5511 +2224
remember_in_history - 499 +499
lineedit_read_key - 70 +70
read_key ... 15 May 2009 Denys Vlasenko 1b0a93edb93 adduser/addgroup: make system id range configurable. By Tito (farmatito AT tiscali.it).
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> 14 May 2009 Denys Vlasenko 810b7161dca mount: save 80 bytes by forced de-inlining Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> 13 May 2009 Denys Vlasenko e71dd7c1db9 mount: document when kernel started accepting string as NFS options Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> 13 May 2009 Mike Frysinger 7a5814c74c8 split website off into dedicated git repo Signed-off-by: Mike Frysinger <vapier@gentoo.org> 13 May 2009 Denys Vlasenko 318a8e5ed55 TODO: add some Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> 13 May 2009 Bernhard Reutner-Fischer 845142e106f Adjust names, link contributing info in main index Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> 11 May 2009 Denys Vlasenko f427c80d024 sysctl: stop abusing parser->line Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> 10 May 2009 Denys Vlasenko c8ab67cad85 tftp: do not risk invoking Sorcerer's Apprentice syndrome examples/udhcp/simple.script: fix incorrect test for $1
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> 10 May 2009 Bernhard Reutner-Fischer 8082ea1000a test commit Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> 08 May 2009 Bernhard Reutner-Fischer b5d5245f46b Revert "test commit" This reverts commit 8606aba04b9f6b82820e739f9781dfc85ae4853a.
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> 08 May 2009 Bernhard Reutner-Fischer 8606aba04b9 test commit 08 May 2009 Mike Frysinger af61b2a5add LICENSE: update address of the FSF Signed-off-by: Mike Frysinger <vapier@gentoo.org> 06 May 2009 Mike Frysinger 1e12ae90590 modprobe: add comment about expected modules.dep format Signed-off-by: Mike Frysinger <vapier@gentoo.org> 06 May 2009 Mike Frysinger 2b6497ba84a depmod.pl: updates and fixes galore The helper script needs updating to match latest busybox modprobe behavior
in that all dependencies need to be listed, not just the immediate ones.
Along the way, fix symbol prefixed ports, optimize the output, and add
some more depmod compatible options.
Signed-off-by: Mike Frysinger <vapier@gentoo.org> 06 May 2009 Mike Frysinger 00ffaeab80f modprobe: add more useful debug points Signed-off-by: Mike Frysinger <vapier@gentoo.org> 06 May 2009 Mike Frysinger 3322351724b add .gitignore files Signed-off-by: Mike Frysinger <vapier@gentoo.org> 05 May 2009 Mike Frysinger 4f239b1bb42 libunarchive: fix build failure with !FEATURE_TAR_UNAME_GNAME We can't use C if(...) with ENABLE_FEATURE_TAR_UNAME_GNAME because it
relies on conditional members in the file_header_t structure:
archival/libunarchive/data_extract_all.c: In function ‘data_extract_all’:
archival/libunarchive/data_extract_all.c:123: error: ‘file_header_t’ has no member named ‘uname’
archival/libunarchive/data_extract_all.c:124: error: ‘file_header_t’ has no member named ‘una... 05 May 2009 Denys Vlasenko 76f5e38c822 mdev: revert last wrong commit Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> 04 May 2009 root 6245202e7fc hush: small fix for unset -f on NOMMU. Signed-off-by: root <root@localhost.localdomain> 04 May 2009 Bernhard Reutner-Fischer 62851171db3 fix debug message Print the mime-type only after it has been set.
Add possible TODOs: use TCP_CORK, parse_config() 03 May 2009 Denys Vlasenko acdc49c0730 hush: add more complex case to leak testcase, fix found breakage function old new delta
unset_local_var_len - 167 +167
run_list 2350 2457 +107
set_vars_and_save_old - 87 +87
free_pipe 207 227 +20
builtin_unset ... 04 May 2009 Denys Vlasenko cb6ff25afeb hush: fix bug where in "var=val func" var's value is not visible in func function old new delta
unset_local_var - 168 +168
set_vars_all_and_save_old - 87 +87
get_ptr_to_local_var - 77 +77
free_strings_and_unset - 53 +53
builtin_export ... 04 May 2009 Denys Vlasenko e19e1935a33 hush: fix \<newline> handling Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> 03 May 2009 Denys Vlasenko b1cfc453760 hush: fix handling of unterminated subshell: (<eof>. Fixes bug 229. function old new delta
syntax_error_unexpected_ch 31 41 +10
parse_stream 2184 2191 +7
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> 02 May 2009 Denys Vlasenko aa0a12d5495 mdev: do not exit if user:group parse failed. closes bug 309. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> 02 May 2009 Denys Vlasenko 1dd6cf86775 hush: fix multiple redirections of the same fd (bug 227) Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> 02 May 2009 Denys Vlasenko 54e0843e7da hush: make . cmd search $PATH function old new delta
builtin_source 128 249 +121
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> 02 May 2009 Denys Vlasenko 48a29defcae httpd: speed up httpd.conf at the cost of 49 bytes of code Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> 02 May 2009 Denys Vlasenko 9c35a1cfb64 ifplugd: fix warnings 01 May 2009 Denys Vlasenko 44d1989997a des encrypt: fix goof with NUL byte added at the end as '.' 01 May 2009 Denys Vlasenko 05ae400830c mdev: fix a case where we mangle device_path string and then use it. 01 May 2009 Denys Vlasenko 47aaa2bee6b Make it clearer that usually people should _NOT_ select FEATURE_UNIX_LOCAL. 01 May 2009 Denys Vlasenko 690ad2426e3 git commit test Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> 30 Apr 2009 Denis Vlasenko 1fd3b38fd19 *: bb_error_msg's messages should not be capitalized 29 Apr 2009