platform/upstream/busybox.git
14 years agomodprobe-small: hopefully fix bug 591 (incorrect detection of alias with '-')
Denys Vlasenko [Mon, 7 Sep 2009 00:37:19 +0000 (02:37 +0200)]
modprobe-small: hopefully fix bug 591 (incorrect detection of alias with '-')

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agounzip: more compat if DESKTOP=y
Denys Vlasenko [Sun, 6 Sep 2009 14:52:50 +0000 (16:52 +0200)]
unzip: more compat if DESKTOP=y

function                                             old     new   delta
DESKTOP off:
unzip_main                                          1648    1629     -19
DESKTOP=y:
unzip_main                                          1939    2197    +258

Without this, midnight commander can't display .zip files

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agomore C standard compat fixes from Dan Fandrich
Denys Vlasenko [Sun, 6 Sep 2009 10:47:55 +0000 (12:47 +0200)]
more C standard compat fixes from Dan Fandrich

function                                             old     new   delta
docolon                                              207     204      -3

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agodocumentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com)
Denys Vlasenko [Sun, 6 Sep 2009 00:58:59 +0000 (02:58 +0200)]
documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com)

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agoremove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)
Denys Vlasenko [Sun, 6 Sep 2009 00:36:23 +0000 (02:36 +0200)]
remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)

function                                             old     new   delta
logdirs_reopen                                      1310    1308      -2
read_line_input                                     4757    4753      -4
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-6)               Total: -6 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agoexperimentally add mallopt tweaks for reduced memory consumption
Denys Vlasenko [Sun, 6 Sep 2009 00:12:28 +0000 (02:12 +0200)]
experimentally add mallopt tweaks for reduced memory consumption

function                                             old     new   delta
mallopt                                                -     126    +126
main                                                  91     117     +26
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 1/0 up/down: 152/0)             Total: 152 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agohush: export PWD
Denys Vlasenko [Sat, 5 Sep 2009 18:15:17 +0000 (20:15 +0200)]
hush: export PWD

function                                             old     new   delta
set_pwd_var                                            -      36     +36
hush_main                                            941     951     +10
evalvar                                             1365    1363      -2
ash_main                                            1364    1362      -2
builtin_cd                                            75      72      -3
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 1/3 up/down: 46/-7)              Total: 39 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agoinetd: comment tweak. no code changes
Denys Vlasenko [Fri, 4 Sep 2009 01:48:40 +0000 (03:48 +0200)]
inetd: comment tweak. no code changes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agotelnetd: add -w ("inetd wait") option. Can be configured off.
Denys Vlasenko [Fri, 4 Sep 2009 00:21:13 +0000 (02:21 +0200)]
telnetd: add -w ("inetd wait") option. Can  be configured off.

gcc fils to fully optimize it out when it's off:

function                                             old     new   delta
telnetd_main                                        1527    1548     +21
packed_usage                                       26596   26587      -9

but nevertheless it's a useful (and so far single) example
how to write "inetd wait" tcp service.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agoinetd: be more careful with syslog socket; other small fixes
Denys Vlasenko [Fri, 4 Sep 2009 00:19:46 +0000 (02:19 +0200)]
inetd: be more careful with syslog socket; other small fixes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agosmall commit tweak in parse_datestr, no code changes
Denys Vlasenko [Wed, 2 Sep 2009 09:49:25 +0000 (11:49 +0200)]
small commit tweak in parse_datestr, no code changes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agouniq: shave off whole 10 bytes off, oh my
Denys Vlasenko [Mon, 31 Aug 2009 03:15:21 +0000 (05:15 +0200)]
uniq: shave off whole 10 bytes off, oh my

   text    data     bss     dec     hex filename
 823673     458    6956  831087   cae6f busybox_old
 823663     458    6956  831077   cae65 busybox_unstripped

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agoash: better comment. no code changes
Denys Vlasenko [Sun, 30 Aug 2009 18:05:10 +0000 (20:05 +0200)]
ash: better comment. no code changes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agocode shrink in help text code
Denys Vlasenko [Sun, 30 Aug 2009 17:57:49 +0000 (19:57 +0200)]
code shrink in help text code

   text    data     bss     dec     hex filename
 823690     458    6956  831104   cae80 busybox_old
 823673     458    6956  831087   cae6f busybox_unstripped

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agouniq: code shrink
Denys Vlasenko [Sun, 30 Aug 2009 17:35:06 +0000 (19:35 +0200)]
uniq: code shrink

