<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>HelenOS &#x2013; //trunk/uspace/srv/console/console.c</title><description>WebSVN RSS feed &#x2013; HelenOS</description><lastBuildDate>Fri, 03 Apr 2026 19:28:39 +0200</lastBuildDate><generator>WebSVN 2.8.4</generator><language>en</language><link>https://historic.helenos.org/log.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;max=40&amp;peg=4728</link><atom:link href="https://historic.helenos.org/rss.php?path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;peg=4728&amp;repname=HelenOS" rel="self" type="application/rss+xml" />
<item><pubDate>Sun, 02 Aug 2009 20:51:49 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 4680 – Fix some warnings.</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 7 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fix some warnings.&lt;/div&gt;~ /trunk/uspace/app/tester/thread/thread1.c&lt;br /&gt;~ /trunk/uspace/app/tetris/shapes.c&lt;br /&gt;~ /trunk/uspace/app/tetris/tetris.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/vfs/vfs.c&lt;br /&gt;~ /trunk/uspace/srv/console/console.c&lt;br /&gt;~ /trunk/uspace/srv/devmap/devmap.c&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_ops.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4680&amp;peg=4728</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4680&amp;peg=4728</guid></item>
<item><pubDate>Tue, 14 Jul 2009 23:25:13 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 4644 – Method for getting console color capabilities. Use to fix invisible ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 10 file(s) modified&lt;/strong&gt;&lt;br/&gt;Method for getting console color capabilities. Use to fix invisible tetris pieces.&lt;/div&gt;~ /trunk/contrib/conf/mips32-gx.sh&lt;br /&gt;~ /trunk/uspace/app/tetris/screen.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/io/console.c&lt;br /&gt;~ /trunk/uspace/lib/libc/include/io/console.h&lt;br /&gt;~ /trunk/uspace/lib/libc/include/ipc/console.h&lt;br /&gt;~ /trunk/uspace/lib/libc/include/ipc/fb.h&lt;br /&gt;~ /trunk/uspace/srv/console/console.c&lt;br /&gt;~ /trunk/uspace/srv/fb/ega.c&lt;br /&gt;~ /trunk/uspace/srv/fb/fb.c&lt;br /&gt;~ /trunk/uspace/srv/fb/serial_console.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4644&amp;peg=4728</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4644&amp;peg=4728</guid></item>
<item><pubDate>Sun, 28 Jun 2009 15:43:15 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 4584 – Separate the VFS input and output protocols.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 13 file(s) modified&lt;/strong&gt;&lt;br/&gt;Separate the VFS input and output protocols.&lt;/div&gt;~ /trunk/uspace/app/trace/trace.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/vfs/vfs.c&lt;br /&gt;~ /trunk/uspace/lib/libc/include/ipc/console.h&lt;br /&gt;~ /trunk/uspace/lib/libc/include/ipc/vfs.h&lt;br /&gt;~ /trunk/uspace/lib/libfs/libfs.c&lt;br /&gt;~ /trunk/uspace/srv/console/console.c&lt;br /&gt;~ /trunk/uspace/srv/fs/devfs/devfs.c&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat.c&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs.c&lt;br /&gt;~ /trunk/uspace/srv/vfs/vfs.c&lt;br /&gt;~ /trunk/uspace/srv/vfs/vfs_lookup.c&lt;br /&gt;~ /trunk/uspace/srv/vfs/vfs_node.c&lt;br /&gt;~ /trunk/uspace/srv/vfs/vfs_ops.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4584&amp;peg=4728</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4584&amp;peg=4728</guid></item>
<item><pubDate>Fri, 26 Jun 2009 17:06:48 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 4571 – Do not use the pending mechanism in console.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Do not use the pending mechanism in console.&lt;/div&gt;~ /trunk/uspace/srv/console/console.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4571&amp;peg=4728</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4571&amp;peg=4728</guid></item>
<item><pubDate>Mon, 15 Jun 2009 23:51:50 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 4542 – Handle pending input using only one fibril. Relax serialization in ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Handle pending input using only one fibril.&lt;br /&gt;
Relax serialization in console, keep your fingers crossed.&lt;br /&gt;
Do not create a new &quot;pending&quot; fibril after each received call.&lt;/div&gt;~ /trunk/uspace/lib/libc/generic/async.c&lt;br /&gt;~ /trunk/uspace/lib/libc/include/async.h&lt;br /&gt;~ /trunk/uspace/srv/console/console.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4542&amp;peg=4728</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4542&amp;peg=4728</guid></item>
<item><pubDate>Mon, 15 Jun 2009 20:50:11 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 4538 – Revert clandestine removal of delayed cursor position update by c4456.</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Revert clandestine removal of delayed cursor position update by c4456.&lt;/div&gt;~ /trunk/uspace/srv/console/console.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4538&amp;peg=4728</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4538&amp;peg=4728</guid></item>
<item><pubDate>Mon, 08 Jun 2009 15:42:15 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 4509 – rename libadt -&gt; adt</title><description>&lt;div&gt;&lt;strong&gt;decky – 39 file(s) modified&lt;/strong&gt;&lt;br/&gt;rename libadt -&gt; adt&lt;/div&gt;~ /trunk/uspace/app/trace/ipcp.c&lt;br /&gt;~ /trunk/uspace/app/trace/proto.c&lt;br /&gt;~ /trunk/uspace/app/trace/proto.h&lt;br /&gt;~ /trunk/uspace/lib/libblock/libblock.c&lt;br /&gt;~ /trunk/uspace/lib/libblock/libblock.h&lt;br /&gt;+ /trunk/uspace/lib/libc/generic/adt &lt;i&gt;(copied from /trunk/uspace/lib/libc/generic/libadt@4508)&lt;/i&gt;&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/adt/hash_table.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/adt/list.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/async.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/fibril.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/io/io.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/ipc.c&lt;br /&gt;x /trunk/uspace/lib/libc/generic/libadt&lt;br /&gt;+ /trunk/uspace/lib/libc/include/adt &lt;i&gt;(copied from /trunk/uspace/lib/libc/include/libadt@4508)&lt;/i&gt;&lt;br /&gt;~ /trunk/uspace/lib/libc/include/adt/hash_table.h&lt;br /&gt;~ /trunk/uspace/lib/libc/include/fibril.h&lt;br /&gt;~ /trunk/uspace/lib/libc/include/ipc/devmap.h&lt;br /&gt;x /trunk/uspace/lib/libc/include/libadt&lt;br /&gt;~ /trunk/uspace/lib/libc/include/stdio.h&lt;br /&gt;~ /trunk/uspace/lib/libc/Makefile&lt;br /&gt;~ /trunk/uspace/srv/console/console.c&lt;br /&gt;~ /trunk/uspace/srv/fs/devfs/devfs_ops.c&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_idx.c&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_ops.c&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs.h&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c&lt;br /&gt;~ /trunk/uspace/srv/kbd/genarch/gsp.c&lt;br /&gt;~ /trunk/uspace/srv/kbd/generic/kbd.c&lt;br /&gt;~ /trunk/uspace/srv/kbd/include/gsp.h&lt;br /&gt;~ /trunk/uspace/srv/kbd/Makefile&lt;br /&gt;~ /trunk/uspace/srv/ns/clonable.c&lt;br /&gt;~ /trunk/uspace/srv/ns/service.c&lt;br /&gt;~ /trunk/uspace/srv/ns/task.c&lt;br /&gt;~ /trunk/uspace/srv/vfs/vfs.c&lt;br /&gt;~ /trunk/uspace/srv/vfs/vfs.h&lt;br /&gt;~ /trunk/uspace/srv/vfs/vfs_lookup.c&lt;br /&gt;~ /trunk/uspace/srv/vfs/vfs_node.c&lt;br /&gt;~ /trunk/uspace/srv/vfs/vfs_ops.c&lt;br /&gt;~ /trunk/uspace/srv/vfs/vfs_register.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4509&amp;peg=4728</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4509&amp;peg=4728</guid></item>
<item><pubDate>Thu, 04 Jun 2009 20:06:29 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 4497 – no not disturb console initialization by connections</title><description>&lt;div&gt;&lt;strong&gt;decky – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;no not disturb console initialization by connections&lt;/div&gt;~ /trunk/uspace/srv/console/console.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4497&amp;peg=4728</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4497&amp;peg=4728</guid></item>
<item><pubDate>Thu, 04 Jun 2009 15:05:25 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 4494 – keep the kernel console intact as long as it is ...</title><description>&lt;div&gt;&lt;strong&gt;decky – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;keep the kernel console intact as long as it is possible (to be able to see any out-of-order errors)&lt;/div&gt;~ /trunk/uspace/srv/console/console.c&lt;br /&gt;~ /trunk/uspace/srv/console/gcons.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4494&amp;peg=4728</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4494&amp;peg=4728</guid></item>
<item><pubDate>Thu, 04 Jun 2009 13:54:02 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 4493 – add forgotten answer in case of an error</title><description>&lt;div&gt;&lt;strong&gt;decky – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;add forgotten answer in case of an error&lt;/div&gt;~ /trunk/uspace/srv/console/console.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4493&amp;peg=4728</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4493&amp;peg=4728</guid></item>
<item><pubDate>Wed, 03 Jun 2009 20:39:12 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 4456 – console server rewrite: use VFS_READ/VFS_WRITE for generic I/O, register separate ...</title><description>&lt;div&gt;&lt;strong&gt;decky – 6 file(s) modified&lt;/strong&gt;&lt;br/&gt;console server rewrite: use VFS_READ/VFS_WRITE for generic I/O, register separate virtual consoles using device mapper&lt;/div&gt;~ /trunk/uspace/srv/console/console.c&lt;br /&gt;~ /trunk/uspace/srv/console/gcons.c&lt;br /&gt;~ /trunk/uspace/srv/console/gcons.h&lt;br /&gt;~ /trunk/uspace/srv/console/Makefile&lt;br /&gt;~ /trunk/uspace/srv/console/screenbuffer.c&lt;br /&gt;~ /trunk/uspace/srv/console/screenbuffer.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4456&amp;peg=4728</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4456&amp;peg=4728</guid></item>
<item><pubDate>Thu, 21 May 2009 17:32:42 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 4421 – console cleanup (no functional changes)</title><description>&lt;div&gt;&lt;strong&gt;decky – 28 file(s) modified&lt;/strong&gt;&lt;br/&gt;console cleanup (no functional changes)&lt;/div&gt;x /trunk/uspace/srv/console/anim_1.ppm&lt;br /&gt;x /trunk/uspace/srv/console/anim_2.ppm&lt;br /&gt;x /trunk/uspace/srv/console/anim_3.ppm&lt;br /&gt;x /trunk/uspace/srv/console/anim_4.ppm&lt;br /&gt;~ /trunk/uspace/srv/console/console.c&lt;br /&gt;~ /trunk/uspace/srv/console/console.h&lt;br /&gt;x /trunk/uspace/srv/console/cons_has_data.ppm&lt;br /&gt;x /trunk/uspace/srv/console/cons_idle.ppm&lt;br /&gt;x /trunk/uspace/srv/console/cons_kernel.ppm&lt;br /&gt;x /trunk/uspace/srv/console/cons_selected.ppm&lt;br /&gt;~ /trunk/uspace/srv/console/gcons.c&lt;br /&gt;~ /trunk/uspace/srv/console/gcons.h&lt;br /&gt;+ /trunk/uspace/srv/console/gfx&lt;br /&gt;+ /trunk/uspace/srv/console/gfx/anim_1.ppm &lt;i&gt;(copied from /trunk/uspace/srv/console/anim_1.ppm@4420)&lt;/i&gt;&lt;br /&gt;+ /trunk/uspace/srv/console/gfx/anim_2.ppm &lt;i&gt;(copied from /trunk/uspace/srv/console/anim_2.ppm@4420)&lt;/i&gt;&lt;br /&gt;+ /trunk/uspace/srv/console/gfx/anim_3.ppm &lt;i&gt;(copied from /trunk/uspace/srv/console/anim_3.ppm@4420)&lt;/i&gt;&lt;br /&gt;+ /trunk/uspace/srv/console/gfx/anim_4.ppm &lt;i&gt;(copied from /trunk/uspace/srv/console/anim_4.ppm@4420)&lt;/i&gt;&lt;br /&gt;+ /trunk/uspace/srv/console/gfx/cons_has_data.ppm &lt;i&gt;(copied from /trunk/uspace/srv/console/cons_has_data.ppm@4420)&lt;/i&gt;&lt;br /&gt;+ /trunk/uspace/srv/console/gfx/cons_idle.ppm &lt;i&gt;(copied from /trunk/uspace/srv/console/cons_idle.ppm@4420)&lt;/i&gt;&lt;br /&gt;+ /trunk/uspace/srv/console/gfx/cons_kernel.ppm &lt;i&gt;(copied from /trunk/uspace/srv/console/cons_kernel.ppm@4420)&lt;/i&gt;&lt;br /&gt;+ /trunk/uspace/srv/console/gfx/cons_selected.ppm &lt;i&gt;(copied from /trunk/uspace/srv/console/cons_selected.ppm@4420)&lt;/i&gt;&lt;br /&gt;+ /trunk/uspace/srv/console/gfx/helenos.ppm &lt;i&gt;(copied from /trunk/uspace/srv/console/helenos.ppm@4420)&lt;/i&gt;&lt;br /&gt;+ /trunk/uspace/srv/console/gfx/nameic.ppm &lt;i&gt;(copied from /trunk/uspace/srv/console/nameic.ppm@4420)&lt;/i&gt;&lt;br /&gt;x /trunk/uspace/srv/console/helenos.ppm&lt;br /&gt;~ /trunk/uspace/srv/console/Makefile&lt;br /&gt;x /trunk/uspace/srv/console/nameic.ppm&lt;br /&gt;~ /trunk/uspace/srv/console/screenbuffer.c&lt;br /&gt;~ /trunk/uspace/srv/console/screenbuffer.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4421&amp;peg=4728</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4421&amp;peg=4728</guid></item>
<item><pubDate>Sun, 03 May 2009 11:01:19 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 4352 – Fix incorrect serialization in console, which could lead to the ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fix incorrect serialization in console, which could lead to the console server getting stuck.&lt;/div&gt;~ /trunk/uspace/srv/console/console.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4352&amp;peg=4728</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4352&amp;peg=4728</guid></item>
<item><pubDate>Sat, 25 Apr 2009 13:54:17 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 4329 – Stop userspace kbd driver from polling when switching to kcon. ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 15 file(s) modified&lt;/strong&gt;&lt;br/&gt;Stop userspace kbd driver from polling when switching to kcon. Also, fix swapped reversed enabling/disabling of polling in kernel sgcn and ski drivers.&lt;/div&gt;~ /trunk/kernel/arch/ia64/src/drivers/ski.c&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/drivers/sgcn.c&lt;br /&gt;~ /trunk/uspace/srv/console/console.c&lt;br /&gt;~ /trunk/uspace/srv/kbd/generic/kbd.c&lt;br /&gt;~ /trunk/uspace/srv/kbd/include/kbd.h&lt;br /&gt;~ /trunk/uspace/srv/kbd/include/kbd_port.h&lt;br /&gt;~ /trunk/uspace/srv/kbd/port/dummy.c&lt;br /&gt;~ /trunk/uspace/srv/kbd/port/gxemul.c&lt;br /&gt;~ /trunk/uspace/srv/kbd/port/i8042.c&lt;br /&gt;~ /trunk/uspace/srv/kbd/port/msim.c&lt;br /&gt;~ /trunk/uspace/srv/kbd/port/ns16550.c&lt;br /&gt;~ /trunk/uspace/srv/kbd/port/sgcn.c&lt;br /&gt;~ /trunk/uspace/srv/kbd/port/ski.c&lt;br /&gt;~ /trunk/uspace/srv/kbd/port/sun.c&lt;br /&gt;~ /trunk/uspace/srv/kbd/port/z8530.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4329&amp;peg=4728</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4329&amp;peg=4728</guid></item>
<item><pubDate>Fri, 24 Apr 2009 22:33:49 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 4326 – Use better method names.</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;Use better method names.&lt;/div&gt;~ /trunk/uspace/lib/libc/include/ipc/fb.h&lt;br /&gt;~ /trunk/uspace/srv/console/console.c&lt;br /&gt;~ /trunk/uspace/srv/fb/ega.c&lt;br /&gt;~ /trunk/uspace/srv/fb/fb.c&lt;br /&gt;~ /trunk/uspace/srv/fb/serial_console.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4326&amp;peg=4728</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4326&amp;peg=4728</guid></item>
<item><pubDate>Fri, 24 Apr 2009 22:24:41 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 4325 – Better switch to kcon on serial console -- relinquish/reclaim screen ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;Better switch to kcon on serial console -- relinquish/reclaim screen before/after switching to kcon.&lt;/div&gt;~ /trunk/uspace/lib/libc/include/ipc/fb.h&lt;br /&gt;~ /trunk/uspace/srv/console/console.c&lt;br /&gt;~ /trunk/uspace/srv/fb/ega.c&lt;br /&gt;~ /trunk/uspace/srv/fb/fb.c&lt;br /&gt;~ /trunk/uspace/srv/fb/serial_console.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4325&amp;peg=4728</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4325&amp;peg=4728</guid></item>
<item><pubDate>Fri, 24 Apr 2009 12:48:06 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 4321 – Clear the framebuffer when the new connection inherits the virtual ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Clear the framebuffer when the new connection inherits the virtual console after&lt;br /&gt;
exiting task.&lt;/div&gt;~ /trunk/uspace/srv/console/console.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4321&amp;peg=4728</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4321&amp;peg=4728</guid></item>
<item><pubDate>Sun, 05 Apr 2009 18:20:02 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 4240 – Primitive means of switching keyboard layout at run time. Use ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 15 file(s) modified&lt;/strong&gt;&lt;br/&gt;Primitive means of switching keyboard layout at run time. Use Ctrl+Fn, 1 = QWERTY, 2 = Dvorak, 3 = Czech. Remove compile-time option.&lt;/div&gt;~ /trunk/defaults/amd64/Makefile.config&lt;br /&gt;~ /trunk/defaults/arm32/Makefile.config&lt;br /&gt;~ /trunk/defaults/ia32/Makefile.config&lt;br /&gt;~ /trunk/defaults/ia64/Makefile.config&lt;br /&gt;~ /trunk/defaults/mips32/Makefile.config&lt;br /&gt;~ /trunk/defaults/ppc32/Makefile.config&lt;br /&gt;~ /trunk/defaults/sparc64/Makefile.config&lt;br /&gt;~ /trunk/HelenOS.config&lt;br /&gt;~ /trunk/uspace/srv/console/console.c&lt;br /&gt;~ /trunk/uspace/srv/kbd/generic/kbd.c&lt;br /&gt;~ /trunk/uspace/srv/kbd/include/layout.h&lt;br /&gt;~ /trunk/uspace/srv/kbd/layout/cz.c&lt;br /&gt;~ /trunk/uspace/srv/kbd/layout/us_dvorak.c&lt;br /&gt;~ /trunk/uspace/srv/kbd/layout/us_qwerty.c&lt;br /&gt;~ /trunk/uspace/srv/kbd/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4240&amp;peg=4728</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4240&amp;peg=4728</guid></item>
<item><pubDate>Sat, 04 Apr 2009 18:26:18 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 4232 – Use Unicode font in userspace.</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;Use Unicode font in userspace.&lt;/div&gt;~ /trunk/uspace/srv/console/console.c&lt;br /&gt;~ /trunk/uspace/srv/fb/fb.c&lt;br /&gt;~ /trunk/uspace/srv/fb/font-8x16.c&lt;br /&gt;~ /trunk/uspace/srv/fb/font-8x16.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4232&amp;peg=4728</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4232&amp;peg=4728</guid></item>
<item><pubDate>Fri, 03 Apr 2009 22:39:33 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 4226 – Character encoding/decoding un uspace. Partially fix klog application.</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 7 file(s) modified&lt;/strong&gt;&lt;br/&gt;Character encoding/decoding un uspace. Partially fix klog application.&lt;/div&gt;~ /trunk/kernel/generic/src/console/console.c&lt;br /&gt;~ /trunk/uspace/app/klog/klog.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/console.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/string.c&lt;br /&gt;~ /trunk/uspace/lib/libc/include/string.h&lt;br /&gt;~ /trunk/uspace/srv/console/console.c&lt;br /&gt;~ /trunk/uspace/srv/fb/fb.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4226&amp;peg=4728</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4226&amp;peg=4728</guid></item>
<item><pubDate>Fri, 03 Apr 2009 00:04:29 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 4211 – Define wchar_t in userspace. Use it in fb and console.</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 6 file(s) modified&lt;/strong&gt;&lt;br/&gt;Define wchar_t in userspace. Use it in fb and console.&lt;/div&gt;~ /trunk/uspace/lib/libc/include/sys/types.h&lt;br /&gt;~ /trunk/uspace/srv/console/console.c&lt;br /&gt;~ /trunk/uspace/srv/console/screenbuffer.c&lt;br /&gt;~ /trunk/uspace/srv/console/screenbuffer.h&lt;br /&gt;~ /trunk/uspace/srv/fb/fb.c&lt;br /&gt;~ /trunk/uspace/srv/fb/serial_console.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4211&amp;peg=4728</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4211&amp;peg=4728</guid></item>
<item><pubDate>Mon, 23 Mar 2009 22:46:40 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 4173 – Revive kernel notifications.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 19 file(s) modified&lt;/strong&gt;&lt;br/&gt;Revive kernel notifications.&lt;/div&gt;+ /trunk/kernel/generic/include/event&lt;br /&gt;+ /trunk/kernel/generic/include/event/event.h&lt;br /&gt;+ /trunk/kernel/generic/include/event/event_types.h&lt;br /&gt;~ /trunk/kernel/generic/include/syscall/syscall.h&lt;br /&gt;~ /trunk/kernel/generic/src/console/cmd.c&lt;br /&gt;~ /trunk/kernel/generic/src/console/console.c&lt;br /&gt;~ /trunk/kernel/generic/src/console/kconsole.c&lt;br /&gt;+ /trunk/kernel/generic/src/event&lt;br /&gt;+ /trunk/kernel/generic/src/event/event.c&lt;br /&gt;~ /trunk/kernel/generic/src/ipc/ipc.c&lt;br /&gt;~ /trunk/kernel/generic/src/main/main.c&lt;br /&gt;~ /trunk/kernel/generic/src/syscall/syscall.c&lt;br /&gt;~ /trunk/kernel/Makefile&lt;br /&gt;~ /trunk/uspace/app/klog/klog.c&lt;br /&gt;~ /trunk/uspace/app/trace/syscalls.c&lt;br /&gt;+ /trunk/uspace/lib/libc/generic/event.c&lt;br /&gt;+ /trunk/uspace/lib/libc/include/event.h&lt;br /&gt;~ /trunk/uspace/lib/libc/Makefile&lt;br /&gt;~ /trunk/uspace/srv/console/console.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4173&amp;peg=4728</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4173&amp;peg=4728</guid></item>
<item><pubDate>Sun, 22 Mar 2009 20:48:11 +0100</pubDate><dc:creator>svoboda</dc:creator><title>Rev 4168 – &apos;kcon&apos; shell builtin for switching to debug console.</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 11 file(s) modified&lt;/strong&gt;&lt;br/&gt;&apos;kcon&apos; shell builtin for switching to debug console.&lt;/div&gt;+ /trunk/uspace/app/bdsh/cmds/modules/kcon&lt;br /&gt;+ /trunk/uspace/app/bdsh/cmds/modules/kcon/entry.h&lt;br /&gt;+ /trunk/uspace/app/bdsh/cmds/modules/kcon/kcon.c&lt;br /&gt;+ /trunk/uspace/app/bdsh/cmds/modules/kcon/kcon.h&lt;br /&gt;+ /trunk/uspace/app/bdsh/cmds/modules/kcon/kcon_def.h&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/modules.h&lt;br /&gt;~ /trunk/uspace/app/bdsh/Makefile&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/console.c&lt;br /&gt;~ /trunk/uspace/lib/libc/include/console.h&lt;br /&gt;~ /trunk/uspace/lib/libc/include/ipc/console.h&lt;br /&gt;~ /trunk/uspace/srv/console/console.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4168&amp;peg=4728</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4168&amp;peg=4728</guid></item>
<item><pubDate>Sun, 22 Mar 2009 18:45:15 +0100</pubDate><dc:creator>svoboda</dc:creator><title>Rev 4167 – Get rid of FB_WRITE. We can use FB_DRAW_TEXT_DATA if we ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 7 file(s) modified&lt;/strong&gt;&lt;br/&gt;Get rid of FB_WRITE. We can use FB_DRAW_TEXT_DATA if we extend it just a little bit.&lt;/div&gt;~ /trunk/uspace/lib/libc/include/ipc/fb.h&lt;br /&gt;~ /trunk/uspace/srv/console/console.c&lt;br /&gt;~ /trunk/uspace/srv/fb/ega.c&lt;br /&gt;~ /trunk/uspace/srv/fb/fb.c&lt;br /&gt;~ /trunk/uspace/srv/fb/msim.c&lt;br /&gt;~ /trunk/uspace/srv/fb/serial_console.c&lt;br /&gt;~ /trunk/uspace/srv/fb/ski.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4167&amp;peg=4728</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4167&amp;peg=4728</guid></item>
<item><pubDate>Sat, 21 Mar 2009 12:26:31 +0100</pubDate><dc:creator>svoboda</dc:creator><title>Rev 4164 – Buffer console output with line granularity. Makes esp. msim/ski console ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 14 file(s) modified&lt;/strong&gt;&lt;br/&gt;Buffer console output with line granularity. Makes esp. msim/ski console faster. EGA-fb needs fixing.&lt;/div&gt;~ /trunk/uspace/app/tetris/screen.c&lt;br /&gt;~ /trunk/uspace/app/tetris/tetris.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/console.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/io/io.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/io/stream.c&lt;br /&gt;~ /trunk/uspace/lib/libc/include/console.h&lt;br /&gt;~ /trunk/uspace/lib/libc/include/io/stream.h&lt;br /&gt;~ /trunk/uspace/lib/libc/include/ipc/console.h&lt;br /&gt;~ /trunk/uspace/lib/libc/include/ipc/fb.h&lt;br /&gt;~ /trunk/uspace/lib/libc/include/stdio.h&lt;br /&gt;~ /trunk/uspace/srv/console/console.c&lt;br /&gt;~ /trunk/uspace/srv/fb/ega.c&lt;br /&gt;~ /trunk/uspace/srv/fb/fb.c&lt;br /&gt;~ /trunk/uspace/srv/fb/serial_console.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4164&amp;peg=4728</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4164&amp;peg=4728</guid></item>
<item><pubDate>Wed, 18 Mar 2009 11:53:12 +0100</pubDate><dc:creator>decky</dc:creator><title>Rev 4148 – as kernel little brother drivers are not needed anymore, the ...</title><description>&lt;div&gt;&lt;strong&gt;decky – 34 file(s) modified&lt;/strong&gt;&lt;br/&gt;as kernel little brother drivers are not needed anymore, the device numbers do not have to be correlated between kernel and uspace in any way&lt;br /&gt;
introduce new syscall sys_device_assign_devno() for generating system-wide unique device numbers for uspace&lt;/div&gt;~ /trunk/kernel/arch/amd64/src/amd64.c&lt;br /&gt;~ /trunk/kernel/arch/arm32/src/arm32.c&lt;br /&gt;~ /trunk/kernel/arch/ia32/src/drivers/i8254.c&lt;br /&gt;~ /trunk/kernel/arch/ia32/src/ia32.c&lt;br /&gt;~ /trunk/kernel/arch/ia32/src/smp/apic.c&lt;br /&gt;~ /trunk/kernel/arch/ia64/src/drivers/it.c&lt;br /&gt;~ /trunk/kernel/arch/ia64/src/ia64.c&lt;br /&gt;~ /trunk/kernel/arch/mips32/src/mips32.c&lt;br /&gt;~ /trunk/kernel/arch/ppc32/include/drivers/cuda.h&lt;br /&gt;~ /trunk/kernel/arch/ppc32/src/drivers/cuda.c&lt;br /&gt;~ /trunk/kernel/arch/ppc32/src/ppc32.c&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/drivers/kbd.c&lt;br /&gt;~ /trunk/kernel/genarch/include/drivers/dsrln/dsrlnin.h&lt;br /&gt;~ /trunk/kernel/genarch/include/drivers/i8042/i8042.h&lt;br /&gt;~ /trunk/kernel/genarch/include/drivers/ns16550/ns16550.h&lt;br /&gt;~ /trunk/kernel/genarch/include/drivers/z8530/z8530.h&lt;br /&gt;~ /trunk/kernel/genarch/src/drivers/dsrln/dsrlnin.c&lt;br /&gt;~ /trunk/kernel/genarch/src/drivers/i8042/i8042.c&lt;br /&gt;~ /trunk/kernel/genarch/src/drivers/ns16550/ns16550.c&lt;br /&gt;~ /trunk/kernel/genarch/src/drivers/z8530/z8530.c&lt;br /&gt;~ /trunk/kernel/generic/include/ddi/device.h&lt;br /&gt;~ /trunk/kernel/generic/include/syscall/syscall.h&lt;br /&gt;~ /trunk/kernel/generic/src/console/kconsole.c&lt;br /&gt;~ /trunk/kernel/generic/src/ddi/device.c&lt;br /&gt;~ /trunk/kernel/generic/src/syscall/syscall.c&lt;br /&gt;~ /trunk/uspace/app/klog/klog.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/ddi.c&lt;br /&gt;~ /trunk/uspace/lib/libc/include/ddi.h&lt;br /&gt;~ /trunk/uspace/srv/console/console.c&lt;br /&gt;~ /trunk/uspace/srv/kbd/port/gxemul.c&lt;br /&gt;~ /trunk/uspace/srv/kbd/port/i8042.c&lt;br /&gt;~ /trunk/uspace/srv/kbd/port/msim.c&lt;br /&gt;~ /trunk/uspace/srv/kbd/port/ns16550.c&lt;br /&gt;~ /trunk/uspace/srv/kbd/port/z8530.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4148&amp;peg=4728</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4148&amp;peg=4728</guid></item>
<item><pubDate>Mon, 02 Mar 2009 18:32:40 +0100</pubDate><dc:creator>decky</dc:creator><title>Rev 4004 – blocking connection to keyboard and video services</title><description>&lt;div&gt;&lt;strong&gt;decky – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;blocking connection to keyboard and video services&lt;/div&gt;~ /trunk/uspace/srv/console/console.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4004&amp;peg=4728</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=4004&amp;peg=4728</guid></item>
<item><pubDate>Wed, 18 Feb 2009 22:47:05 +0100</pubDate><dc:creator>svoboda</dc:creator><title>Rev 3924 – Add some missing ports and controllers (untested). Remove old parts ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 17 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add some missing ports and controllers (untested). Remove old parts of keyboard driver.&lt;/div&gt;~ /trunk/uspace/srv/console/console.c&lt;br /&gt;x /trunk/uspace/srv/kbd/arch&lt;br /&gt;~ /trunk/uspace/srv/kbd/ctl/gxe_fb.c&lt;br /&gt;~ /trunk/uspace/srv/kbd/ctl/pc.c&lt;br /&gt;~ /trunk/uspace/srv/kbd/ctl/stty.c&lt;br /&gt;+ /trunk/uspace/srv/kbd/ctl/sun.c&lt;br /&gt;x /trunk/uspace/srv/kbd/genarch&lt;br /&gt;x /trunk/uspace/srv/kbd/include/keys.h&lt;br /&gt;~ /trunk/uspace/srv/kbd/Makefile&lt;br /&gt;~ /trunk/uspace/srv/kbd/port/dummy.c&lt;br /&gt;~ /trunk/uspace/srv/kbd/port/gxemul.c&lt;br /&gt;~ /trunk/uspace/srv/kbd/port/i8042.c&lt;br /&gt;~ /trunk/uspace/srv/kbd/port/i8042.h&lt;br /&gt;~ /trunk/uspace/srv/kbd/port/msim.c&lt;br /&gt;+ /trunk/uspace/srv/kbd/port/ns16550.c&lt;br /&gt;+ /trunk/uspace/srv/kbd/port/sgcn.c&lt;br /&gt;+ /trunk/uspace/srv/kbd/port/z8530.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=3924&amp;peg=4728</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=3924&amp;peg=4728</guid></item>
<item><pubDate>Wed, 18 Feb 2009 00:05:15 +0100</pubDate><dc:creator>svoboda</dc:creator><title>Rev 3923 – Keyboard driver overhaul -- organize by hardware structure. This is ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 24 file(s) modified&lt;/strong&gt;&lt;br/&gt;Keyboard driver overhaul -- organize by hardware structure. This is w.i.p. Modifier keys, as well as ppc32, ia64 and sparc64 will not work yet.&lt;/div&gt;~ /trunk/HelenOS.config&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/io/stream.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/kbd.c&lt;br /&gt;~ /trunk/uspace/lib/libc/include/kbd/keycode.h&lt;br /&gt;~ /trunk/uspace/srv/console/console.c&lt;br /&gt;+ /trunk/uspace/srv/kbd/ctl&lt;br /&gt;+ /trunk/uspace/srv/kbd/ctl/gxe_fb.c&lt;br /&gt;+ /trunk/uspace/srv/kbd/ctl/pc.c&lt;br /&gt;+ /trunk/uspace/srv/kbd/ctl/stty.c&lt;br /&gt;~ /trunk/uspace/srv/kbd/generic/kbd.c&lt;br /&gt;~ /trunk/uspace/srv/kbd/include/kbd.h&lt;br /&gt;+ /trunk/uspace/srv/kbd/include/kbd_ctl.h&lt;br /&gt;+ /trunk/uspace/srv/kbd/include/kbd_port.h&lt;br /&gt;+ /trunk/uspace/srv/kbd/include/layout.h&lt;br /&gt;+ /trunk/uspace/srv/kbd/layout&lt;br /&gt;+ /trunk/uspace/srv/kbd/layout/us_dvorak.c&lt;br /&gt;+ /trunk/uspace/srv/kbd/layout/us_qwerty.c&lt;br /&gt;~ /trunk/uspace/srv/kbd/Makefile&lt;br /&gt;+ /trunk/uspace/srv/kbd/port&lt;br /&gt;+ /trunk/uspace/srv/kbd/port/dummy.c&lt;br /&gt;+ /trunk/uspace/srv/kbd/port/gxemul.c&lt;br /&gt;+ /trunk/uspace/srv/kbd/port/i8042.c&lt;br /&gt;+ /trunk/uspace/srv/kbd/port/i8042.h&lt;br /&gt;+ /trunk/uspace/srv/kbd/port/msim.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=3923&amp;peg=4728</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=3923&amp;peg=4728</guid></item>
<item><pubDate>Sun, 15 Feb 2009 23:31:07 +0100</pubDate><dc:creator>svoboda</dc:creator><title>Rev 3905 – Keycodes, keyboard events, kbd_event_get(). Keyboard driver now (formally) produces kbd ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 20 file(s) modified&lt;/strong&gt;&lt;br/&gt;Keycodes, keyboard events, kbd_event_get(). Keyboard driver now (formally) produces kbd events (press/release, keycode, mods, char) instead of just characters. In reality, the driver and client are only hacked to work with the new interface atm.&lt;/div&gt;~ /trunk/uspace/app/tetris/input.c&lt;br /&gt;~ /trunk/uspace/app/trace/trace.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/io/stream.c&lt;br /&gt;+ /trunk/uspace/lib/libc/generic/kbd.c&lt;br /&gt;~ /trunk/uspace/lib/libc/include/ipc/console.h&lt;br /&gt;+ /trunk/uspace/lib/libc/include/kbd&lt;br /&gt;+ /trunk/uspace/lib/libc/include/kbd/kbd.h&lt;br /&gt;+ /trunk/uspace/lib/libc/include/kbd/keycode.h&lt;br /&gt;~ /trunk/uspace/lib/libc/Makefile&lt;br /&gt;~ /trunk/uspace/srv/console/console.c&lt;br /&gt;~ /trunk/uspace/srv/kbd/arch/arm32/src/kbd_gxemul.c&lt;br /&gt;~ /trunk/uspace/srv/kbd/arch/ia64/src/kbd.c&lt;br /&gt;~ /trunk/uspace/srv/kbd/arch/mips32/src/kbd.c&lt;br /&gt;~ /trunk/uspace/srv/kbd/arch/ppc32/src/kbd.c&lt;br /&gt;~ /trunk/uspace/srv/kbd/genarch/src/kbd.c&lt;br /&gt;~ /trunk/uspace/srv/kbd/genarch/src/nofb.c&lt;br /&gt;~ /trunk/uspace/srv/kbd/generic/kbd.c&lt;br /&gt;~ /trunk/uspace/srv/kbd/generic/key_buffer.c&lt;br /&gt;~ /trunk/uspace/srv/kbd/include/keys.h&lt;br /&gt;~ /trunk/uspace/srv/kbd/include/key_buffer.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=3905&amp;peg=4728</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=3905&amp;peg=4728</guid></item>
<item><pubDate>Sat, 31 Jan 2009 22:27:18 +0100</pubDate><dc:creator>decky</dc:creator><title>Rev 3844 – silent kernel console output when user space console is active</title><description>&lt;div&gt;&lt;strong&gt;decky – 18 file(s) modified&lt;/strong&gt;&lt;br/&gt;silent kernel console output when user space console is active&lt;/div&gt;~ /trunk/kernel/arch/arm32/include/machine.h&lt;br /&gt;~ /trunk/kernel/arch/arm32/src/drivers/gxemul.c&lt;br /&gt;~ /trunk/kernel/arch/ia32xen/src/drivers/xconsole.c&lt;br /&gt;~ /trunk/kernel/arch/ia64/src/ia64.c&lt;br /&gt;~ /trunk/kernel/arch/ia64/src/ski/ski.c&lt;br /&gt;~ /trunk/kernel/arch/mips32/src/drivers/msim.c&lt;br /&gt;~ /trunk/kernel/arch/mips32/src/drivers/serial.c&lt;br /&gt;~ /trunk/kernel/arch/ppc32/src/ppc32.c&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/drivers/sgcn.c&lt;br /&gt;~ /trunk/kernel/genarch/src/drivers/ega/ega.c&lt;br /&gt;~ /trunk/kernel/genarch/src/fb/fb.c&lt;br /&gt;~ /trunk/kernel/generic/include/console/chardev.h&lt;br /&gt;~ /trunk/kernel/generic/include/console/console.h&lt;br /&gt;~ /trunk/kernel/generic/include/syscall/syscall.h&lt;br /&gt;~ /trunk/kernel/generic/src/console/cmd.c&lt;br /&gt;~ /trunk/kernel/generic/src/console/console.c&lt;br /&gt;~ /trunk/kernel/generic/src/syscall/syscall.c&lt;br /&gt;~ /trunk/uspace/srv/console/console.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=3844&amp;peg=4728</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=3844&amp;peg=4728</guid></item>
<item><pubDate>Fri, 09 Jan 2009 22:15:07 +0100</pubDate><dc:creator>svoboda</dc:creator><title>Rev 3791 – Fix fb-con interbuffer for much faster redraw on a VC ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fix fb-con interbuffer for much faster redraw on a VC switch.&lt;/div&gt;~ /trunk/uspace/srv/console/console.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=3791&amp;peg=4728</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=3791&amp;peg=4728</guid></item>
<item><pubDate>Thu, 01 Jan 2009 14:31:23 +0100</pubDate><dc:creator>svoboda</dc:creator><title>Rev 3767 – Console color support overhaul. Create C library console interface.</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 19 file(s) modified&lt;/strong&gt;&lt;br/&gt;Console color support overhaul. Create C library console interface.&lt;/div&gt;~ /trunk/uspace/app/bdsh/input.c&lt;br /&gt;~ /trunk/uspace/app/tester/console/console1.c&lt;br /&gt;~ /trunk/uspace/app/tetris/screen.c&lt;br /&gt;~ /trunk/uspace/app/trace/trace.c&lt;br /&gt;+ /trunk/uspace/lib/libc/generic/console.c&lt;br /&gt;+ /trunk/uspace/lib/libc/include/console&lt;br /&gt;+ /trunk/uspace/lib/libc/include/console.h&lt;br /&gt;+ /trunk/uspace/lib/libc/include/console/color.h&lt;br /&gt;+ /trunk/uspace/lib/libc/include/console/style.h&lt;br /&gt;~ /trunk/uspace/lib/libc/include/ipc/console.h&lt;br /&gt;~ /trunk/uspace/lib/libc/include/ipc/fb.h&lt;br /&gt;~ /trunk/uspace/lib/libc/Makefile&lt;br /&gt;~ /trunk/uspace/srv/console/console.c&lt;br /&gt;~ /trunk/uspace/srv/console/gcons.c&lt;br /&gt;~ /trunk/uspace/srv/console/screenbuffer.c&lt;br /&gt;~ /trunk/uspace/srv/console/screenbuffer.h&lt;br /&gt;~ /trunk/uspace/srv/fb/ega.c&lt;br /&gt;~ /trunk/uspace/srv/fb/fb.c&lt;br /&gt;~ /trunk/uspace/srv/fb/serial_console.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=3767&amp;peg=4728</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=3767&amp;peg=4728</guid></item>
<item><pubDate>Tue, 30 Dec 2008 20:55:10 +0100</pubDate><dc:creator>decky</dc:creator><title>Rev 3761 – send notification to uspace console when switching from kernel console</title><description>&lt;div&gt;&lt;strong&gt;decky – 7 file(s) modified&lt;/strong&gt;&lt;br/&gt;send notification to uspace console when switching from kernel console&lt;/div&gt;~ /trunk/kernel/generic/include/console/kconsole.h&lt;br /&gt;~ /trunk/kernel/generic/include/ipc/irq.h&lt;br /&gt;~ /trunk/kernel/generic/src/console/cmd.c&lt;br /&gt;~ /trunk/kernel/generic/src/console/kconsole.c&lt;br /&gt;~ /trunk/kernel/generic/src/main/main.c&lt;br /&gt;~ /trunk/uspace/app/klog/klog.c&lt;br /&gt;~ /trunk/uspace/srv/console/console.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=3761&amp;peg=4728</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=3761&amp;peg=4728</guid></item>
<item><pubDate>Fri, 26 Dec 2008 20:37:21 +0100</pubDate><dc:creator>svoboda</dc:creator><title>Rev 3747 – Put console IPC method numbers under libc.</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 10 file(s) modified&lt;/strong&gt;&lt;br/&gt;Put console IPC method numbers under libc.&lt;/div&gt;~ /trunk/uspace/app/tester/console/console1.c&lt;br /&gt;~ /trunk/uspace/app/tetris/input.c&lt;br /&gt;~ /trunk/uspace/app/tetris/screen.c&lt;br /&gt;~ /trunk/uspace/app/trace/trace.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/io/stream.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/vfs/vfs.c&lt;br /&gt;+ /trunk/uspace/lib/libc/include/ipc/console.h &lt;i&gt;(copied from /trunk/uspace/srv/console/console.h@3746)&lt;/i&gt;&lt;br /&gt;~ /trunk/uspace/lib/libc/Makefile&lt;br /&gt;~ /trunk/uspace/srv/console/console.c&lt;br /&gt;~ /trunk/uspace/srv/console/console.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=3747&amp;peg=4728</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=3747&amp;peg=4728</guid></item>
<item><pubDate>Wed, 24 Dec 2008 15:00:21 +0100</pubDate><dc:creator>decky</dc:creator><title>Rev 3735 – make sure the cursor is already off when switching to ...</title><description>&lt;div&gt;&lt;strong&gt;decky – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;make sure the cursor is already off when switching to kernel console (use synchronous messaging)&lt;/div&gt;~ /trunk/uspace/srv/console/console.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=3735&amp;peg=4728</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=3735&amp;peg=4728</guid></item>
<item><pubDate>Tue, 16 Dec 2008 20:02:07 +0100</pubDate><dc:creator>decky</dc:creator><title>Rev 3707 – kconsole is optional kernel &amp; uspace framebuffer rewrite with speedups ...</title><description>&lt;div&gt;&lt;strong&gt;decky – 39 file(s) modified&lt;/strong&gt;&lt;br/&gt;kconsole is optional&lt;br /&gt;
kernel &amp; uspace framebuffer rewrite with speedups (some things are slightly broken yet)&lt;/div&gt;~ /trunk/kernel/arch/amd64/src/debugger.c&lt;br /&gt;~ /trunk/kernel/arch/ia32/include/drivers/ega.h&lt;br /&gt;~ /trunk/kernel/arch/ia32/include/drivers/vesa.h&lt;br /&gt;~ /trunk/kernel/arch/ia32/src/cpu/cpu.c&lt;br /&gt;~ /trunk/kernel/arch/ia32/src/drivers/vesa.c&lt;br /&gt;~ /trunk/kernel/arch/ia32/src/ia32.c&lt;br /&gt;~ /trunk/kernel/arch/mips32/src/cpu/cpu.c&lt;br /&gt;~ /trunk/kernel/arch/mips32/src/debugger.c&lt;br /&gt;~ /trunk/kernel/arch/mips32/src/exception.c&lt;br /&gt;~ /trunk/kernel/genarch/include/fb/fb.h&lt;br /&gt;~ /trunk/kernel/genarch/include/fb/font-8x16.h&lt;br /&gt;~ /trunk/kernel/genarch/include/fb/visuals.h&lt;br /&gt;~ /trunk/kernel/genarch/src/acpi/acpi.c&lt;br /&gt;~ /trunk/kernel/genarch/src/fb/fb.c&lt;br /&gt;~ /trunk/kernel/genarch/src/fb/font-8x16.c&lt;br /&gt;x /trunk/kernel/genarch/src/fb/helenos.xbm&lt;br /&gt;~ /trunk/kernel/genarch/src/mm/asid.c&lt;br /&gt;~ /trunk/kernel/generic/include/console/kconsole.h&lt;br /&gt;~ /trunk/kernel/generic/src/console/cmd.c&lt;br /&gt;~ /trunk/kernel/generic/src/console/console.c&lt;br /&gt;~ /trunk/kernel/generic/src/console/kconsole.c&lt;br /&gt;~ /trunk/kernel/generic/src/cpu/cpu.c&lt;br /&gt;~ /trunk/kernel/generic/src/interrupt/interrupt.c&lt;br /&gt;~ /trunk/kernel/generic/src/lib/func.c&lt;br /&gt;~ /trunk/kernel/generic/src/main/kinit.c&lt;br /&gt;~ /trunk/kernel/generic/src/main/main.c&lt;br /&gt;~ /trunk/kernel/generic/src/mm/as.c&lt;br /&gt;~ /trunk/kernel/generic/src/syscall/syscall.c&lt;br /&gt;~ /trunk/uspace/lib/libc/include/ipc/fb.h&lt;br /&gt;~ /trunk/uspace/srv/console/console.c&lt;br /&gt;~ /trunk/uspace/srv/console/gcons.c&lt;br /&gt;~ /trunk/uspace/srv/console/gcons.h&lt;br /&gt;~ /trunk/uspace/srv/console/screenbuffer.h&lt;br /&gt;~ /trunk/uspace/srv/fb/fb.c&lt;br /&gt;~ /trunk/uspace/srv/fb/fb.h&lt;br /&gt;~ /trunk/uspace/srv/fb/font-8x16.c&lt;br /&gt;~ /trunk/uspace/srv/fb/font-8x16.h&lt;br /&gt;~ /trunk/uspace/srv/fb/main.c&lt;br /&gt;~ /trunk/uspace/srv/fb/ppm.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=3707&amp;peg=4728</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=3707&amp;peg=4728</guid></item>
<item><pubDate>Fri, 05 Dec 2008 20:59:03 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 3672 – Merge sparc branch to trunk.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 73 file(s) modified&lt;/strong&gt;&lt;br/&gt;Merge sparc branch to trunk.&lt;/div&gt;~ /trunk/boot/arch/ppc64/Makefile.inc&lt;br /&gt;~ /trunk/boot/arch/sparc64/loader/asm.S&lt;br /&gt;~ /trunk/boot/arch/sparc64/loader/main.c&lt;br /&gt;~ /trunk/boot/arch/sparc64/loader/main.h&lt;br /&gt;~ /trunk/boot/arch/sparc64/loader/ofwarch.c&lt;br /&gt;~ /trunk/boot/arch/sparc64/loader/register.h&lt;br /&gt;~ /trunk/boot/arch/sparc64/Makefile.inc&lt;br /&gt;+ /trunk/boot/arch/sparc64/silo/silo.patched.tar.gz &lt;i&gt;(copied from /branches/sparc/boot/arch/sparc64/silo/silo.patched.tar.gz@3671)&lt;/i&gt;&lt;br /&gt;~ /trunk/boot/boot.config&lt;br /&gt;~ /trunk/boot/genarch/balloc.h&lt;br /&gt;~ /trunk/boot/genarch/ofw.c&lt;br /&gt;~ /trunk/boot/genarch/ofw_tree.c&lt;br /&gt;+ /trunk/contrib/util &lt;i&gt;(copied from /branches/sparc/contrib/util@3671)&lt;/i&gt;&lt;br /&gt;~ /trunk/kernel/arch/arm32/src/arm32.c&lt;br /&gt;~ /trunk/kernel/arch/ia32/src/drivers/vesa.c&lt;br /&gt;~ /trunk/kernel/arch/mips32/src/mips32.c&lt;br /&gt;~ /trunk/kernel/arch/ppc32/src/ppc32.c&lt;br /&gt;~ /trunk/kernel/arch/sparc64/include/arch.h&lt;br /&gt;~ /trunk/kernel/arch/sparc64/include/asm.h&lt;br /&gt;~ /trunk/kernel/arch/sparc64/include/cpu.h&lt;br /&gt;+ /trunk/kernel/arch/sparc64/include/cpu_family.h &lt;i&gt;(copied from /branches/sparc/kernel/arch/sparc64/include/cpu_family.h@3671)&lt;/i&gt;&lt;br /&gt;+ /trunk/kernel/arch/sparc64/include/cpu_node.h &lt;i&gt;(copied from /branches/sparc/kernel/arch/sparc64/include/cpu_node.h@3671)&lt;/i&gt;&lt;br /&gt;~ /trunk/kernel/arch/sparc64/include/drivers/kbd.h&lt;br /&gt;~ /trunk/kernel/arch/sparc64/include/drivers/scr.h&lt;br /&gt;+ /trunk/kernel/arch/sparc64/include/drivers/sgcn.h &lt;i&gt;(copied from /branches/sparc/kernel/arch/sparc64/include/drivers/sgcn.h@3671)&lt;/i&gt;&lt;br /&gt;~ /trunk/kernel/arch/sparc64/include/mm/cache.h&lt;br /&gt;~ /trunk/kernel/arch/sparc64/include/mm/cache_spec.h&lt;br /&gt;~ /trunk/kernel/arch/sparc64/include/mm/frame.h&lt;br /&gt;~ /trunk/kernel/arch/sparc64/include/mm/mmu.h&lt;br /&gt;~ /trunk/kernel/arch/sparc64/include/mm/tlb.h&lt;br /&gt;~ /trunk/kernel/arch/sparc64/include/mm/tsb.h&lt;br /&gt;~ /trunk/kernel/arch/sparc64/include/mm/tte.h&lt;br /&gt;~ /trunk/kernel/arch/sparc64/include/regdef.h&lt;br /&gt;~ /trunk/kernel/arch/sparc64/include/register.h&lt;br /&gt;~ /trunk/kernel/arch/sparc64/include/trap/interrupt.h&lt;br /&gt;~ /trunk/kernel/arch/sparc64/Makefile.inc&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/console.c&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/cpu/cpu.c&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/ddi/ddi.c&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/drivers/scr.c&lt;br /&gt;+ /trunk/kernel/arch/sparc64/src/drivers/sgcn.c &lt;i&gt;(copied from /branches/sparc/kernel/arch/sparc64/src/drivers/sgcn.c@3671)&lt;/i&gt;&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/drivers/tick.c&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/mm/as.c&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/mm/cache.S&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/mm/page.c&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/mm/tlb.c&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/mm/tsb.c&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/smp/ipi.c&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/smp/smp.c&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/sparc64.c&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/start.S&lt;br /&gt;~ /trunk/kernel/arch/sparc64/src/trap/interrupt.c&lt;br /&gt;~ /trunk/kernel/genarch/include/fb/fb.h&lt;br /&gt;~ /trunk/kernel/genarch/include/fb/visuals.h&lt;br /&gt;~ /trunk/kernel/genarch/include/ofw/ofw_tree.h&lt;br /&gt;~ /trunk/kernel/genarch/src/fb/fb.c&lt;br /&gt;~ /trunk/kernel/genarch/src/ofw/ofw_tree.c&lt;br /&gt;~ /trunk/kernel/kernel.config&lt;br /&gt;~ /trunk/uspace/srv/console/console.c&lt;br /&gt;~ /trunk/uspace/srv/fb/main.c&lt;br /&gt;~ /trunk/uspace/srv/fb/Makefile&lt;br /&gt;~ /trunk/uspace/srv/fb/msim.c&lt;br /&gt;+ /trunk/uspace/srv/fb/serial_console.c &lt;i&gt;(copied from /branches/sparc/uspace/srv/fb/serial_console.c@3671)&lt;/i&gt;&lt;br /&gt;+ /trunk/uspace/srv/fb/serial_console.h &lt;i&gt;(copied from /branches/sparc/uspace/srv/fb/serial_console.h@3671)&lt;/i&gt;&lt;br /&gt;+ /trunk/uspace/srv/fb/sgcn.c &lt;i&gt;(copied from /branches/sparc/uspace/srv/fb/sgcn.c@3671)&lt;/i&gt;&lt;br /&gt;+ /trunk/uspace/srv/fb/sgcn.h &lt;i&gt;(copied from /branches/sparc/uspace/srv/fb/sgcn.h@3671)&lt;/i&gt;&lt;br /&gt;~ /trunk/uspace/srv/kbd/arch/mips32/src/kbd.c&lt;br /&gt;+ /trunk/uspace/srv/kbd/arch/sparc64/include/sgcn.h &lt;i&gt;(copied from /branches/sparc/uspace/srv/kbd/arch/sparc64/include/sgcn.h@3671)&lt;/i&gt;&lt;br /&gt;~ /trunk/uspace/srv/kbd/arch/sparc64/src/kbd.c&lt;br /&gt;+ /trunk/uspace/srv/kbd/arch/sparc64/src/sgcn.c &lt;i&gt;(copied from /branches/sparc/uspace/srv/kbd/arch/sparc64/src/sgcn.c@3671)&lt;/i&gt;&lt;br /&gt;+ /trunk/uspace/srv/kbd/genarch/include/nofb.h &lt;i&gt;(copied from /branches/sparc/uspace/srv/kbd/genarch/include/nofb.h@3671)&lt;/i&gt;&lt;br /&gt;+ /trunk/uspace/srv/kbd/genarch/src/nofb.c &lt;i&gt;(copied from /branches/sparc/uspace/srv/kbd/genarch/src/nofb.c@3671)&lt;/i&gt;&lt;br /&gt;~ /trunk/uspace/srv/kbd/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=3672&amp;peg=4728</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=3672&amp;peg=4728</guid></item>
<item><pubDate>Fri, 21 Nov 2008 11:12:52 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 3599 – Do not typecast (sysarg_t *) to (int *). Especially on ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Do not typecast (sysarg_t *) to (int *). Especially on big endian 64-bit&lt;br /&gt;
machines, this does not have the intended effect.&lt;/div&gt;~ /trunk/uspace/srv/console/console.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=3599&amp;peg=4728</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=3599&amp;peg=4728</guid></item>
<item><pubDate>Tue, 03 Jun 2008 17:09:48 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 3084 – service banner</title><description>&lt;div&gt;&lt;strong&gt;decky – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;service banner&lt;/div&gt;~ /trunk/uspace/srv/console/console.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=3084&amp;peg=4728</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Fconsole%2Fconsole.c&amp;rev=3084&amp;peg=4728</guid></item>
</channel></rss>