oweals/busybox.git
19 years agoUpdate the default config to not ask stuff
Eric Andersen [Tue, 20 Jul 2004 06:06:56 +0000 (06:06 -0000)]
Update the default config to not ask stuff

19 years agoThe 'tests' target is long gone.
Eric Andersen [Tue, 20 Jul 2004 06:04:28 +0000 (06:04 -0000)]
The 'tests' target is long gone.

19 years agoReplace the old and somewhat buggy pwd_grp stuff with the shiny
Eric Andersen [Thu, 15 Jul 2004 12:53:49 +0000 (12:53 -0000)]
Replace the old and somewhat buggy pwd_grp stuff with the shiny
new stuff mjn3 wrote for uClibc

19 years agoPeter Kjellerstedt at axis.com writes:
Eric Andersen [Thu, 15 Jul 2004 06:01:05 +0000 (06:01 -0000)]
Peter Kjellerstedt at axis.com writes:

Hello,

the attached patch should bring extra/config in line
with the Linux 2.6.7 sources.

The following are the commit messages for the respective
files from the Linux bk-repository:

checklist.c:
* fix menuconfig choice item help display

confdata.c:
* config: choice fix
* kconfig: don't rename target dir when saving config

expr.c, expr.h:
* config: disable debug prints

mconf.c:
* fix menuconfig choice item help display

menu.c:
* Kconfig: use select statements

symbol.c:
* config: choice fix
* Avoid bogus warning about recursive dependencies
* c99 struct initialiser conversions

textbox.c:
* janitor: don't init statics to 0

util.c:
* fix lxdialog behaviour

//Peter

19 years agoFixup a few documentation bugs
Eric Andersen [Wed, 14 Jul 2004 10:01:04 +0000 (10:01 -0000)]
Fixup a few documentation bugs

19 years agoFixup some cases of "QM_MODULES: not implemented" for both
Eric Andersen [Tue, 13 Jul 2004 00:09:34 +0000 (00:09 -0000)]
Fixup some cases of "QM_MODULES: not implemented" for both
lsmod and rmmod when using 2.6.x module support
 -Erik

20 years agoPaul Fox writes:
Eric Andersen [Tue, 29 Jun 2004 00:48:30 +0000 (00:48 -0000)]
Paul Fox writes:

hi --

working with ifupdown, i've found a couple of buglets --
the wrong string is passed to an error message.

paul

20 years agoAvoid a number of places where large drives could wrap a uint, and
Eric Andersen [Mon, 28 Jun 2004 23:50:31 +0000 (23:50 -0000)]
Avoid a number of places where large drives could wrap a uint, and
instead use off_t which will be automagically promoted to 64bit if
compiled with support for large drives.
 -Erik

20 years agoDo not mess with the console logging level unless
Eric Andersen [Fri, 25 Jun 2004 11:23:03 +0000 (11:23 -0000)]
Do not mess with the console logging level unless
asked to do so.
 -Erik

20 years agoRevert my previous commit
Glenn L McGrath [Fri, 25 Jun 2004 09:01:09 +0000 (09:01 -0000)]
Revert my previous commit

20 years agoFix compile error under 2.6, check for newer versions first or all the
Glenn L McGrath [Fri, 25 Jun 2004 07:47:03 +0000 (07:47 -0000)]
Fix compile error under 2.6, check for newer versions first or all the
checks wont be considered.

20 years agoFix compile error when math support disabled.
Glenn L McGrath [Fri, 25 Jun 2004 07:05:13 +0000 (07:05 -0000)]
Fix compile error when math support disabled.

20 years agofix a stupid compile error when CONFIG_FEATURE_INSMOD_VERSION_CHECKING
Eric Andersen [Tue, 22 Jun 2004 20:10:53 +0000 (20:10 -0000)]
fix a stupid compile error when CONFIG_FEATURE_INSMOD_VERSION_CHECKING
is disabled

20 years agoStupidity-1, Erik-0
Eric Andersen [Tue, 22 Jun 2004 20:09:40 +0000 (20:09 -0000)]
Stupidity-1, Erik-0