function                                             old     new   delta
xgetoptfile_uniq_s                                    44      51      +7
uniq_main                                            389     368     -21
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/1 up/down: 7/-21)             Total: -14 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agouniq: plug memory leak (patch from OpenWRT project)
Denys Vlasenko [Sun, 30 Aug 2009 17:34:09 +0000 (19:34 +0200)]
uniq: plug memory leak (patch from OpenWRT project)

function                                             old     new   delta
uniq_main                                            371     389     +18

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agouniq: rename some variables. no code changes
Denys Vlasenko [Sun, 30 Aug 2009 17:32:45 +0000 (19:32 +0200)]
uniq: rename some variables. no code changes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agoash: revent one place where number() doesn't work
Denys Vlasenko [Sun, 30 Aug 2009 15:07:30 +0000 (17:07 +0200)]
ash: revent one place where number() doesn't work

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agoethr-wake: can use ether_hostton on uclibc >= 0.9.30
Denys Vlasenko [Sun, 30 Aug 2009 14:23:29 +0000 (16:23 +0200)]
ethr-wake: can use ether_hostton on uclibc >= 0.9.30

By Leonid Lisovskiy (lly.dev AT gmail.com)

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agolibunarchive: fix a bug where mode and time is no longer restored
Denys Vlasenko [Sat, 29 Aug 2009 23:10:17 +0000 (01:10 +0200)]
libunarchive: fix a bug where mode and time is no longer restored

Introduced by me in 1.15.x. Found by Rob Landley.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agoash: deal with some TODOs (mostly trivial)
Denys Vlasenko [Sat, 29 Aug 2009 20:53:41 +0000 (22:53 +0200)]
ash: deal with some TODOs (mostly trivial)

function                                             old     new   delta
msg_illnum                                             -      19     +19
evalvar                                             1365    1364      -1
illnum                                                19       -     -19
subevalvar                                          1182    1158     -24
------------------------------------------------------------------------------
(add/remove: 1/1 grow/shrink: 0/2 up/down: 19/-44)            Total: -25 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agoash: add testsuite for bug 585
Denys Vlasenko [Sat, 29 Aug 2009 18:37:09 +0000 (20:37 +0200)]
ash: add testsuite for bug 585

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agoash: fix handling of Unicode chars in redirects. Fixes bug 585
Denys Vlasenko [Sat, 29 Aug 2009 18:24:12 +0000 (20:24 +0200)]
ash: fix handling of Unicode chars in redirects. Fixes bug 585

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agoash: trivial simplifications and optimizations
Denys Vlasenko [Sat, 29 Aug 2009 18:23:20 +0000 (20:23 +0200)]
ash: trivial simplifications and optimizations

function                                             old     new   delta
rmescapes                                              -     256    +256
memtodest                                             94     103      +9
evalvar                                             1363    1365      +2
_rmescapes                                           256       -    -256
------------------------------------------------------------------------------
(add/remove: 1/1 grow/shrink: 2/0 up/down: 267/-256)           Total: 11 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agorpm2cpio: code shrink
Denys Vlasenko [Fri, 28 Aug 2009 19:15:24 +0000 (21:15 +0200)]
rpm2cpio: code shrink

