Module Name: src Committed By: pooka Date: Fri Apr 25 13:10:42 UTC 2014
Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern rump.c rumpkern.ifspec src/sys/rump/librump/rumpvfs: rumpfs.c rumpvfs.ifspec Added Files: src/sys/rump/librump/rumpkern: etfs_wrap.c Log Message: Move the etfs linkage from rumpvfs to rumpkern, and replace the weak alias show with an honest pointer indirection. No client-visible change. (apart from this version working e.g. on musl w/ dlopen) To generate a diff of this commit: cvs rdiff -u -r1.143 -r1.144 src/sys/rump/librump/rumpkern/Makefile.rumpkern cvs rdiff -u -r0 -r1.1 src/sys/rump/librump/rumpkern/etfs_wrap.c cvs rdiff -u -r1.296 -r1.297 src/sys/rump/librump/rumpkern/rump.c cvs rdiff -u -r1.12 -r1.13 src/sys/rump/librump/rumpkern/rumpkern.ifspec cvs rdiff -u -r1.126 -r1.127 src/sys/rump/librump/rumpvfs/rumpfs.c cvs rdiff -u -r1.8 -r1.9 src/sys/rump/librump/rumpvfs/rumpvfs.ifspec Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.