<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/modutils, branch 0_52</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=0_52</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=0_52'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2001-06-28T21:36:06+00:00</updated>
<entry>
<title>Fix a nasty hard to spot bug found by Ralph Siemsen &lt;ralphs@netwinder.org&gt;.</title>
<updated>2001-06-28T21:36:06+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-06-28T21:36:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=66ca9480c8878285af3c1fceb526d592d1390579'/>
<id>urn:sha1:66ca9480c8878285af3c1fceb526d592d1390579</id>
<content type='text'>
This would cause it to obliterates the end of the strtab section, so
symbol lookups would fail and then it would crash.  Ugh.  This should
fix things for people having trouble with insmod.
</content>
</entry>
<entry>
<title>For m68k, use __mc68000__ (not __m68k__ ), since that is what the</title>
<updated>2001-06-19T15:00:52+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-06-19T15:00:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=b4a26e6fc09e9dd14ca206f8d9ed2c6e8976df1b'/>
<id>urn:sha1:b4a26e6fc09e9dd14ca206f8d9ed2c6e8976df1b</id>
<content type='text'>
various m68k compilers seem to actually use...
 -Erik
</content>
</entry>
<entry>
<title>Fix up some signed char vs int issues that show up on powerpc.</title>
<updated>2001-05-24T14:16:28+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-05-24T14:16:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=5a9d441b2cfb4f3614971f918bb69b5e7a5ea2c9'/>
<id>urn:sha1:5a9d441b2cfb4f3614971f918bb69b5e7a5ea2c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This patch from Bernhard Kuhn &lt;kuhn@lpr.e-technik.tu-muenchen.de&gt; is based on</title>
<updated>2001-05-21T16:09:18+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-05-21T16:09:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=8ae319a32228dff15f4b9696deb5883fb242f024'/>
<id>urn:sha1:8ae319a32228dff15f4b9696deb5883fb242f024</id>
<content type='text'>
the work of Jinux Kim on his "babobox" (derived from busybox-0.42), and enables
kernel module loading and unloading for uClinux/m68k.
</content>
</entry>
<entry>
<title>A compromise solution for insmod</title>
<updated>2001-05-14T20:03:04+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-05-14T20:03:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=2416dfc3c9398aaeb37cf31df667784b8f1fe563'/>
<id>urn:sha1:2416dfc3c9398aaeb37cf31df667784b8f1fe563</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Follow symbolic links when searching for modules.</title>
<updated>2001-05-14T18:27:25+00:00</updated>
<author>
<name>Matt Kraai</name>
<email>kraai@debian.org</email>
</author>
<published>2001-05-14T18:27:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=94964660445e941db0ae9df0d20cf9c92fc15ef4'/>
<id>urn:sha1:94964660445e941db0ae9df0d20cf9c92fc15ef4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Per suggestion from Vladimir, eliminate check_wildcard_match(), which</title>
<updated>2001-05-14T17:07:32+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-05-14T17:07:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=14d354312a9d49a8b410516c20be57159af217a5'/>
<id>urn:sha1:14d354312a9d49a8b410516c20be57159af217a5</id>
<content type='text'>
was only being used by insmod these days.

Also, I spent a minute adjusting insmod so that it first searches
/lib/modules/`uname -r` and then (if that fails) searches /lib/modules,
which makes bb insmod behave much more like the real insmod, and should
avoid nasty surprises (such as the recent "Modutils vs. Busybox..."
thread).
 -Erik
</content>
</entry>
<entry>
<title>A fix from Larry for a corner case where insmod could end up</title>
<updated>2001-04-26T19:29:58+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-04-26T19:29:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=7f3b86e7bf64a7ad787fdcf71cb7b8ba88865f6c'/>
<id>urn:sha1:7f3b86e7bf64a7ad787fdcf71cb7b8ba88865f6c</id>
<content type='text'>
doing an xrealloc(0).
</content>
</entry>
<entry>
<title>Some more cleanups for insmod from Larry.</title>
<updated>2001-04-25T17:22:32+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-04-25T17:22:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=4f4bcfcd1a3b57317f601eeca5c61ed8916468f6'/>
<id>urn:sha1:4f4bcfcd1a3b57317f601eeca5c61ed8916468f6</id>
<content type='text'>
 -Erik
</content>
</entry>
<entry>
<title>Several cleanups from Larry.</title>
<updated>2001-04-24T21:41:41+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-04-24T21:41:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=f227815c3ac12cabf3037dccd3dc9c9054c93bf8'/>
<id>urn:sha1:f227815c3ac12cabf3037dccd3dc9c9054c93bf8</id>
<content type='text'>
</content>
</entry>
</feed>
