<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/init, 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>2007-01-03T02:56:00+00:00</updated>
<entry>
<title>convert calloc to xzalloc</title>
<updated>2007-01-03T02:56:00+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-01-03T02:56:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=9b1381fd2fb7179f731709542507015799f90a51'/>
<id>urn:sha1:9b1381fd2fb7179f731709542507015799f90a51</id>
<content type='text'>
fix sleep-on-die option
</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>introduce LONE_CHAR (optimized strcmp with one-char string)</title>
<updated>2006-12-21T13:23:14+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2006-12-21T13:23:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=bf66fbc8e2380717c1fab860cfc60c78582839dd'/>
<id>urn:sha1:bf66fbc8e2380717c1fab860cfc60c78582839dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>PID should be stored in pid_t, not int or long.</title>
<updated>2006-11-01T09:16:49+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2006-11-01T09:16:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=35fb51272863c8723a40e59d2024c7f4c9ec8946'/>
<id>urn:sha1:35fb51272863c8723a40e59d2024c7f4c9ec8946</id>
<content type='text'>
find_pid_by_name() was returning 0 or -1 in last array element,
but -1 was never checked. We can use just 0 intead.
</content>
</entry>
<entry>
<title>reshuffle libbb.h contents so that order of decls makes sense</title>
<updated>2006-10-27T09:05:02+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2006-10-27T09:05:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=dca0b707c0f0998670f8e69600cc30d94e9b217b'/>
<id>urn:sha1:dca0b707c0f0998670f8e69600cc30d94e9b217b</id>
<content type='text'>
Found bad typo in largefile support :)
</content>
</entry>
<entry>
<title>message string changes, mostly for consistency, also -32 bytes in .rodata</title>
<updated>2006-10-20T13:28:22+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2006-10-20T13:28:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=e1a0d486e4804eae098571f1a6788394c2ee51ae'/>
<id>urn:sha1:e1a0d486e4804eae098571f1a6788394c2ee51ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add open_read_close() and similar stuff</title>
<updated>2006-10-14T02:23:43+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2006-10-14T02:23:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=ea62077b850076c4d7dc3cf78ebd1888928c6ddf'/>
<id>urn:sha1:ea62077b850076c4d7dc3cf78ebd1888928c6ddf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>attempt to regularize atoi mess.</title>
<updated>2006-10-08T12:49:22+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2006-10-08T12:49:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=1385899416a4396385ad421ae1f532be7103738a'/>
<id>urn:sha1:1385899416a4396385ad421ae1f532be7103738a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build system overhaul</title>
<updated>2006-10-05T10:17:08+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2006-10-05T10:17:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=7d219aab70e6951ab82c27c202cac05016696723'/>
<id>urn:sha1:7d219aab70e6951ab82c27c202cac05016696723</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bb_applet_name -&gt; applet_name</title>
<updated>2006-10-03T21:00:43+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2006-10-03T21:00:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=8f8f268cfdecb4cabeb2e649a73afc7a485aeff5'/>
<id>urn:sha1:8f8f268cfdecb4cabeb2e649a73afc7a485aeff5</id>
<content type='text'>
</content>
</entry>
</feed>
