Subversion Repositories HelenOS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4687 5405 d 18 h jermar /tags/0.4.1/ Tag 0.4.1  
4311 5510 d 2 h decky /trunk/ change the way how input devices are wired together according to ticket #44
(also the proposal http://lists.modry.cz/cgi-bin/private/helenos-devel/2009-March/002507.html)
 
4223 5527 d 23 h decky /trunk/kernel/ represent special keystrokes (cursor arrows, page up/down, delete, etc.) as appropriate Unicode characters
do not parse ANSI control sequences in kconsole, but in serial line driver
 
4092 5549 d 21 h decky /trunk/kernel/genarch/ wire keyboard/serial module and device drivers in a more obvious way
(first a device driver is initialized and then it is connected to the generic module)
 
4052 5554 d 4 h jermar /trunk/kernel/genarch/src/srln/ Add a new line - gcc is very picky lately.  
4043 5554 d 22 h jermar /trunk/ Serial line module.