20 years agoBastian Blank notices a couple of int64_ts that should have
Eric Andersen [Tue, 22 Jun 2004 19:07:21 +0000 (19:07 -0000)]
Bastian Blank notices a couple of int64_ts that should have
been longs

20 years agoAdd missing 'S' to the getopt string.
Eric Andersen [Tue, 22 Jun 2004 19:05:05 +0000 (19:05 -0000)]
Add missing 'S' to the getopt string.

20 years agokill off insmod support for older pre 2.1 Linux kernels,
Eric Andersen [Tue, 22 Jun 2004 11:50:52 +0000 (11:50 -0000)]
kill off insmod support for older pre 2.1 Linux kernels,
which are not supported with the current busybox 1.0 release
 -Erik

20 years agoPatrick Huesmann writes:
Eric Andersen [Tue, 22 Jun 2004 10:43:09 +0000 (10:43 -0000)]
Patrick Huesmann writes:

    Hi,

    There was some problem with busybox modprobe. For details see
    http://www.busybox.net/lists/busybox/2004-May/011507.html

    I made a patch against busybox-1.00-pre10 to fix that one.

This is a slight variant of Patrick's patch with a slightly
cleaner implementation of mod_strcmp()
 -Erik

20 years agoRobin Farine writes:
Eric Andersen [Tue, 22 Jun 2004 10:18:30 +0000 (10:18 -0000)]
Robin Farine writes:

Hi,

Package: BusyBox
Version: 1.0.0-pre10

When an incomplete read or write from/to a local file occurs (i.e.
not an EOF condition), the tftp client prematurely exits. This
problem can be reproduced by slowly piping data to the tftp client
like this:

  (for v in 1 2 3; do echo $v; sleep 1; done) | \
  tftp -p -l - -r output.txt <host>

The output file on the TFTP server will contain "1".

The attached patch provides a possible solution to this problem.

I can reproduce this on ARM sa1110 and ARM xscale boards, both
running Linux-2.6.4 & glibc-2.3.2. Thanks for the wonderful
program!

Robin

20 years agoPatch from Bastian Blank:
Eric Andersen [Tue, 22 Jun 2004 10:12:59 +0000 (10:12 -0000)]
Patch from Bastian Blank:

    Hi folks

    The following patch adds a new log message output to syslogd. This
    output omits hostname and priority and is used in d-i to make the syslog
    output better readable without lossing information.

    Bastian

I am applying this since I have syslogd hacked up in my wife's
access point with the same format string....  Might as well make
this hack official.
 -Erik

20 years agoPatch from Bastian Blank:
Eric Andersen [Tue, 22 Jun 2004 10:07:17 +0000 (10:07 -0000)]
Patch from Bastian Blank:

On Sat, Jun 19, 2004 at 10:57:37PM +0200, Bastian Blank wrote:
> The following patch changes klogd to use openlog/syslog themself
> instead of calling syslog_msg which always calls the triple
> openlog/syslog/closelog.

Updated patch: get rid of syslog_msg entirely. Request from Erik Andersen.

Bastian

20 years agoRobin Farine writes:
Eric Andersen [Tue, 22 Jun 2004 08:40:54 +0000 (08:40 -0000)]
Robin Farine writes:

Package: BusyBox
Version: 1.0.0-pre10

Passing the -q <integer> option to inetd causes it to dereference an
invalid pointer (optarg). The attached patch provides a fix to this
problem.

Robin

20 years agoPatch from Bastian Blank:
Eric Andersen [Tue, 22 Jun 2004 08:29:45 +0000 (08:29 -0000)]
Patch from Bastian Blank:

    The updated patch adds a config option to explicitely enable 64 bit
    arithmetic.

    Also it removes the arith prototype from libbb.h as it is not used
    outside of ash.

    Bastian

this patch has been slightly modified by Erik for cleanliness.