function                                             old     new   delta
skip_header                                           94      92      -2
rpm2cpio_main                                        177     174      -3
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-5)               Total: -5 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agorpm2cpio: handle unseekable input correctly
Denys Vlasenko [Fri, 28 Aug 2009 19:09:51 +0000 (21:09 +0200)]
rpm2cpio: handle unseekable input correctly

function                                             old     new   delta
data_skip                                             14      20      +6
seek_by_jump                                          67      72      +5
data_align                                            81      84      +3
seek_by_read                                          20      19      -1
skip_header                                           99      94      -5
rpm2cpio_main                                        183     177      -6
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 3/3 up/down: 14/-12)              Total: 2 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agorpm2cpio: handle bz2 too; code shrink
Pascal Bellard [Fri, 28 Aug 2009 04:20:33 +0000 (06:20 +0200)]
rpm2cpio: handle bz2 too; code shrink

function                                             old     new   delta
skip_header                                          142      99     -43
rpm2cpio_main                                        321     183    -138
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-181)           Total: -181 bytes

Signed-off-by: Pascal Bellard <pascal.bellard@ads-lu.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agoupdate copyright year
Denys Vlasenko [Thu, 27 Aug 2009 19:13:30 +0000 (21:13 +0200)]
update copyright year

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agomore help text tweaking
Denys Vlasenko [Thu, 27 Aug 2009 18:47:35 +0000 (20:47 +0200)]
more help text tweaking

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agotrim help texts a bit
Denys Vlasenko [Thu, 27 Aug 2009 18:38:17 +0000 (20:38 +0200)]
trim help texts a bit

function                                             old     new   delta
packed_usage                                       26709   26634     -75

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agoremove a few extra newlines in help text
Denys Vlasenko [Thu, 27 Aug 2009 01:20:45 +0000 (03:20 +0200)]
remove a few extra newlines in help text

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agouse .git as EXTRAVERSION
Bernhard Reutner-Fischer [Mon, 24 Aug 2009 14:20:52 +0000 (16:20 +0200)]
use .git as EXTRAVERSION

  ... and not .svn

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
14 years agoash: make "jobs -l" more similar to bash. By Earl Chew. Fixes bug 481
Denys Vlasenko [Sun, 23 Aug 2009 20:10:04 +0000 (22:10 +0200)]
ash: make "jobs -l" more similar to bash. By Earl Chew. Fixes bug 481

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agoStart 1.16.x cycle
Denys Vlasenko [Sun, 23 Aug 2009 19:30:38 +0000 (21:30 +0200)]
Start 1.16.x cycle

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agoReleasing 1.15.0 1_15_0
Denys Vlasenko [Sun, 23 Aug 2009 00:33:20 +0000 (02:33 +0200)]
Releasing 1.15.0

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agowget: strip trailing whitespace from e.g. "Content-length: 120 "
Matthijs van de Water [Sat, 22 Aug 2009 18:19:48 +0000 (20:19 +0200)]
wget: strip trailing whitespace from e.g. "Content-length: 120   "

function                                             old     new   delta
wget_main                                           2395    2427     +32

Signed-off-by: Matthijs van de Water <matthijs.van.de.water@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agobeep: optimize
Denys Vlasenko [Sat, 22 Aug 2009 16:00:39 +0000 (18:00 +0200)]
beep: optimize

