Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
4311 5515 d 4 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 5533 d 1 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 5554 d 23 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 5559 d 6 h jermar /trunk/kernel/genarch/src/srln/ Add a new line - gcc is very picky lately.  
4043 5560 d 0 h jermar /trunk/ Serial line module.