20 years agonote the new mailing list policy
Eric Andersen [Sat, 19 Jun 2004 06:26:30 +0000 (06:26 -0000)]
note the new mailing list policy

20 years agoTypo fix from Niemann Hartmut
Eric Andersen [Wed, 9 Jun 2004 10:00:20 +0000 (10:00 -0000)]
Typo fix from Niemann Hartmut

20 years agoUpdate reference for zip format
Glenn L McGrath [Sun, 6 Jun 2004 10:22:43 +0000 (10:22 -0000)]
Update reference for zip format

20 years agoWoops, the previous commit was an accident, its supplied in the patch,
Glenn L McGrath [Sat, 5 Jun 2004 07:58:18 +0000 (07:58 -0000)]
Woops, the previous commit was an accident, its supplied in the patch,
dont commit yet as we are in feature freeze

20 years agoDevice table support for makedevs, the previous behaviour can been
Glenn L McGrath [Sat, 5 Jun 2004 07:54:52 +0000 (07:54 -0000)]
Device table support for makedevs, the previous behaviour can been
selected at configure time.

20 years agoAhem. ("I'm just tweaking a documentation string, I don't need to compile
Rob Landley [Wed, 26 May 2004 22:09:37 +0000 (22:09 -0000)]
Ahem.  ("I'm just tweaking a documentation string, I don't need to compile
test it before checking in..."  New entry for famous last words list.)

Add the missing backslash at the end of the new sed doc string line.

(This one actually compiled with "show verbose applet usage messages"...)

20 years agoUpdate sed help. (Add -r option to long help, add -i option to brief help,
Rob Landley [Wed, 26 May 2004 21:59:31 +0000 (21:59 -0000)]
Update sed help.  (Add -r option to long help, add -i option to brief help,
and alphabetizie the option list.)

20 years agoKevin P. Fleming writes:
Eric Andersen [Wed, 26 May 2004 21:26:07 +0000 (21:26 -0000)]
Kevin P. Fleming writes:

Yes, I know busybox is in feature freeze. If this two-liner is too much
that's fine, but it's handy.

This patch allows busybox mount to support "-o move" just like it
supports "-o bind", which is the equivalent of util-linux "mount --move".

Usage is:

mount -o move /mnt/point/1 /mnt/point/2

where /mnt/point/1 is an already mounted filesystem; it will be moved to
/mnt/point/2.

20 years agoUpdate U.S. Robotics and Actiontec entries
Eric Andersen [Wed, 26 May 2004 17:17:39 +0000 (17:17 -0000)]
Update U.S. Robotics and Actiontec entries

20 years agoIf read were to return with an error, bad things would happen. Fix it.
Manuel Novoa III [Wed, 26 May 2004 15:21:19 +0000 (15:21 -0000)]
If read were to return with an error, bad things would happen.  Fix it.
Also, make sure read errors are reflected in the applet exit code.

20 years agooops
Eric Andersen [Wed, 26 May 2004 12:06:38 +0000 (12:06 -0000)]
oops

20 years agoPer suggestion from Bastian Blank, be less evil when we force fdisk to
Eric Andersen [Wed, 26 May 2004 11:59:19 +0000 (11:59 -0000)]
Per suggestion from Bastian Blank, be less evil when we force fdisk to
transparently remap 32-bit interfaces to actually use 64 bit interfaces.
 -Erik

20 years agoUse tab not space
Eric Andersen [Wed, 26 May 2004 11:50:37 +0000 (11:50 -0000)]
Use tab not space

20 years agoMake the grep option values a bit less horrible
Eric Andersen [Wed, 26 May 2004 11:48:29 +0000 (11:48 -0000)]
Make the grep option values a bit less horrible

20 years agoRick Richardson writes:
Eric Andersen [Wed, 26 May 2004 11:47:55 +0000 (11:47 -0000)]
Rick Richardson writes:

Here is a patch that adds egrep -L support (the opposite of egrep -l).

I realize this is probably too late for 1.0.  But I offer it for your
future consideration.

egrep -L is used in some networking startup scripts I inherited.

-Rick

20 years agoPatch from Yoshinori Sato:
Eric Andersen [Wed, 26 May 2004 11:38:46 +0000 (11:38 -0000)]
Patch from Yoshinori Sato:

This patch is uClinux-2.4.x for H8/300 module support.
please apply.

--
Yoshinori Sato

20 years agoAs discussed, drop minit, which was not being supported in busybox.
Eric Andersen [Wed, 26 May 2004 10:28:32 +0000 (10:28 -0000)]
As discussed, drop minit, which was not being supported in busybox.
People wishing to use minit can obtain it and obtain support from
http://www.fefe.de/minit/

20 years agoUse STDIN_FILENO rather than '0'
Eric Andersen [Wed, 26 May 2004 10:26:10 +0000 (10:26 -0000)]
Use STDIN_FILENO rather than '0'

20 years agoRob Landley writes:
Eric Andersen [Wed, 26 May 2004 10:03:33 +0000 (10:03 -0000)]
Rob Landley writes:

add sed -r support.

I bumped into a couple of things that want to use extended regular expressions
in sed, and it really isn't that hard to add.  Can't say I've extensively
tested it, but it's small and isn't going to break anything that doesn't use
it, so...

Rob

20 years agoRob Landley writes:
Eric Andersen [Wed, 26 May 2004 09:54:36 +0000 (09:54 -0000)]
Rob Landley writes:

Run this test, against both busybox and a non-busybox version of "tee".

while true; do i=$[$i+1]; echo "hello $i"; sleep 1; done | ./busybox tee

Now run the busybox one again with the following small patch applied:

20 years agoPatch from vodz to correct 'grep -e pattern1 -e pattern2' logic
Eric Andersen [Wed, 26 May 2004 09:46:41 +0000 (09:46 -0000)]
Patch from vodz to correct 'grep -e pattern1 -e pattern2' logic

20 years agoDo not prompt about FDISK large disk support when LFS is enabled.
Eric Andersen [Tue, 25 May 2004 11:30:22 +0000 (11:30 -0000)]
Do not prompt about FDISK large disk support when LFS is enabled.
Resolve a dependancy problem with the various malloc debug libs
and make them mutually exclusive.
 -Erik

20 years agoDo not select LFS
Eric Andersen [Wed, 19 May 2004 11:06:20 +0000 (11:06 -0000)]
Do not select LFS

20 years agoErik,
Eric Andersen [Wed, 19 May 2004 10:49:17 +0000 (10:49 -0000)]
Erik,

>http://busybox.net/cgi-bin/cvsweb/busybox/util-linux/fdisk.c?r1=1.22&r2=1.23&diff_format=u

Its hack for "force" ;-)

If to return the previous version of a Config.in
http://busybox.net/cgi-bin/cvsweb/busybox/util-linux/Config.in?r1=1.12&r2=1.13
and to apply last patch, then I shall calm down. ;-)

(OOPS, last patch have autocorrected from my editor begins spaces to tabs and
removed spaces from empty lines too).

--w
vodz

20 years agouse busybox sysinfo struct
Russ Dill [Wed, 19 May 2004 09:18:04 +0000 (09:18 -0000)]
use busybox sysinfo struct

20 years agoMake vodz happy and make fdisk always use large file support if
Eric Andersen [Wed, 19 May 2004 09:00:00 +0000 (09:00 -0000)]
Make vodz happy and make fdisk always use large file support if
possible, even if LFS is not enabled for the rest of busybox.
 -Erik

20 years agoFix a compile problem
Eric Andersen [Wed, 19 May 2004 08:54:28 +0000 (08:54 -0000)]
Fix a compile problem

20 years agofix timewarp in client (server fix later)
Russ Dill [Wed, 19 May 2004 08:29:05 +0000 (08:29 -0000)]
fix timewarp in client (server fix later)

20 years agoremove uneccessary check (already done in pidfile.c)
Russ Dill [Wed, 19 May 2004 07:46:23 +0000 (07:46 -0000)]
remove uneccessary check (already done in pidfile.c)

20 years agofix memory leak caused by switch to vfork
Russ Dill [Wed, 19 May 2004 07:45:47 +0000 (07:45 -0000)]
fix memory leak caused by switch to vfork

20 years agoUse int instead of char for return type, in theory avoiding a cast
Glenn L McGrath [Sun, 16 May 2004 02:35:49 +0000 (02:35 -0000)]
Use int instead of char for return type, in theory avoiding a cast

20 years agoFix for debian bug #248106, should use int for returned getopt value.
Glenn L McGrath [Mon, 10 May 2004 08:59:17 +0000 (08:59 -0000)]
Fix for debian bug #248106, should use int for returned getopt value.

20 years agoSteve Grubb writes:
Eric Andersen [Wed, 5 May 2004 19:39:21 +0000 (19:39 -0000)]
Steve Grubb writes:

Hi,

I just re-reviewed the patch I just sent...and it needed to be BUFSIZ-3 in
dos2unix.c . tempFn is BUFSIZ so the last addressable spot it BUFSIZ-1. The loop
increments by 2. That's why it should be BUFSIZ-3.

Best Regards,
Steve Grubb

20 years agoSteve Grubb writes:
Eric Andersen [Wed, 5 May 2004 10:37:49 +0000 (10:37 -0000)]
Steve Grubb writes:

Hello,

I found and patched 2 more bugs. The first is a misplaced semi-colon. The second
one is a buffer overflow. I doubt the buffer overflow is triggered in real life.
But you never know what those wily hackers are up to.

Thanks,
Steve Grubb

20 years agoSteve Grubb writes:
Eric Andersen [Wed, 5 May 2004 07:05:32 +0000 (07:05 -0000)]
Steve Grubb writes:

Hello,

Last November a bug was found in iproute. CAN-2003-0856 has more information.
Basically, netlink packets can come from any user. If a program performs action
based on netlink packets, they must be examined to make sure they came from the
place they are expected (the kernel).

Attached is a patch against pre8. Please apply this before releasing 1.00 final.
All users of busy box may be vulnerable to local attacks without it.

Best Regards,
Steve Grubb

20 years agoFix size command, safe_strtoul gives and error if the \r is left in, the
Glenn L McGrath [Tue, 4 May 2004 10:43:34 +0000 (10:43 -0000)]
Fix size command, safe_strtoul gives and error if the \r is left in, the
RFC spec says the \r should be there.
This fix is the same as a recent wget fix

20 years agoAdd part of a patch from Vernon Sauder that i missed a while back
Glenn L McGrath [Sun, 2 May 2004 08:38:53 +0000 (08:38 -0000)]
Add part of a patch from Vernon Sauder that i missed a while back

20 years agoUpdate dpkg-deb usage to match current practices
Glenn L McGrath [Sun, 2 May 2004 03:01:08 +0000 (03:01 -0000)]
Update dpkg-deb usage to match current practices

20 years agoThis patch makes the id command SuS3 compliant and provides a groups
Glenn L McGrath [Sat, 1 May 2004 11:47:24 +0000 (11:47 -0000)]
This patch makes the id command SuS3 compliant and provides a groups
applet via an alias to id.
 - Add G option
 - Pedantic option checking
 - If effective group and user differs from the real one show both.
id.
 - Alias id -Gn to groups applet

20 years agoDo not use getpass(3)
Eric Andersen [Sat, 1 May 2004 01:27:30 +0000 (01:27 -0000)]
Do not use getpass(3)

20 years agoRe-add the TODO list, mention tr
Glenn L McGrath [Sat, 1 May 2004 00:49:49 +0000 (00:49 -0000)]
Re-add the TODO list, mention tr

20 years agoBugfixes
Glenn L McGrath [Fri, 30 Apr 2004 23:09:39 +0000 (23:09 -0000)]
Bugfixes
1) a non NULL terminated buffer that can mess up output, spotted by Ian
Latter
2) in miscutils/strings.c: get rid of useless pointer dereference in
third part of for(;;), spotted by Larry Doolittle
3) bug when reading from a pipe and being invoked as strings
"cat Readme | strings" is broken
"cat Readme | busybox strings" works
spotted by Ian Latter and fixed by Tito.