function                                             old     new   delta
beep_main                                            394     276    -118

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agopreliminary work for gcc 4.4.0
Denys Vlasenko [Sat, 22 Aug 2009 00:34:10 +0000 (02:34 +0200)]
preliminary work for gcc 4.4.0

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agofix duplicate FAST_FUNC FAST_FUNC
Denys Vlasenko [Fri, 21 Aug 2009 15:40:36 +0000 (17:40 +0200)]
fix duplicate FAST_FUNC FAST_FUNC

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agoadd config knob for default freq and length
Bernhard Reutner-Fischer [Fri, 21 Aug 2009 12:40:29 +0000 (14:40 +0200)]
add config knob for default freq and length

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
14 years agoadd simple beep applet
Bernhard Reutner-Fischer [Fri, 21 Aug 2009 11:18:31 +0000 (13:18 +0200)]
add simple beep applet

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
14 years agoupdate defconfig
Denys Vlasenko [Thu, 20 Aug 2009 22:16:01 +0000 (00:16 +0200)]
update defconfig

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agomsh: aliased to hush
Denys Vlasenko [Thu, 20 Aug 2009 22:05:51 +0000 (00:05 +0200)]
msh: aliased to hush

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agodo not store 1st two bytes of compressed help text
Denys Vlasenko [Thu, 20 Aug 2009 21:34:01 +0000 (23:34 +0200)]
do not store 1st two bytes of compressed help text

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agopatch: support -N. By Olivier Duclos (olivier.duclos AT gmail.com)
Denys Vlasenko [Thu, 20 Aug 2009 21:33:19 +0000 (23:33 +0200)]
patch: support -N. By Olivier Duclos (olivier.duclos AT gmail.com)

function                                             old     new   delta
packed_usage                                       26646   26656     +10
patch_main                                          1101    1110      +9

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agohush: enable "lash is deprecated, please use hush instead" message
Denys Vlasenko [Thu, 20 Aug 2009 01:40:04 +0000 (03:40 +0200)]
hush: enable "lash is deprecated, please use hush instead" message

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agohush: do not process options after non-option args
Denys Vlasenko [Thu, 20 Aug 2009 01:38:58 +0000 (03:38 +0200)]
hush: do not process options after non-option args

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agoash: fix bug 571 (jobs %string misbehaving)
Denys Vlasenko [Mon, 17 Aug 2009 00:12:20 +0000 (02:12 +0200)]
ash: fix bug 571 (jobs %string misbehaving)

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agosed: fix " echo /usr/lib | sed 's,\(^/\|\)[^/][^/]*,..,g' " bug
Denys Vlasenko [Sun, 16 Aug 2009 23:35:04 +0000 (01:35 +0200)]
sed: fix " echo /usr/lib | sed 's,\(^/\|\)[^/][^/]*,..,g' " bug

function                                             old     new   delta
process_files                                       2102    2091     -11

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agopgrep: match argv[0] too, not only comm; fix a bug in argv sanitization
Denys Vlasenko [Fri, 14 Aug 2009 20:33:10 +0000 (22:33 +0200)]
pgrep: match argv[0] too, not only comm; fix a bug in argv sanitization

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agomodprobe: treat tabs in modules.dep as delimiters too. closes bug 567
Denys Vlasenko [Fri, 14 Aug 2009 00:10:54 +0000 (02:10 +0200)]
modprobe: treat tabs in modules.dep as delimiters too. closes bug 567

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agotypo fix in comment
Denys Vlasenko [Thu, 13 Aug 2009 23:36:28 +0000 (01:36 +0200)]
typo fix in comment

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agoudhcpc: if got IP successfully, disable -n for future renewals
Justin Maggard [Wed, 12 Aug 2009 23:26:17 +0000 (01:26 +0200)]
udhcpc: if got IP successfully, disable -n for future renewals

Signed-off-by: Justin Maggard <jmaggard10@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agovolname: new applet
Matthew Stoltenberg [Wed, 12 Aug 2009 22:59:32 +0000 (00:59 +0200)]
volname: new applet

function                                             old     new   delta
volname_main                                           -      90     +90
packed_usage                                       26373   26387     +14
applet_names                                        2078    2086      +8
applet_main                                         1232    1236      +4
applet_nameofs                                       616     618      +2
applet_install_loc                                   154     155      +1
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 5/0 up/down: 119/0)             Total: 119 bytes

