Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   pooka
Date:           Fri Aug  1 14:47:28 UTC 2008

Modified Files:
        src/lib/libukfs: ukfs.3 ukfs.c ukfs.h
        src/sys/rump/librump/rumpkern: rump.c rump.h

Log Message:
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


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/lib/libukfs/ukfs.3
cvs rdiff -r1.2 -r1.3 src/lib/libukfs/ukfs.c
cvs rdiff -r1.3 -r1.4 src/lib/libukfs/ukfs.h
cvs rdiff -r1.49 -r1.50 src/sys/rump/librump/rumpkern/rump.c
cvs rdiff -r1.29 -r1.30 src/sys/rump/librump/rumpkern/rump.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index