<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32, branch 1_00_rc3</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=1_00_rc3</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=1_00_rc3'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2004-08-16T10:29:29+00:00</updated>
<entry>
<title>Prepare for release</title>
<updated>2004-08-16T10:29:29+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2004-08-16T10:29:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=b36900c4b458eb369a0c292bf3d798f5ebc0866a'/>
<id>urn:sha1:b36900c4b458eb369a0c292bf3d798f5ebc0866a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump version</title>
<updated>2004-08-16T10:23:33+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2004-08-16T10:23:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=85ae1bb67dc35479e672ce9bae6f593a54b2678a'/>
<id>urn:sha1:85ae1bb67dc35479e672ce9bae6f593a54b2678a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Only pass modprobe module params with 2.6.x kernel support.</title>
<updated>2004-08-16T10:22:34+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2004-08-16T10:22:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=e3a792c80c9f9e12585dcf106fc336b75d782f41'/>
<id>urn:sha1:e3a792c80c9f9e12585dcf106fc336b75d782f41</id>
<content type='text'>
 -Erik
</content>
</entry>
<entry>
<title>Do not use vfork, as init is not vfork safe.  Do not allow</title>
<updated>2004-08-16T09:29:42+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2004-08-16T09:29:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=1f50e84283df7ac846f5abf8789fc253d60caf9c'/>
<id>urn:sha1:1f50e84283df7ac846f5abf8789fc253d60caf9c</id>
<content type='text'>
askfirst when mmuless.
</content>
</entry>
<entry>
<title>Bertrand Baudet writes:</title>
<updated>2004-08-16T09:07:39+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2004-08-16T09:07:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=88e38ca2fba03379ef386aff287d871c062a2ae7'/>
<id>urn:sha1:88e38ca2fba03379ef386aff287d871c062a2ae7</id>
<content type='text'>
Looks like the -D and -H options of the adduser applet aren't handle
properly in BusyBox.

This patch fixes the masks definition for those options according to
there position in the optstring.

Patch against RC2 but should also apply cleanly against CVS.

Bertrand
</content>
</entry>
<entry>
<title>Joe.C writes:</title>
<updated>2004-08-16T08:38:34+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2004-08-16T08:38:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=acd647c8774a556d0df77e6779867f9fa069cd22'/>
<id>urn:sha1:acd647c8774a556d0df77e6779867f9fa069cd22</id>
<content type='text'>
 This bug is in busybox 1.0.0-rc2. When using lash exec
builtin with redirection, the opened file fd keep increasing.
For example, please try the following command with lash.


ls -al /proc/&lt;lash pid&gt;/fd
exec /bin/sh 2&gt;/dev/null
ls -al /proc/&lt;lash pid&gt;/fd

  The last 'ls' command output will look like this. The fd
number 4 shouldn't exist.

lrwx------    1 501      100         64 Aug 13 13:56 4 -&gt; /dev/pts/5
l-wx------    1 501      100         64 Aug 13 13:56 2 -&gt; /dev/null
lrwx------    1 501      100         64 Aug 13 13:56 1 -&gt; /dev/pts/5
lrwx------    1 501      100         64 Aug 13 13:56 0 -&gt; /dev/pts/5
dr-xr-xr-x    3 501      100          0 Aug 13 13:56 ..
dr-x------    2 501      100          0 Aug 13 13:56 .

  This one-line patch fix this problem by setting CLOEXEC flag for
squirrel fd. Please apply.

Joe.C
</content>
</entry>
<entry>
<title>Use __kernel_old_dev_t for 2.6.x kernels</title>
<updated>2004-08-16T08:36:28+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2004-08-16T08:36:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=0722513497aac2836e9af79cde65705a61de8752'/>
<id>urn:sha1:0722513497aac2836e9af79cde65705a61de8752</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Aurelien Jacobs writes:</title>
<updated>2004-08-16T08:29:44+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2004-08-16T08:29:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=cf6ef0571122d99f45adb782f1181c7abca61ce3'/>
<id>urn:sha1:cf6ef0571122d99f45adb782f1181c7abca61ce3</id>
<content type='text'>
with a quick conversion you will see that 132608 == 0x20600
so noticed that the elif will never be matched !
Apparently there was already a try to modify this in CVS which
was reverted (it was plain wrong).

I don't know when __kernel_old_dev_t is needed, but with a 2.6.7
or a 2.6.8 this is __kernel_dev_t wich is needed.

I corrected this with the following patch but maybe older 2.6
still need __kernel_old_dev_t ?

I think this should be corrected before 1.0.

Thanks
Aurel
</content>
</entry>
<entry>
<title>Christian Ostheimer writes:</title>
<updated>2004-08-14T20:57:33+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2004-08-14T20:57:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=beaef16315166deec3ee4eba425f4f58542c9491'/>
<id>urn:sha1:beaef16315166deec3ee4eba425f4f58542c9491</id>
<content type='text'>
Hello,

function build_dep in modprobe.c assumes that dependencies of one module
have not more than 255 chars;
that is not sufficient in kernel 2.6.7 (alsa sound modules). - Below is
a diff that solves the problem for me.

With regards, Christian Ostheimer
</content>
</entry>
<entry>
<title>Patch from solar to fix problems with get_name()</title>
<updated>2004-08-12T16:52:00+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2004-08-12T16:52:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=9940e081c92ccf6e2ac172021b73663330c6167d'/>
<id>urn:sha1:9940e081c92ccf6e2ac172021b73663330c6167d</id>
<content type='text'>
</content>
</entry>
</feed>
