<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/scripts, branch stty</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=stty</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=stty'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2016-07-07T13:58:55+00:00</updated>
<entry>
<title>Merge branch 'busybox' into merge</title>
<updated>2016-07-07T13:58:55+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2016-07-07T13:28:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=613f46218c53c8cabdbf0435653e74e0e0e91e1c'/>
<id>urn:sha1:613f46218c53c8cabdbf0435653e74e0e0e91e1c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build system: make CONFIG_FEATURE_USE_BSS_TAIL less funky</title>
<updated>2016-06-29T13:00:52+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2016-06-29T13:00:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=5b8c89d1f270909d1a0201478236de6ed89c8ca4'/>
<id>urn:sha1:5b8c89d1f270909d1a0201478236de6ed89c8ca4</id>
<content type='text'>
CONFIG_FEATURE_USE_BSS_TAIL code was aliasing bb_common_bufsiz1 to _end.
This is unreliable: _end may be not sufficiently aligned.

Change code to simply enlarge COMMON_BUFSIZE when we detect that _end
has significant amount of space to the end of page.

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>scripts/trylink: libbusybox fix</title>
<updated>2016-06-20T10:23:35+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2016-06-20T10:23:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=ea9ebc011b3ee9b86b00646b91e73bb860d340b4'/>
<id>urn:sha1:ea9ebc011b3ee9b86b00646b91e73bb860d340b4</id>
<content type='text'>
gcc 6.1.1 can emit empty line with spaces

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>randomconfig fixes 2</title>
<updated>2016-06-19T19:54:04+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2016-06-19T19:54:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=bb0bf287d8fcb59a7d44661681576f77845dedbc'/>
<id>urn:sha1:bb0bf287d8fcb59a7d44661681576f77845dedbc</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>randomconfig fixes</title>
<updated>2016-06-19T16:15:33+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2016-06-19T16:15:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=015db5800ca7c6dd2d201eacb2951e72e6782b30'/>
<id>urn:sha1:015db5800ca7c6dd2d201eacb2951e72e6782b30</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'busybox' into merge</title>
<updated>2016-05-16T08:33:03+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2016-05-16T08:33:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=35d2f5bccb0f3dde600702ebcdb5424d4d50be4a'/>
<id>urn:sha1:35d2f5bccb0f3dde600702ebcdb5424d4d50be4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>generate_BUFSIZ.sh: yet another tweak</title>
<updated>2016-04-24T12:13:35+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2016-04-24T12:13:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=4c8fa34417fd2ccdda6a8ea508a3f1e7fb1d4ceb'/>
<id>urn:sha1:4c8fa34417fd2ccdda6a8ea508a3f1e7fb1d4ceb</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>scripts/trylink: document DATA_SEGMENT_ALIGN() hack</title>
<updated>2016-04-22T00:00:04+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2016-04-22T00:00:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=663d1da1e68b15397c00d6a094f78c2cf08358ea'/>
<id>urn:sha1:663d1da1e68b15397c00d6a094f78c2cf08358ea</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>generate_BUFSIZ.sh: catch BUFSIZE &lt; 1024 also on "big" builds</title>
<updated>2016-04-21T22:24:53+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2016-04-21T22:24:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=7ff24bd5fb37c58d9e41743a910df147357dda61'/>
<id>urn:sha1:7ff24bd5fb37c58d9e41743a910df147357dda61</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>build system: fix generate_BUFSIZ.sh to not alternate 1k and malloc builds</title>
<updated>2016-04-21T21:52:35+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2016-04-21T21:52:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=d7b502c05911e1cf1d4fc31be71f3abccd0927a5'/>
<id>urn:sha1:d7b502c05911e1cf1d4fc31be71f3abccd0927a5</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
</feed>