20 years agoFix symlink handling and small memory leak
Glenn L McGrath [Thu, 29 Apr 2004 09:24:19 +0000 (09:24 -0000)]
Fix symlink handling and small memory leak

20 years agoThomas Koeller writes:
Eric Andersen [Mon, 26 Apr 2004 19:32:49 +0000 (19:32 -0000)]
Thomas Koeller writes:

    Hi,

    the following output is from BusyBox 1.0.0-pre10:

    ~ # ip link help
    ip: Command "help" is unknown, try "ip link help".

    tk

This patch fixes it by removing the advertisements for
the "ip blah help" stuff that is not implemented.

20 years agoSync my tasks with AUTHORS file
Glenn L McGrath [Sun, 25 Apr 2004 06:05:14 +0000 (06:05 -0000)]
Sync my tasks with AUTHORS file

20 years agoUpdate my email address, document some of my tasks in the AUTHORS file
Glenn L McGrath [Sun, 25 Apr 2004 05:11:19 +0000 (05:11 -0000)]
Update my email address, document some of my tasks in the AUTHORS file

20 years agoThis sed patch can only be described as "duh". Stat the source file, chmod
Eric Andersen [Wed, 21 Apr 2004 00:57:14 +0000 (00:57 -0000)]
This sed patch can only be described as "duh".  Stat the source file, chmod
the _destination_ file.  (Ah hah!  That works _much_ better...)  I
implemented the behavior, I just forgot to test this corner of it.  My fault,
sorry...

