Eric Andersen [Wed, 26 May 2004 17:17:39 +0000 (17:17 -0000)]
Update U.S. Robotics and Actiontec entries
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.
Eric Andersen [Wed, 26 May 2004 12:06:38 +0000 (12:06 -0000)]
oops
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
Eric Andersen [Wed, 26 May 2004 11:50:37 +0000 (11:50 -0000)]
Use tab not space
Eric Andersen [Wed, 26 May 2004 11:48:29 +0000 (11:48 -0000)]
Make the grep option values a bit less horrible
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
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
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/
Eric Andersen [Wed, 26 May 2004 10:26:10 +0000 (10:26 -0000)]
Use STDIN_FILENO rather than '0'
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
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:
Eric Andersen [Wed, 26 May 2004 09:46:41 +0000 (09:46 -0000)]
Patch from vodz to correct 'grep -e pattern1 -e pattern2' logic
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
Eric Andersen [Wed, 19 May 2004 11:06:20 +0000 (11:06 -0000)]
Do not select LFS
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
Russ Dill [Wed, 19 May 2004 09:18:04 +0000 (09:18 -0000)]
use busybox sysinfo struct
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
Eric Andersen [Wed, 19 May 2004 08:54:28 +0000 (08:54 -0000)]
Fix a compile problem
Russ Dill [Wed, 19 May 2004 08:29:05 +0000 (08:29 -0000)]
fix timewarp in client (server fix later)
Russ Dill [Wed, 19 May 2004 07:46:23 +0000 (07:46 -0000)]
remove uneccessary check (already done in pidfile.c)
Russ Dill [Wed, 19 May 2004 07:45:47 +0000 (07:45 -0000)]
fix memory leak caused by switch to vfork
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
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.
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
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
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
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
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
Glenn L McGrath [Sun, 2 May 2004 03:01:08 +0000 (03:01 -0000)]
Update dpkg-deb usage to match current practices
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
Eric Andersen [Sat, 1 May 2004 01:27:30 +0000 (01:27 -0000)]
Do not use getpass(3)
Glenn L McGrath [Sat, 1 May 2004 00:49:49 +0000 (00:49 -0000)]
Re-add the TODO list, mention tr
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.
Glenn L McGrath [Thu, 29 Apr 2004 09:24:19 +0000 (09:24 -0000)]
Fix symlink handling and small memory leak
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.
Glenn L McGrath [Sun, 25 Apr 2004 06:05:14 +0000 (06:05 -0000)]
Sync my tasks with 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
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
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
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.
Glenn L McGrath [Sun, 18 Apr 2004 13:35:56 +0000 (13:35 -0000)]
Add two fundamental tests for copying directories
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!
Eric Andersen [Thu, 15 Apr 2004 19:16:28 +0000 (19:16 -0000)]
Update Acronis and Belkin
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
Eric Andersen [Wed, 14 Apr 2004 17:57:11 +0000 (17:57 -0000)]
remove a warning
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
Eric Andersen [Tue, 13 Apr 2004 19:38:17 +0000 (19:38 -0000)]
bump version, prepare for -pre10
Eric Andersen [Tue, 13 Apr 2004 19:27:20 +0000 (19:27 -0000)]
Fix incorrect ipcalc usage text
Eric Andersen [Tue, 13 Apr 2004 19:25:57 +0000 (19:25 -0000)]
slightly clean the whacked out formatting
Eric Andersen [Tue, 13 Apr 2004 18:28:46 +0000 (18:28 -0000)]
Fix several problems with start-stop-daemon, add -m support
Eric Andersen [Tue, 13 Apr 2004 16:31:41 +0000 (16:31 -0000)]
Put the glibc nss junk back at the end
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.
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
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.
Eric Andersen [Mon, 12 Apr 2004 19:21:54 +0000 (19:21 -0000)]
Silly me
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.
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
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
Eric Andersen [Mon, 12 Apr 2004 15:23:19 +0000 (15:23 -0000)]
Add an extra link
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.
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
Eric Andersen [Mon, 12 Apr 2004 15:03:51 +0000 (15:03 -0000)]
Fix spelling. "sort of" is two words.
Eric Andersen [Mon, 12 Apr 2004 15:02:53 +0000 (15:02 -0000)]
make mount ignore -n when CONFIG_FEATURE_MTAB_SUPPORT is disabled
Glenn L McGrath [Mon, 12 Apr 2004 02:35:44 +0000 (02:35 -0000)]
Fix compile error if CONFIG_FEATURE_IP_ADDR isnt enabled
Glenn L McGrath [Mon, 12 Apr 2004 02:22:39 +0000 (02:22 -0000)]
Fix up conditional compile of files needed by ip applets
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
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
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
Eric Andersen [Wed, 7 Apr 2004 16:59:59 +0000 (16:59 -0000)]
Add the Tritton Technologies NAS120
Eric Andersen [Wed, 7 Apr 2004 15:07:55 +0000 (15:07 -0000)]
Document insmod -o
Eric Andersen [Wed, 7 Apr 2004 14:19:41 +0000 (14:19 -0000)]
Update for release
Eric Andersen [Wed, 7 Apr 2004 14:19:26 +0000 (14:19 -0000)]
Update changelog for release
Eric Andersen [Wed, 7 Apr 2004 14:07:27 +0000 (14:07 -0000)]
Fix url
Eric Andersen [Wed, 7 Apr 2004 14:02:40 +0000 (14:02 -0000)]
Minor update
Eric Andersen [Wed, 7 Apr 2004 12:57:15 +0000 (12:57 -0000)]
Mention Acronis PartitionExpert
Eric Andersen [Wed, 7 Apr 2004 12:26:57 +0000 (12:26 -0000)]
More doc updates
Eric Andersen [Wed, 7 Apr 2004 10:34:16 +0000 (10:34 -0000)]
Add an example inetd.conf file
Eric Andersen [Wed, 7 Apr 2004 09:34:27 +0000 (09:34 -0000)]
Remove the CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN option. It was sortof
stupid and didn't work properly anyways.
Eric Andersen [Wed, 7 Apr 2004 09:17:14 +0000 (09:17 -0000)]
Update the default config
Eric Andersen [Tue, 6 Apr 2004 17:58:37 +0000 (17:58 -0000)]
Bump version to -pre9
Eric Andersen [Tue, 6 Apr 2004 17:53:09 +0000 (17:53 -0000)]
Fix buffalo url
Eric Andersen [Tue, 6 Apr 2004 17:52:02 +0000 (17:52 -0000)]
Yet more doc updates
Eric Andersen [Tue, 6 Apr 2004 17:16:36 +0000 (17:16 -0000)]
Yet more doc cleanups. Many thanks to Robert P. J. Day for
kindly reviewing the existing docs and providing helpful feedback.
Eric Andersen [Tue, 6 Apr 2004 16:59:43 +0000 (16:59 -0000)]
Seem not many people are using 'ipaddr' since it has
never worked.... Most people use 'ip addr foo' I suppose.
Eric Andersen [Tue, 6 Apr 2004 16:56:00 +0000 (16:56 -0000)]
Fix indenting
Eric Andersen [Tue, 6 Apr 2004 16:36:20 +0000 (16:36 -0000)]
yet-more doc updates and cleanups
Eric Andersen [Tue, 6 Apr 2004 15:39:20 +0000 (15:39 -0000)]
Yet more doc updates
Eric Andersen [Tue, 6 Apr 2004 15:26:25 +0000 (15:26 -0000)]
Eliminate all trace of the sgml based docs. It was a noble effort,
but it just never worked out...
Eric Andersen [Tue, 6 Apr 2004 15:19:52 +0000 (15:19 -0000)]
Fix it so build dependancies actually work and do something useful
Eric Andersen [Tue, 6 Apr 2004 14:28:35 +0000 (14:28 -0000)]
Fix it so usage is _always_ in sync with applets.c. Previously,
broken depends allowed these to get out of sync.
Eric Andersen [Tue, 6 Apr 2004 12:06:03 +0000 (12:06 -0000)]
Michael Tokarev, mjt at tls dot msk dot ru writes:
Fix parsing of all tag-value pairs (in modules.conf in particular).
Without this fix, code chokes badly on lines where either value or
both tag+value are missing, like bare
alias
line, or alias w/o the value like
alias some-module
(syntactically incorrect, but no need for coredumps either).
Eric Andersen [Tue, 6 Apr 2004 12:05:04 +0000 (12:05 -0000)]
Michael Tokarev, mjt at tls dot msk dot ru writes:
alias 'off' parsing fix.
It is not
alias off module
it is
alias module off
Eric Andersen [Tue, 6 Apr 2004 12:04:14 +0000 (12:04 -0000)]
Michael Tokarev, mjt at tls dot msk dot ru writes:
Initialize all fields of struct dep_t.
Without that, e.g. `busybox modprobe -v char-major-10-144' *sometimes*
fails this way (strace):
write(1, "insmod nvram `\213\f\10\n", 21) = 21
Note the garbage after module name which is taken from the m_options field,
which is not initialized in the alias reading/parsing part.
(Shell properly complains to this command, telling it can't find the
closing backtick)
Eric Andersen [Tue, 6 Apr 2004 11:56:26 +0000 (11:56 -0000)]
Christian Grigis, christian.grigis at smartdata dot ch writes:
Hello everyone,
Busybox's insmod fails to locate a module when that module is the only one
existing in the /lib/modules directory (with a unique name).
Example:
# find /lib/modules/ -type f
/lib/modules/kernel/drivers/char/bios.o
# insmod bios
insmod: bios.o: no module by that name found
# touch /lib/modules/dummy
# find /lib/modules/ -type f
/lib/modules/kernel/drivers/char/bios.o
/lib/modules/dummy
# insmod bios
Using /lib/modules/kernel/drivers/char/bios.o
As long as there is another file in the /lib/modules directory, insmod
finds it OK.
I tracked the problem down to 'check_module_name_match()' in insmod.c:
It returns TRUE when a match is found, and FALSE otherwise. In the case
where there is only one module in the /lib/modules directory (or more that
one module, but all with the same name), 'recursive_action()' will return
TRUE and we end up on line 4196 in 'insmod.c' which returns an error.
[The reason it works with more than one module with different
names is that in this case there will always be one not matching,
'recursive_action()' will return FALSE and we end up in line 4189.]
Now, from the implementation of 'recursive_action()' and from other
usages of it (tar.c, etc.), it seems to me that FALSE should be returned
to indicate that we want to stop the recursion, so TRUE and FALSE should
be inverted in 'check_module_name_match()'.
At the same time, 'recursive_action()' continues to recurse even after
the recursive call has returned FALSE; again in my understanding and
other usages of it, we can safely stop recursing at this point.
Here is my patch against 1.00-pre8:
Eric Andersen [Tue, 6 Apr 2004 11:51:45 +0000 (11:51 -0000)]
Yet more 'make allyesconfig' adjustments
Eric Andersen [Tue, 6 Apr 2004 11:46:56 +0000 (11:46 -0000)]
Make 'allyesconfig' be a bit less stupid
Eric Andersen [Tue, 6 Apr 2004 11:34:02 +0000 (11:34 -0000)]
Minor tar test update
Eric Andersen [Tue, 6 Apr 2004 11:10:50 +0000 (11:10 -0000)]
Simplify, make formatting better match the procps version
Eric Andersen [Tue, 6 Apr 2004 11:10:30 +0000 (11:10 -0000)]
Kill off the old 'tests' stuff. Write a ton of new tests for the
'testsuite' dir. Fix a bunch of broken tests. Fix the testsuite
'runtest' script so it actually reports all failures and provides
meaningful feedback.
-Erik