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
4420 5469 d 3 h trochtova /branches/dd/ dd branch synchronized with trunk (revision 4419)  
4201 5519 d 5 h trochtova /branches/dd/ changes in trunk (rev 4200) merged into dd branch  
4156 5532 d 2 h trochtova /branches/dd/ changes in trunk (rev 4155) merged into dd branch  
4055 5543 d 4 h trochtova /branches/dd/ changes in trunk (rev 4054) merged into dd branch  
4002 5548 d 23 h decky /trunk/uspace/lib/libc/ add IPC_FLAG_BLOCKING for generic IPC blocking operations
add ipc_connect_me_to_blocking() for blocking connections
mount() has new flags argument
get_cons_phone() -> get_console_phone()
add common console_wait()
simplify vfs_connect() using blocking connection
add blocking support for device_get_handle()
swap VFS_MOUNT arguments, and blocking mount support
 
3923 5561 d 18 h svoboda /trunk/ 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.  
3905 5563 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.