Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
4647 5566 d 22 h jermar /branches/arm/ Branch out a new arm branch.  
4644 5567 d 19 h svoboda /trunk/ Method for getting console color capabilities. Use to fix invisible tetris pieces.  
4584 5584 d 2 h jermar /trunk/uspace/ Separate the VFS input and output protocols.  
4481 5608 d 21 h decky /trunk/uspace/lib/libc/include/ipc/ sync header files with implementation
coding style
 
4168 5681 d 20 h svoboda /trunk/uspace/ 'kcon' shell builtin for switching to debug console.  
4164 5683 d 5 h svoboda /trunk/uspace/ Buffer console output with line granularity. Makes esp. msim/ski console faster. EGA-fb needs fixing.  
3905 5716 d 18 h svoboda /trunk/uspace/ 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.  
3767 5762 d 3 h svoboda /trunk/uspace/ Console color support overhaul. Create C library console interface.  
3747 5767 d 20 h svoboda /trunk/uspace/ Put console IPC method numbers under libc.  
2479 6320 d 2 h jermar /trunk/ New, better-structured, directory layout for uspace.  
2071 6476 d 19 h jermar /trunk/ (c) versus (C)  
2069 6478 d 18 h jermar /trunk/ Improve formatting.  
1787 6666 d 22 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1649 6700 d 22 h cejka /uspace/trunk/ Doxygen comments update.  
1575 6703 d 21 h cejka /uspace/trunk/ Support for console show/hide cursor.
Tetris without cursor.
 
1572 6703 d 23 h palkovsky /uspace/trunk/console/ Move slyly kernel console to F12.  
1555 6704 d 17 h palkovsky /uspace/trunk/ Completed graphical console.  
1525 6705 d 22 h cejka /uspace/trunk/console/ Added doxygen comments.
Console now supports SET_STYLE call.
 
1523 6705 d 22 h cejka /uspace/trunk/ Console support for flush.  
1521 6705 d 23 h cejka /uspace/trunk/console/ Console sends its size now.  
1518 6706 d 0 h palkovsky /uspace/trunk/ Changed recommended way of asynchronous communication.  
1476 6707 d 16 h cejka /uspace/trunk/ Fixed some bugs.  
1451 6709 d 5 h cejka /uspace/trunk/ Basic support for console driver.
Does not provide separate screens yet.
TODO: fix many unhandled states.