Subversion Repositories HelenOS

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
3905 5620 d 6 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.  
3747 5671 d 9 h svoboda /trunk/uspace/ Put console IPC method numbers under libc.  
3224 5841 d 21 h svoboda /trunk/uspace/app/tetris/ Fix tetris :) - expecting console at a fixed phone number  
2479 6223 d 15 h jermar /trunk/ New, better-structured, directory layout for uspace.  
1787 6570 d 10 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1721 6595 d 8 h palkovsky /uspace/trunk/ Some other warnings removed.  
1653 6604 d 9 h cejka /uspace/trunk/ Doxygen comments.  
1533 6609 d 6 h palkovsky /uspace/trunk/ Tetris is working :-) Milstone completed!  
1532 6609 d 7 h palkovsky /uspace/trunk/ Small changes to tetris.  
1469 6611 d 12 h palkovsky /uspace/trunk/tetris/ Modified tetris input to be helenos-friendly.  
1466 6611 d 13 h palkovsky /uspace/trunk/ Fix incorrect timeout handling in async framework.
Start tweak the tetris code.
 
1419 6617 d 7 h jermar /uspace/trunk/tetris/ Import BSD tetris from OpenBSD.
Needs to be integrated and ported.