Signed-off-by: Matthew Stoltenberg <d3matt@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agohust test: complain if busybox binary can't be found
Denys Vlasenko [Wed, 12 Aug 2009 19:24:29 +0000 (21:24 +0200)]
hust test: complain if busybox binary can't be found

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agohush: fix \<newline> handling on NOMMU
Denys Vlasenko [Wed, 12 Aug 2009 17:47:44 +0000 (19:47 +0200)]
hush: fix \<newline> handling on NOMMU

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agohush tests: remove the requirement that .config is in ../..
Denys Vlasenko [Wed, 12 Aug 2009 12:53:44 +0000 (14:53 +0200)]
hush tests: remove the requirement that .config is in ../..

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agohush: do not use ps -o in leak_argv1; do not hardcode path in negate
Denys Vlasenko [Wed, 12 Aug 2009 12:21:30 +0000 (14:21 +0200)]
hush: do not use ps -o in leak_argv1; do not hardcode path in negate

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agotail: read only a portion of a file if it's huge. closes bug 551
Denys Vlasenko [Mon, 10 Aug 2009 01:16:18 +0000 (03:16 +0200)]
tail: read only a portion of a file if it's huge. closes bug 551

function                                             old     new   delta
tail_main                                           1494    1526     +32
tail_read                                            125     129      +4

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agofdisk: add handling of avr32. closes bug 555
Denys Vlasenko [Sun, 9 Aug 2009 22:08:35 +0000 (00:08 +0200)]
fdisk: add handling of avr32. closes bug 555

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agotail: fix "tail +N file_shorter_than_N"
Denys Vlasenko [Sun, 9 Aug 2009 20:06:56 +0000 (22:06 +0200)]
tail: fix "tail +N file_shorter_than_N"

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agorandomconfig fixes
Denys Vlasenko [Sat, 8 Aug 2009 01:20:12 +0000 (03:20 +0200)]
randomconfig fixes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agodd: conv=noerror should skip read errors using lseek (bug 539)
Denys Vlasenko [Wed, 5 Aug 2009 21:16:27 +0000 (23:16 +0200)]
dd: conv=noerror should skip read errors using lseek (bug 539)

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agocorrect mode of testsuite/rx.tests
Denys Vlasenko [Mon, 3 Aug 2009 08:36:58 +0000 (10:36 +0200)]
correct mode of testsuite/rx.tests

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agonc: fix nc -ll; report vfork errors; make select loop faster
Tomoya Adachi [Mon, 3 Aug 2009 00:59:22 +0000 (02:59 +0200)]
nc: fix nc -ll; report vfork errors; make select loop faster

function                                             old     new   delta
nc_main                                              933     946     +13

Signed-off-by: Tomoya Adachi <adachi@il.is.s.u-tokyo.ac.jp>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agorx: strip padding from last block. closes bug 501.
Denys Vlasenko [Sun, 2 Aug 2009 17:45:31 +0000 (19:45 +0200)]
rx: strip padding from last block. closes bug 501.

function                                             old     new   delta
rx_main                                              876     974     +98

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agorunsv: run ./finish with parameters (runit compat)
Earl Chew [Sun, 2 Aug 2009 00:23:27 +0000 (02:23 +0200)]
runsv: run ./finish with parameters (runit compat)

function                                             old     new   delta
startservice                                         288     377     +89
runsv_main                                          1763    1783     +20

Signed-off-by: Earl Chew <earl_chew@agilent.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agosvlogd: fix bug 521: use line buffering if any filtering is done
Denys Vlasenko [Sat, 1 Aug 2009 22:55:49 +0000 (00:55 +0200)]
svlogd: fix bug 521: use line buffering if any filtering is done

