HelenOS
HelenOS-doc
HelenOS-historic
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
HelenOS
(root)
/
branches
/
tracing
/
uspace
/
lib
/
libblock
/
libblock.c
@ 3887
– Rev 4692
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
4692
5554 d 19 h
svoboda
/branches/tracing/
Merge trunk changes up to r4686.
4377
5654 d 18 h
svoboda
/branches/tracing/
Merge latest trunk changes to tracing. (i.e. revs 3684:4374, huge). This time hopefully the real thing.
3597
5826 d 16 h
svoboda
/branches/tracing/
Merge latest trunk changes into tracing.
3536
5845 d 21 h
svoboda
/branches/tracing/
Merge latest trunk changes into tracing.
3531
5849 d 21 h
jermar
/trunk/uspace/lib/libblock/
libblock is now ready to handle connections to multiple device instances.
3530
5849 d 23 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.
3521
5850 d 21 h
jermar
/trunk/uspace/
Move libfs_blockread(), block_get() and block_put() to libblock.