<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/scripts, branch 1_20_1</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=1_20_1</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=1_20_1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2012-04-20T12:48:00+00:00</updated>
<entry>
<title>fix build breakage found by randconfig</title>
<updated>2012-04-20T12:48:00+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2012-04-20T12:48:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=8cab66730aa59c121eb98b20f4ae7ddda1c3ecf6'/>
<id>urn:sha1:8cab66730aa59c121eb98b20f4ae7ddda1c3ecf6</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>bloat-o-meter: Remove unused code</title>
<updated>2012-03-30T17:50:39+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2012-03-30T17:50:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=25dbb0743e58fc91ecb7ff5c793c5519eec45494'/>
<id>urn:sha1:25dbb0743e58fc91ecb7ff5c793c5519eec45494</id>
<content type='text'>
The regex matching is way slower, so remove it since it was disabled
anyway.

Signed-off-by: Bernhard Reutner-Fischer &lt;rep.dot.nop@gmail.com&gt;
</content>
</entry>
<entry>
<title>bloat-o-meter: handle huge (hex) sizes.</title>
<updated>2012-03-30T17:26:40+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2012-03-30T17:14:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=b1b70969e06658555d07d5cab40fb8a70c251e1b'/>
<id>urn:sha1:b1b70969e06658555d07d5cab40fb8a70c251e1b</id>
<content type='text'>
dynamic symbols with size &gt;99999 are printed in hex.
see print_vma(psym-&gt;st_size, DEC_5)

Signed-off-by: Bernhard Reutner-Fischer &lt;rep.dot.nop@gmail.com&gt;
</content>
</entry>
<entry>
<title>gen_build_files.sh: exclude hidden directories</title>
<updated>2012-01-30T01:34:56+00:00</updated>
<author>
<name>Paulius Zaleckas</name>
<email>paulius.zaleckas@gmail.com</email>
</author>
<published>2012-01-30T01:34:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=1c7724bf2acb6ebe28b24bd6da3b740e716b46cf'/>
<id>urn:sha1:1c7724bf2acb6ebe28b24bd6da3b740e716b46cf</id>
<content type='text'>
I am using quilt to manage patches internally. Quilt creates dir .pc
and stores unmodified files there. Since I made change in one of
Config.src quilt made a copy in .pc/xxx.patch/xxx/Config.src. When
I run make it calls gen_build_files.sh and it generates
.pc/xxx.patch/xxx/Config.in. Now when I want to pop patch quilt
thinks I have made changes to original xxx/Config.in.

IMO the best solution is just to ignore hidden directories in
gen_build_files.sh. This also results in shorter build time in case
busybox is under git/svn versioning, since it avoids searching
many directories for Config.src.

Signed-off-by: Paulius Zaleckas &lt;paulius.zaleckas@gmail.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>gen_build_files.sh: simplify "print everything up to INSERT line" part</title>
<updated>2011-10-19T19:17:20+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2011-10-19T19:17:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=4ea37d62c2b90e360a97c43ffdb10afabaac46d9'/>
<id>urn:sha1:4ea37d62c2b90e360a97c43ffdb10afabaac46d9</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>gen_build_files: don't pass 200k+ strings as params. Closes 4321</title>
<updated>2011-10-19T15:54:42+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2011-10-19T15:54:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=efd08bfa0adab3ae299be7abdd45161a15804a3b'/>
<id>urn:sha1:efd08bfa0adab3ae299be7abdd45161a15804a3b</id>
<content type='text'>
Also removes one grep per generated file.

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>suppress "warning: implicit declaration of function 'alloca'"</title>
<updated>2011-09-15T08:37:04+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2011-09-15T08:37:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=dd1eb413f28a2a8b5768056e1967e87b2363dc32'/>
<id>urn:sha1:dd1eb413f28a2a8b5768056e1967e87b2363dc32</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>bloat-o-meter: don't require that pythin is in /usr/bin.</title>
<updated>2011-07-08T08:56:58+00:00</updated>
<author>
<name>Lauri Kasanen</name>
<email>curaga@operamail.com</email>
</author>
<published>2011-07-08T08:56:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=98f213ed7940d70a5ba7ea502469e51da8b0a2b0'/>
<id>urn:sha1:98f213ed7940d70a5ba7ea502469e51da8b0a2b0</id>
<content type='text'>
Signed-off-by: Lauri Kasanen &lt;curaga@operamail.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>Support configuring Busybox from _defconfig files</title>
<updated>2011-07-08T05:59:16+00:00</updated>
<author>
<name>Daniel Fandrich</name>
<email>dan@coneharvesters.com</email>
</author>
<published>2011-07-08T05:59:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=126f2b2853502a7e74e73c11b86a25510a76b9c0'/>
<id>urn:sha1:126f2b2853502a7e74e73c11b86a25510a76b9c0</id>
<content type='text'>
The existing test .config files are moved to configs/ and renamed
to *_defconfig. 'make xyz_defconfig' will enable the
configuration in that specific file.

Signed-off-by: Daniel Fandrich &lt;dan@coneharvesters.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>pam link error with SHARED_BUSYBOX and LIBBUSYBOX enabled</title>
<updated>2011-05-08T23:42:12+00:00</updated>
<author>
<name>Steve Iribarne</name>
<email>siribarne@grid-net.com</email>
</author>
<published>2011-05-08T23:42:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=ed607a87e042bd0470c21244db814d599e2bce4f'/>
<id>urn:sha1:ed607a87e042bd0470c21244db814d599e2bce4f</id>
<content type='text'>
Signed-off-by: Steve Iribarne &lt;siribarne@grid-net.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
</feed>
