Subversion Repositories HelenOS

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
2619 6040 d 5 h jermar /trunk/ Modify ipc_answer_*() to make use of all six syscall arguments. The recommended
means of answering calls is via the ipc_answer_m() macros (where m denotes the
number of return arguments) that automatically decide between the fast register
version or the slow universal version of ipc_answer().
 
2598 6051 d 18 h jermar /trunk/uspace/srv/devmap/ Cstyle fixes.  
2594 6055 d 6 h cejka /trunk/uspace/ New version of device mapper.
Added devmap test to tester.
 
2555 6093 d 4 h cejka /trunk/uspace/srv/devmap/ Added message forwarding to device mapper.  
2550 6093 d 10 h cejka /trunk/ Fixed naming convention in IPC.  
2547 6093 d 13 h cejka /trunk/ Added basic support for device mapper.