<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/console-tools, branch wip</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=wip</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=wip'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2010-04-19T16:35:26+00:00</updated>
<entry>
<title>Config.in: mark all applets POSIX only</title>
<updated>2010-04-19T16:35:26+00:00</updated>
<author>
<name>Nguyễn Thái Ngọc Duy</name>
<email>pclouds@gmail.com</email>
</author>
<published>2010-04-17T18:56:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=07c3f3802d68880825052fb7902534bd31dc3f05'/>
<id>urn:sha1:07c3f3802d68880825052fb7902534bd31dc3f05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clean up redundant, commented-out and misplaced includes</title>
<updated>2010-04-01T13:09:44+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-04-01T13:09:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=5342c3f3106b4afa2a76d3173f4827c4b8236da8'/>
<id>urn:sha1:5342c3f3106b4afa2a76d3173f4827c4b8236da8</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>loadfont/setfont: optional PSF2 font support</title>
<updated>2010-02-21T12:10:26+00:00</updated>
<author>
<name>Harald Becker</name>
<email>ralda@gmx.de</email>
</author>
<published>2010-02-21T12:10:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=8ce1dc03c1b2b61e51527b987579c09c991cc4b2'/>
<id>urn:sha1:8ce1dc03c1b2b61e51527b987579c09c991cc4b2</id>
<content type='text'>
Signed-off-by: Harald Becker &lt;ralda@gmx.de&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>*: suppress ~60% of "aliased warnings" on gcc-4.4.1</title>
<updated>2010-02-04T14:00:15+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-02-04T14:00:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=98a4c7cf3d799ab953cb77e8b34597c73e3e7335'/>
<id>urn:sha1:98a4c7cf3d799ab953cb77e8b34597c73e3e7335</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>*: make 2 more "int argc"'s unused; more saved if !DESKTOP</title>
<updated>2010-01-04T12:16:08+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-01-04T12:16:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=a355da07756e529c112249653ed5af0e2d910728'/>
<id>urn:sha1:a355da07756e529c112249653ed5af0e2d910728</id>
<content type='text'>
function                                             old     new   delta
sync_main                                             18      20      +2
tty_main                                              90      87      -3
iprule_list                                           83      79      -4

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>*: remove a few more cases of argc usage. -89 bytes.</title>
<updated>2009-11-28T14:18:53+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-11-28T14:18:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=e992bae6f9adf3718c6263a36c004ead1c7272a8'/>
<id>urn:sha1:e992bae6f9adf3718c6263a36c004ead1c7272a8</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>tidy up O_NONBLOCK usage. use libbb functions in stty.</title>
<updated>2009-11-11T20:05:42+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-11-11T20:05:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=ab19ede65595f6c0daba1e9b6c7c0a2ede341fec'/>
<id>urn:sha1:ab19ede65595f6c0daba1e9b6c7c0a2ede341fec</id>
<content type='text'>
Added O_RDONLY where improves readability. Note: O_RDONLY == 0,
so it is there even if not specified.

function                                             old     new   delta
stty_main                                           1289    1235     -54

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>add and use xopen_nonblocking (-18b)</title>
<updated>2009-10-27T16:17:34+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2009-10-26T22:27:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=a48308701a4d89d7cc0d0557cfabaec94a0bb3b0'/>
<id>urn:sha1:a48308701a4d89d7cc0d0557cfabaec94a0bb3b0</id>
<content type='text'>
Signed-off-by: Bernhard Reutner-Fischer &lt;rep.dot.nop@gmail.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS</title>
<updated>2009-06-19T10:10:38+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-06-19T10:10:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=f3b92d385695aecefd93d5f199be1f64270c2687'/>
<id>urn:sha1:f3b92d385695aecefd93d5f199be1f64270c2687</id>
<content type='text'>
Signed-off-by: Colin Watson &lt;cjwatson@ubuntu.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>Fix forgotten license comments</title>
<updated>2008-12-07T00:52:58+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-12-07T00:52:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=db12d1d733ab7de0c5f4cda261eb79fd334a4ed9'/>
<id>urn:sha1:db12d1d733ab7de0c5f4cda261eb79fd334a4ed9</id>
<content type='text'>
</content>
</entry>
</feed>