No, gnu sed -i doesn't preverve ownership information.  I checked.
Permissions, yes, ownership info, no.

Rob

20 years agoSo I'm building a linux from scratch system, using a working script to do this
Eric Andersen [Wed, 21 Apr 2004 00:56:22 +0000 (00:56 -0000)]
So I'm building a linux from scratch system, using a working script to do this
that the _only_ change to is that gnu sed has been replaced with busybox sed.
And ncurses' install phase hangs.  I trace it down, and it's trying to run
gawk.  (Insert obligatory doubletake, but this is FSF code we're talking
about, so...)

It turns out gawk shells out to sed, ala "sed -f /tmp/blah file.h".  The
/tmp/blah file is basically empty (it contains one character, a newline).  So
basically, gawk is using sed as "cat".  With gnu sed, it works like cat,
anyway.

With busybox sed, it tests if its command list is empty after parsing the
command line, and if the list is empty it takes the first file argument as a
sed command string, and if that leaves the file list empty it tries to read
the data to operate on from stdin.  (Hence the hang, since nothing's coming
in on stdin...)

It _should_ be testing whether there were any instances of -f or -e, not
whether it actually got any commands.  Using sed as cat may be kind of
stupid, but it's valid and gawk relies on this behavior.

Here's a patch to fix it, turning a couple of ints into chars in hopes of
saving a bit of the space this adds.  Comments?

