Add entry from gonzo on the Virtualbox Shared Folders Filestem
This commit is contained in:
parent
d66690f369
commit
db8f4bc35d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=49558
1 changed files with 46 additions and 0 deletions
|
|
@ -1006,4 +1006,50 @@
|
|||
headers.</task>
|
||||
</help>
|
||||
</project>
|
||||
|
||||
<project cat='proj'>
|
||||
<title>VirtualBox Shared Folders Filesystem</title>
|
||||
|
||||
<contact>
|
||||
<person>
|
||||
<name>
|
||||
<given>Li-Wen</given>
|
||||
<common>Hsu</common>
|
||||
</name>
|
||||
<email>lwhsu@FreeBSD.org</email>
|
||||
</person>
|
||||
|
||||
<person>
|
||||
<name>
|
||||
<given>Oleksandr</given>
|
||||
<common>Tymoshenko</common>
|
||||
</name>
|
||||
<email>gonzo@FreeBSD.org</email>
|
||||
</person>
|
||||
</contact>
|
||||
|
||||
<links>
|
||||
<url href="https://github.com/lwhsu/FreeBSD-vboxfs">Project Repository</url>
|
||||
</links>
|
||||
|
||||
<body>
|
||||
<p>&os; provides an API for guest OSes to access shared folders on
|
||||
the host OS so that the kernel driver can expose them to the
|
||||
guest's userland. This project aims to add such functionality to
|
||||
the VirtualBox Guest Additions driver.</p>
|
||||
|
||||
<p>Good progress was made over last few months. Developers were
|
||||
able to mount a filesystem in read-only mode and, with some
|
||||
limitations, in read-write mode. The implementation still lacks
|
||||
some critical pieces, but the roadmap is clear.</p>
|
||||
</body>
|
||||
|
||||
<help>
|
||||
<task>Finish the missing pieces.</task>
|
||||
|
||||
<task>implement proper locking.</task>
|
||||
|
||||
<task>general clean-up and bugfixes.</task>
|
||||
</help>
|
||||
</project>
|
||||
</report>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue