<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/console-tools, 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>2011-06-05T01:58:28+00:00</updated>
<entry>
<title>*: remove "Options:" string from help texts</title>
<updated>2011-06-05T01:58:28+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2011-06-05T01:58:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=66426760beef7e87c4735f433d123daf911b5b4a'/>
<id>urn:sha1:66426760beef7e87c4735f433d123daf911b5b4a</id>
<content type='text'>
function                                             old     new   delta
packed_usage                                       28706   28623     -83

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>setconsole: open console for writing rather than reading</title>
<updated>2011-05-28T23:51:33+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-05-26T15:51:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=8dc6195c97e6bfc70a0158bce40c87d74d1a83d6'/>
<id>urn:sha1:8dc6195c97e6bfc70a0158bce40c87d74d1a83d6</id>
<content type='text'>
The console passed to TIOCCONS has to be writable, otherwise future
console writes will fail.

This presumably used to work, but in current kernels (see
drivers/tty/tty_io.c:redirected_tty_write) console writes are sent to
vfs_write(device), which checks if the device is writable. A quick look
in the linux git history doesn't show any recent changes to either tty_io
or vfs_write.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>move remaining help text from include/usage.src.h</title>
<updated>2011-04-11T01:29:49+00:00</updated>
<author>
<name>Pere Orga</name>
<email>gotrunks@gmail.com</email>
</author>
<published>2011-04-11T01:29:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=5bc8c005a8e15c43285bc595a8d404de67a482ac'/>
<id>urn:sha1:5bc8c005a8e15c43285bc595a8d404de67a482ac</id>
<content type='text'>
Signed-off-by: Pere Orga &lt;gotrunks@gmail.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>move help text from include/usage.src.h to console-tools/*.c</title>
<updated>2011-03-28T00:51:01+00:00</updated>
<author>
<name>Pere Orga</name>
<email>gotrunks@gmail.com</email>
</author>
<published>2011-03-27T21:42:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=55068c478ee8e8c058b0c9e37ce0ca57612c95b1'/>
<id>urn:sha1:55068c478ee8e8c058b0c9e37ce0ca57612c95b1</id>
<content type='text'>
Signed-off-by: Pere Orga &lt;gotrunks@gmail.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>use user's shell instead of hardwired "/bin/sh" (android needs this)</title>
<updated>2011-03-08T20:00:36+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2011-03-08T20:00:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=681efe20d327e9e6774b174a617d66bbb9d21f48'/>
<id>urn:sha1:681efe20d327e9e6774b174a617d66bbb9d21f48</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>showkey: make showkey -a work on any stdin</title>
<updated>2011-02-27T06:16:44+00:00</updated>
<author>
<name>Harald Becker</name>
<email>ralda@gmx.de</email>
</author>
<published>2011-02-27T06:16:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=9beb68e3e2dc1c6f457acfb307cfed73cce65cd9'/>
<id>urn:sha1:9beb68e3e2dc1c6f457acfb307cfed73cce65cd9</id>
<content type='text'>
function                                             old     new   delta
showkey_main                                         496     513     +17

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>Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"</title>
<updated>2011-02-26T21:24:08+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2011-02-26T21:24:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=e3b1a1fd28558f7a1b3c0ec33313bedb675be8a1'/>
<id>urn:sha1:e3b1a1fd28558f7a1b3c0ec33313bedb675be8a1</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>reset: "ESC(K" selects German, why do we use THAT? Change to "ESC(B" (US)</title>
<updated>2011-02-10T09:18:22+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2011-02-10T09:18:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=b2f00ac22a24b68e74978d04f443cfa01c665fe9'/>
<id>urn:sha1:b2f00ac22a24b68e74978d04f443cfa01c665fe9</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>getty: explain every bit in termios; remove redundant stuff in termios_final</title>
<updated>2011-01-26T02:26:38+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2011-01-26T02:26:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=d8494934a7b7cb8063282b03a6b996c9b7cec42a'/>
<id>urn:sha1:d8494934a7b7cb8063282b03a6b996c9b7cec42a</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>whitespace cleanup</title>
<updated>2010-10-29T09:46:52+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>dvlasenk@redhat.com</email>
</author>
<published>2010-10-29T09:46:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=fb132e47370378474c68ad22c1c0cb2ccee178de'/>
<id>urn:sha1:fb132e47370378474c68ad22c1c0cb2ccee178de</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</content>
</entry>
</feed>
