NetBSD/lib/libukfs
pooka c19f1a2afd Support ukfs_modload(), which dlopens and vfs_attaches rump file
system modules for use.  Sneakily this solves the problem with the
dynamic linker not wanting to handle the modules link set for
binaries where more than one file system library is included during
the link phase and therefore only one of the file systems getting
vfs_attach()ed in rump "boot".  But more importantly, this is really
TRTTD, since now applications can be built, linked and shipped
completely independently of the file systems they support.

tested by Arnaud Ysmal
2008-08-01 14:47:28 +00:00
..
Makefile
shlib_version
ukfs.3 Support ukfs_modload(), which dlopens and vfs_attaches rump file 2008-08-01 14:47:28 +00:00
ukfs.c Support ukfs_modload(), which dlopens and vfs_attaches rump file 2008-08-01 14:47:28 +00:00
ukfs.h Support ukfs_modload(), which dlopens and vfs_attaches rump file 2008-08-01 14:47:28 +00:00