function                                             old     new   delta
logdirs_reopen                                      1296    1310     +14
svlogd_main                                         1439    1444      +5

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agolibbb: prevent resursion on malloc failure
Denys Vlasenko [Sat, 1 Aug 2009 04:53:03 +0000 (06:53 +0200)]
libbb: prevent resursion on malloc failure

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agorename _BB_SUID_ALWAYS and NEVER into REQUIRE and DROP. No code changes.
Denys Vlasenko [Thu, 30 Jul 2009 10:57:19 +0000 (12:57 +0200)]
rename _BB_SUID_ALWAYS and NEVER into REQUIRE and DROP. No code changes.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agoping6: make it setuid just like ping
Denys Vlasenko [Thu, 30 Jul 2009 10:42:16 +0000 (12:42 +0200)]
ping6: make it setuid just like ping

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agomake find_pid_by_name look at /proc/PID/exe too
Alexander Shishkin [Tue, 28 Jul 2009 23:35:13 +0000 (01:35 +0200)]
make find_pid_by_name look at /proc/PID/exe too

function                                             old     new   delta
procps_scan                                         1642    1709     +67
find_pid_by_name                                     193     223     +30
free_procps_scan                                      29      37      +8

Signed-off-by: Alexander Shishkin <virtuoso@slind.org>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agogrep: fix -E + {range}; fix -o not printing all matches (bug 489)
Denys Vlasenko [Tue, 28 Jul 2009 23:20:09 +0000 (01:20 +0200)]
grep: fix -E  + {range}; fix -o not printing all matches (bug 489)

two different bugs, one with EXTRA_COMPAT, other without.

function                                             old     new   delta
grep_file                                           1132    1129      -3

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agohalt/reboot/poweroff: add a CONFIG_xxx to act SysV compatibly
Alexander Shishkin [Mon, 27 Jul 2009 00:49:35 +0000 (02:49 +0200)]
halt/reboot/poweroff: add a CONFIG_xxx to act SysV compatibly

Signed-off-by: Alexander Shishkin <virtuoso@slind.org>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agodpkg: delete postrm script after it's run, not before. closes bug 449
Denys Vlasenko [Sat, 25 Jul 2009 09:52:32 +0000 (11:52 +0200)]
dpkg: delete postrm script after it's run, not before. closes bug 449

function                                             old     new   delta
purge_package                                        220     252     +32

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agounzip: try lseek before resorting to reading
Stefani Seibold [Sat, 25 Jul 2009 00:02:22 +0000 (02:02 +0200)]
unzip: try lseek before resorting to reading

function                                             old     new   delta
unzip_skip                                            16      43     +27

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agotftp: add comment, no code changes
Denys Vlasenko [Fri, 24 Jul 2009 23:56:23 +0000 (01:56 +0200)]
tftp: add comment, no code changes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agotftp[d]: fix block# handling on upload with non-default blocksize
Atsushi Nemoto [Fri, 24 Jul 2009 20:34:47 +0000 (22:34 +0200)]
tftp[d]: fix block# handling on upload with non-default blocksize

