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
/
network
/
uspace
/
srv
/
vfs
/
vfs_register.c
@ 3951
– Rev 4581
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
4581
5608 d 0 h
mejdrech
/branches/network/
Net: synchronized with trunk rev.4580
4327
5671 d 10 h
mejdrech
/branches/network/
Net: *merged with trunk 4326, +ne2k irq debug
4153
5708 d 23 h
mejdrech
/branches/network/
Networking: merged with trunk changes
3386
5905 d 2 h
decky
/branches/network/
add new network branch (copy of current trunk)
2770
6080 d 22 h
jermar
/trunk/uspace/
Introduce fs_handle_t, dev_handle_t and fs_index_t.
2768
6081 d 23 h
jermar
/trunk/uspace/srv/vfs/
Fibril serialization is required when two file systems register contemporarily.
2731
6104 d 5 h
jermar
/trunk/uspace/srv/
Add the VFS_FREE operation. This operation frees up whatever resources used by
a file system node for which there is no name (i.e. an unlinked node).
Cleanup VFS operations enums and remove unneeded VFS operations.
2698
6134 d 1 h
jermar
/trunk/uspace/srv/vfs/
Small fix for VFS_TRUNCATE. Move lookup and registration code to separate
modules.