Rob

20 years agoDont try and preserve hard links to directories.
Glenn L McGrath [Mon, 19 Apr 2004 12:28:02 +0000 (12:28 -0000)]
Dont try and preserve hard links to directories.
The linux kernel doesnt allow hard links to directories, SUS says its
implementation specific.
cramfs gives empty directories and 0 length files the same node it
makies it difficult to distinguish from hard links.

20 years agoAdd two fundamental tests for copying directories
Glenn L McGrath [Sun, 18 Apr 2004 13:35:56 +0000 (13:35 -0000)]
Add two fundamental tests for copying directories

20 years agoThats odd. I guess this was cut-n-paste error, but vodz
Eric Andersen [Fri, 16 Apr 2004 15:02:10 +0000 (15:02 -0000)]
Thats odd.  I guess this was cut-n-paste error, but vodz
email address was wrong!

20 years agoUpdate Acronis and Belkin
Eric Andersen [Thu, 15 Apr 2004 19:16:28 +0000 (19:16 -0000)]
Update Acronis and Belkin

20 years agoSteven Scholz writes:
Eric Andersen [Wed, 14 Apr 2004 17:59:21 +0000 (17:59 -0000)]
Steven Scholz writes:

Hi there,

the "-h" option of httpd is not described in the usage text.