function                                             old     new   delta
tftp_protocol                                       1590    1618     +28

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agoman: use man.config, not only man.conf (man version 1.6f compat)
Denys Vlasenko [Fri, 24 Jul 2009 00:28:12 +0000 (02:28 +0200)]
man: use man.config, not only man.conf (man version 1.6f compat)

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agoash: further fixes to debug machinery (closes bug 485)
Denys Vlasenko [Thu, 23 Jul 2009 23:08:03 +0000 (01:08 +0200)]
ash: further fixes to debug machinery (closes bug 485)

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agoash: make "jobs" work even in subshells
Denys Vlasenko [Thu, 23 Jul 2009 22:16:59 +0000 (00:16 +0200)]
ash: make "jobs" work even in subshells

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agoash: fix debug machinery a bit
Denys Vlasenko [Thu, 23 Jul 2009 20:07:07 +0000 (22:07 +0200)]
ash: fix debug machinery a bit

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agochmod 755 some files in examples/*
Denys Vlasenko [Thu, 23 Jul 2009 19:30:30 +0000 (21:30 +0200)]
chmod 755 some files in examples/*

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agotail: implement -F
Eric Lammerts [Tue, 21 Jul 2009 22:31:27 +0000 (00:31 +0200)]
tail: implement -F

function                                             old     new   delta
tail_main                                           1190    1494    +304

Signed-off-by: Eric Lammerts <busybox@lists.lammerts.org>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agoscriptreplay: show help text if run with no arguments
Denys Vlasenko [Sun, 19 Jul 2009 21:11:45 +0000 (23:11 +0200)]
scriptreplay: show help text if run with no arguments

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agotcpsvd,udpsvd: fix uid/gid printing when run with -u
Denys Vlasenko [Sun, 19 Jul 2009 21:07:13 +0000 (23:07 +0200)]
tcpsvd,udpsvd: fix uid/gid printing when run with -u

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agoinit: make comment more understandable. no code changes
Denys Vlasenko [Sun, 19 Jul 2009 12:29:18 +0000 (14:29 +0200)]
init: make comment more understandable. no code changes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agoudhcpc: small simplification
Denys Vlasenko [Sun, 19 Jul 2009 02:35:16 +0000 (04:35 +0200)]
udhcpc: small simplification

function                                             old     new   delta
udhcpc_main                                         2401    2398      -3

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agotypo
Denys Vlasenko [Sun, 19 Jul 2009 02:27:10 +0000 (04:27 +0200)]
typo

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agoudhcpc: add/edit comments, no code changes
Denys Vlasenko [Sun, 19 Jul 2009 02:24:23 +0000 (04:24 +0200)]
udhcpc: add/edit comments, no code changes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agoudhcpc: simplify manual renew (make it more similar to automatic one)
Denys Vlasenko [Sun, 19 Jul 2009 02:07:21 +0000 (04:07 +0200)]
udhcpc: simplify manual renew (make it more similar to automatic one)

function                                             old     new   delta
udhcp_run_script                                     669     673      +4
udhcpc_main                                         2414    2401     -13
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/1 up/down: 4/-13)              Total: -9 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agoremove msh_function.patch. msh is deprecated
Denys Vlasenko [Sat, 18 Jul 2009 23:09:42 +0000 (01:09 +0200)]
remove msh_function.patch. msh is deprecated

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agosilly whitespace fix
Denys Vlasenko [Sat, 18 Jul 2009 15:26:25 +0000 (17:26 +0200)]
silly whitespace fix

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agofix mount test false positive
Denys Vlasenko [Sat, 18 Jul 2009 15:22:03 +0000 (17:22 +0200)]
fix mount test false positive

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agominor tweaks in testsuite
Denys Vlasenko [Sat, 18 Jul 2009 14:34:01 +0000 (16:34 +0200)]
minor tweaks in testsuite

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agofix mountpoint test to not prevemt mkfs_xxx from making image in any file
Denys Vlasenko [Sat, 18 Jul 2009 14:22:26 +0000 (16:22 +0200)]
fix mountpoint test to not prevemt mkfs_xxx from making image in any file

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agoadd SKIP_KNOWN_BUGS and SKIP_INTERNET_TESTS to testsuite
Denys Vlasenko [Sat, 18 Jul 2009 13:19:41 +0000 (15:19 +0200)]
add SKIP_KNOWN_BUGS and SKIP_INTERNET_TESTS to testsuite

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agofix taskset testsuite
Denys Vlasenko [Sat, 18 Jul 2009 11:08:49 +0000 (13:08 +0200)]
fix taskset testsuite

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agocorrect date testsuite to use compatible format
Denys Vlasenko [Sat, 18 Jul 2009 02:54:21 +0000 (04:54 +0200)]
correct date testsuite to use compatible format

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 years agotouch: implement -t TIME (needed for testsuite)
Denys Vlasenko [Sat, 18 Jul 2009 02:49:20 +0000 (04:49 +0200)]
touch: implement -t TIME (needed for testsuite)

This changes date -d TIME format a bit, makes it more compatible

function                                             old     new   delta
parse_datestr                                        391     618    +227
touch_main                                           360     361      +1
packed_usage                                       26624   26615      -9

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>