Module Name: src Committed By: pooka Date: Mon Mar 29 13:20:31 UTC 2010
Modified Files: src/sys/rump/fs: Makefile.rumpfs src/sys/rump/librump/rumpvfs: Makefile.rumpvfs Added Files: src/sys/rump/fs/lib/libfifovfs: Makefile shlib_version Removed Files: src/sys/rump/librump/rumpvfs: vfsops_stub.c Log Message: Support fifofs in rump. Do not include it in rumpvfs directly, since it involves some very non-fs'y components like sockets and local domain networking. Also (for better or worse?), call it rump*v*fs_fifofs instead of rumpfs_fifofs, since it does not really provide a file system driver. XXX: uses duplicate common symbols and functionality depends on link order ... (but at least it works better than before this change) To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/rump/fs/Makefile.rumpfs cvs rdiff -u -r0 -r1.1 src/sys/rump/fs/lib/libfifovfs/Makefile \ src/sys/rump/fs/lib/libfifovfs/shlib_version cvs rdiff -u -r1.25 -r1.26 src/sys/rump/librump/rumpvfs/Makefile.rumpvfs cvs rdiff -u -r1.8 -r0 src/sys/rump/librump/rumpvfs/vfsops_stub.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.