Please find the attached patch.

Thanks.

Steven

20 years agoremove a warning
Eric Andersen [Wed, 14 Apr 2004 17:57:11 +0000 (17:57 -0000)]
remove a warning

20 years agoLarry Doolittle writes:
Eric Andersen [Wed, 14 Apr 2004 17:51:38 +0000 (17:51 -0000)]
Larry Doolittle writes:

This is a bulk spelling fix patch against busybox-1.00-pre10.
If anyone gets a corrupted copy (and cares), let me know and
I will make alternate arrangements.

Erik - please apply.

Authors - please check that I didn't corrupt any meaning.

Package importers - see if any of these changes should be
passed to the upstream authors.

I glossed over lots of sloppy capitalizations, missing apostrophes,
mixed American/British spellings, and German-style compound words.

What is "pretect redefined for test" in cmdedit.c?

Good luck on the 1.00 release!

      - Larry

20 years agobump version, prepare for -pre10 1_00_pre10
Eric Andersen [Tue, 13 Apr 2004 19:38:17 +0000 (19:38 -0000)]
bump version, prepare for -pre10

20 years agoFix incorrect ipcalc usage text
Eric Andersen [Tue, 13 Apr 2004 19:27:20 +0000 (19:27 -0000)]
Fix incorrect ipcalc usage text

20 years agoslightly clean the whacked out formatting
Eric Andersen [Tue, 13 Apr 2004 19:25:57 +0000 (19:25 -0000)]
slightly clean the whacked out formatting

20 years agoFix several problems with start-stop-daemon, add -m support
Eric Andersen [Tue, 13 Apr 2004 18:28:46 +0000 (18:28 -0000)]
Fix several problems with start-stop-daemon, add -m support

20 years agoPut the glibc nss junk back at the end
Eric Andersen [Tue, 13 Apr 2004 16:31:41 +0000 (16:31 -0000)]
Put the glibc nss junk back at the end

20 years agoSigh. The patch from David Anders (prpplague) broke standard
Eric Andersen [Mon, 12 Apr 2004 22:49:06 +0000 (22:49 -0000)]
Sigh.  The patch from David Anders (prpplague) broke standard
securetty files since the /dev was not stripped.

20 years agoWolfgang Denk writes:
Eric Andersen [Mon, 12 Apr 2004 21:41:29 +0000 (21:41 -0000)]
Wolfgang Denk writes:

He,

there is a bug in HUSH's handling of "if" / "elif" commands:

        $  if true
        > then
        > echo 1
        > elif
        > true
        > then
        > echo 2
        > elif
        > true
        > then
        > echo 3
        > else
        > echo 4
        > fi
        1
        2
        3
        $

The same bug exists in all versions of HUSH from BB v0.60.x up to and
including v1.00-pre9. The attached patch fixes this:

        $ if true
        > then
        > echo 1
        > elif
        > true
        > then
        > echo 2
        > elif
        > true
        > then
        > echo 3
        > else
        > echo 4
        > fi
        1
        $

Best regards,

Wolfgang Denk

20 years agoEric Spakman noticed that ifdown' will attempt to run 'ifconfig'
Eric Andersen [Mon, 12 Apr 2004 20:57:17 +0000 (20:57 -0000)]
Eric Spakman noticed that ifdown' will attempt to run 'ifconfig'
even if built with CONFIG_FEATURE_IFUPDOWN_IP when shutting down
a dhcp connection.

20 years agoSilly me
Eric Andersen [Mon, 12 Apr 2004 19:21:54 +0000 (19:21 -0000)]
Silly me

