<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/modutils, branch 1_4_2</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=1_4_2</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=1_4_2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2006-12-31T18:57:37+00:00</updated>
<entry>
<title>stop using __u32 etc. uint32_t is there for a reason</title>
<updated>2006-12-31T18:57:37+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2006-12-31T18:57:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=98ee06d3d46aa7f89c204681c7075b53300a6a6e'/>
<id>urn:sha1:98ee06d3d46aa7f89c204681c7075b53300a6a6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>next bunch of fixes for bugs found by randconfig</title>
<updated>2006-12-30T18:42:29+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2006-12-30T18:42:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=6a5dc5d75a1368464fc7e085aa1f1d4c453d27cd'/>
<id>urn:sha1:6a5dc5d75a1368464fc7e085aa1f1d4c453d27cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>done a dozen of randconfig test. guess what? ALL failed...</title>
<updated>2006-12-30T17:57:03+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2006-12-30T17:57:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=3bba545a54addf59b63a003e7ada03fd8b29b5ba'/>
<id>urn:sha1:3bba545a54addf59b63a003e7ada03fd8b29b5ba</id>
<content type='text'>
these are resulting fixes
</content>
</entry>
<entry>
<title>style fixes</title>
<updated>2006-12-26T10:42:51+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2006-12-26T10:42:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=bf0a201008671f81c107de72c026b1b84967561d'/>
<id>urn:sha1:bf0a201008671f81c107de72c026b1b84967561d</id>
<content type='text'>
last xcalloc replaced by xzalloc
</content>
</entry>
<entry>
<title>remove casts from xmalloc()</title>
<updated>2006-12-19T23:36:04+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2006-12-19T23:36:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=b95636c52fbb058a39548bcbc4e86456ebbd7b7b'/>
<id>urn:sha1:b95636c52fbb058a39548bcbc4e86456ebbd7b7b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>style cleanup: return(a) -&gt; return a, part 2</title>
<updated>2006-11-27T16:49:55+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2006-11-27T16:49:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=d9e15f206840219bb0f39c912a42fdcf8cbcaed6'/>
<id>urn:sha1:d9e15f206840219bb0f39c912a42fdcf8cbcaed6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>style cleanup: return(a) -&gt; return a, part 1</title>
<updated>2006-11-27T16:49:31+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2006-11-27T16:49:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=079f8afa0a16112cbaf7012c82b38b7358b82141'/>
<id>urn:sha1:079f8afa0a16112cbaf7012c82b38b7358b82141</id>
<content type='text'>
</content>
</entry>
<entry>
<title>insmod: set STRVERSIONLEN = 64, convert #ifdef CONFIG to #if ENABLE,</title>
<updated>2006-11-21T14:12:53+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2006-11-21T14:12:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=3aa2d51cd6649911a84e943845237009f03efed6'/>
<id>urn:sha1:3aa2d51cd6649911a84e943845237009f03efed6</id>
<content type='text'>
stop using CONFIG_ prefix for non-config-system variables
</content>
</entry>
<entry>
<title>insmod_ng_main: -80 bytes. Stopp mmapping, use xmalloc_open_read_close().</title>
<updated>2006-11-21T11:58:14+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2006-11-21T11:58:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=9229794ab33fa510a5896784958b90f87bef6876'/>
<id>urn:sha1:9229794ab33fa510a5896784958b90f87bef6876</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rodata cleanup. "unable to" == "cannot". -300 bytes</title>
<updated>2006-11-18T22:04:09+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2006-11-18T22:04:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=89f0b3486dfea233e6000f9af95b39a3ea7fd96e'/>
<id>urn:sha1:89f0b3486dfea233e6000f9af95b39a3ea7fd96e</id>
<content type='text'>
</content>
</entry>
</feed>
