The global file system factory is now created explicitly and the global singleton accessor function was removed. Fixes #2281.
So, users of VFS need not to state this dependency explicitly.
This patch moves the VFS file-system factory to a separate vfs library that is independent from libc. This enables libc-less Genode programs to easily use the VFS infrastructure. Fixes #1561