Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
4692 5366 d 13 h svoboda /branches/tracing/ Merge trunk changes up to r4686.  
3597 5638 d 11 h svoboda /branches/tracing/ Merge latest trunk changes into tracing.  
3536 5657 d 15 h svoboda /branches/tracing/ Merge latest trunk changes into tracing.  
3530 5661 d 17 h jermar /trunk/uspace/ Setup communication parameters with the block device in block_init(). The file
system now doesn't know anything about the communication with the block device.
Rename blockread() to block_read(). The boot block is now read only once. The file
system can get access it using the block_bb_get() function.
 
3527 5661 d 22 h jermar /trunk/uspace/lib/libblock/ Need to have more stuff in block_t.  
3521 5662 d 16 h jermar /trunk/uspace/ Move libfs_blockread(), block_get() and block_put() to libblock.