20 years agoAs reported by Quy Tonthat, init has problems with inittab's that
Eric Andersen [Mon, 12 Apr 2004 19:17:13 +0000 (19:17 -0000)]
As reported by Quy Tonthat, init has problems with inittab's that
contain only actions sysinit/wait/once. It does not clean up zombies
in that case.

20 years agoPeter Milne writes:
Eric Andersen [Mon, 12 Apr 2004 19:12:13 +0000 (19:12 -0000)]
Peter Milne writes:

Just upgraded from 0.6 to 1.00-pre8

Dot command handling handled args correctly (same as bash) in 0.60,
but failed in 1.00:

I fixed this by reverting the dotcmd function back to previous 0.60
instantiation,
please consider using the older version.

Thanks

Peter

20 years agoJamie Guinan writes:
Eric Andersen [Mon, 12 Apr 2004 17:59:24 +0000 (17:59 -0000)]
Jamie Guinan writes:

It looks like latest uClibc defines ARCH_HAS_MMU, but a few busybox files
test UCLIBC_HAS_MMU, resulting in vfork() getting called instead of
fork(), etc.

Patch below.   Only tested for lash.

Cheers,
-Jamie

20 years agoAdd an extra link
Eric Andersen [Mon, 12 Apr 2004 15:23:19 +0000 (15:23 -0000)]
Add an extra link

20 years agoPatch from Rob Landley to fix sed documentation.
Eric Andersen [Mon, 12 Apr 2004 15:12:06 +0000 (15:12 -0000)]
Patch from Rob Landley to fix sed documentation.
The -i option was not documented, and in genereal
the formatting was a bit ugly.

20 years ago"Mac OS X" is how it is written on the Apple website
Eric Andersen [Mon, 12 Apr 2004 15:05:10 +0000 (15:05 -0000)]
"Mac OS X" is how it is written on the Apple website

20 years agoFix spelling. "sort of" is two words.
Eric Andersen [Mon, 12 Apr 2004 15:03:51 +0000 (15:03 -0000)]
Fix spelling.  "sort of" is two words.

20 years agomake mount ignore -n when CONFIG_FEATURE_MTAB_SUPPORT is disabled
Eric Andersen [Mon, 12 Apr 2004 15:02:53 +0000 (15:02 -0000)]
make mount ignore -n when CONFIG_FEATURE_MTAB_SUPPORT is disabled

20 years agoFix compile error if CONFIG_FEATURE_IP_ADDR isnt enabled
Glenn L McGrath [Mon, 12 Apr 2004 02:35:44 +0000 (02:35 -0000)]
Fix compile error if CONFIG_FEATURE_IP_ADDR isnt enabled

20 years agoFix up conditional compile of files needed by ip applets
Glenn L McGrath [Mon, 12 Apr 2004 02:22:39 +0000 (02:22 -0000)]
Fix up conditional compile of files needed by ip applets

20 years agoAdd a comment explaining why we have to check for an extra \n
Glenn L McGrath [Fri, 9 Apr 2004 06:59:05 +0000 (06:59 -0000)]
Add a comment explaining why we have to check for an extra \n

20 years agoFix ftp resume
Glenn L McGrath [Thu, 8 Apr 2004 10:27:11 +0000 (10:27 -0000)]
Fix ftp resume
Terminate returned message at <CRLF> so strtoul returns without error

20 years agoVladimir N. Oleynik writes:
Eric Andersen [Wed, 7 Apr 2004 17:59:04 +0000 (17:59 -0000)]
Vladimir N. Oleynik writes:

Hi.

Last changes (rev 1.12) to recursive_actions() by Christian Grigis
have problem.
Test for demonstrate:

$ mkdir aaa bbb ccc
$ su
# chown root bbb
# chmod 700 bbb
# exit
$ busybox chmod 777 -R .
./bbb: Permision denied

But "./ccc" mode not changed. Previous variant works fine,
errors skiped and continued recursion.

--w
vodz