<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/miscutils, branch 1_00_pre4</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=1_00_pre4</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=1_00_pre4'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2003-11-30T23:46:06+00:00</updated>
<entry>
<title>Patch from Tito, size optimisation, cleanup noise when in debugging</title>
<updated>2003-11-30T23:46:06+00:00</updated>
<author>
<name>Glenn L McGrath</name>
<email>bug1@ihug.co.nz</email>
</author>
<published>2003-11-30T23:46:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=3860b2ebd6ad9c68a087c2addd1f1c592aaeaee9'/>
<id>urn:sha1:3860b2ebd6ad9c68a087c2addd1f1c592aaeaee9</id>
<content type='text'>
mode, adds support for MODLOAD keyword in devfsd.conf, provides a
cleaned up version of example/devfsd.conf
</content>
</entry>
<entry>
<title>Correct Matteo's email address</title>
<updated>2003-11-28T22:55:03+00:00</updated>
<author>
<name>Glenn L McGrath</name>
<email>bug1@ihug.co.nz</email>
</author>
<published>2003-11-28T22:55:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=5be6a200f073cf7e84d501a8b8a7accdf7c5ce02'/>
<id>urn:sha1:5be6a200f073cf7e84d501a8b8a7accdf7c5ce02</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Patch from Steven Scholz to send the output from 'time'</title>
<updated>2003-11-07T21:39:14+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2003-11-07T21:39:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=2849209db20289f5486a602b2c42630ee6b5ae7d'/>
<id>urn:sha1:2849209db20289f5486a602b2c42630ee6b5ae7d</id>
<content type='text'>
to stderr, rather than stdout, so that things like

~ # time bunzip2 -c /tmp/test.bz2 &gt; /dev/null
real    0m 29.44s
user    0m 29.30s
sys     0m 0.12s

operate as expected.
</content>
</entry>
<entry>
<title>the dc applet now needs libm</title>
<updated>2003-10-22T22:29:08+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2003-10-22T22:29:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=2053a8c74747fcbfb7f4836ee71d6775ac7c4a25'/>
<id>urn:sha1:2053a8c74747fcbfb7f4836ee71d6775ac7c4a25</id>
<content type='text'>
 -Erik
</content>
</entry>
<entry>
<title>Goetz Bock writes:</title>
<updated>2003-10-22T11:24:39+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2003-10-22T11:24:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=a92877403ac522d17602ae24782b44a99a268539'/>
<id>urn:sha1:a92877403ac522d17602ae24782b44a99a268539</id>
<content type='text'>
Dear list,

during my quest do pack busybox into an RPM, I've fixed a small bug
(missing \n) in dc's usage. And added two additional operations: mod and
exp/power.

Feel free to drop them.
</content>
</entry>
<entry>
<title>last_patch116 from vodz:</title>
<updated>2003-10-22T10:56:47+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2003-10-22T10:56:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=a48b0a3af71958c1cea6389893371664a47b1a39'/>
<id>urn:sha1:a48b0a3af71958c1cea6389893371664a47b1a39</id>
<content type='text'>
Stephane,

&gt;Using busybox+uclibc, crond syslog messages look like:
&gt;
&gt;Oct  9 09:04:46 soekris cron.notice crond[347]: ^Icrond 2.3.2 dillon,
&gt;started, log level 8

Thanks for testing.

&gt;The attached patch corrects the problem.

Your patch is not correct.
Correct patch attached.

Also. Last patch have
- add "Broken pipe" message to ash.c
- busybox ash synced with dash_0.4.18

--w
vodz
</content>
</entry>
<entry>
<title>Tito writes:</title>
<updated>2003-10-22T10:10:50+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2003-10-22T10:10:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=5289969f08d64b6208c5db1049612ea7f9618080'/>
<id>urn:sha1:5289969f08d64b6208c5db1049612ea7f9618080</id>
<content type='text'>
Hi to all,
I'm sorry but  I didn't spot this big fat bug until now,
Matteo Croce emailed me about it.
Please apply this patch as the devfsd applet is broken
and works only on a system booted with a standard devfsd
( the test I mostly did :-(   ), but if used at boot time
it DOESN'T WORK.

Thanks in advance and please apply
Tito
</content>
</entry>
<entry>
<title>Andreas Mohr writes:</title>
<updated>2003-10-22T09:58:56+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2003-10-22T09:58:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=88c916bdec7d444198f067529637b4a616ad3efe'/>
<id>urn:sha1:88c916bdec7d444198f067529637b4a616ad3efe</id>
<content type='text'>
the busybox menuconfig triggered my "inacceptable number of spelling mistakes"
upper level, so I decided to make a patch ;-)

I also improved some wording to describe some things in a better way.

Many thanks for an incredible piece of software!

Andreas Mohr, random OSS developer
</content>
</entry>
<entry>
<title>old gcc</title>
<updated>2003-10-17T18:54:55+00:00</updated>
<author>
<name>Tim Riker</name>
<email>tim@rikers.org</email>
</author>
<published>2003-10-17T18:54:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=6fe55ae93983946b266ff18c5411d3e3ff9469b4'/>
<id>urn:sha1:6fe55ae93983946b266ff18c5411d3e3ff9469b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not use kernel headers</title>
<updated>2003-10-09T21:02:23+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2003-10-09T21:02:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=2af70005b9ca97fa45cf2531a1a63e50a40efb37'/>
<id>urn:sha1:2af70005b9ca97fa45cf2531a1a63e50a40efb37</id>
<content type='text'>
</content>
</entry>
</feed>
