Source-Changes archive

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

CVS commit: src/sys/rump/librump



Module Name:    src
Committed By:   pooka
Date:           Thu Nov 26 20:58:51 UTC 2009

Modified Files:
        src/sys/rump/librump/rumpkern: emul.c rump.c rump_private.h
        src/sys/rump/librump/rumpvfs: Makefile.rumpvfs rump_vfs.c
            rump_vfs_private.h rumpfs.c

Log Message:
For rumpfs, do mountroot instead of the bunch of homegrown hacks
currently there.  Still needs a little massage to get the kernel
interfaces right and avoid copypaste especially from main().

Also, move it a bit more into the direction of a real file system
(finally!) by giving it a vfsops.  Most ops are still unimplemented,
though.


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 src/sys/rump/librump/rumpkern/emul.c
cvs rdiff -u -r1.139 -r1.140 src/sys/rump/librump/rumpkern/rump.c
cvs rdiff -u -r1.35 -r1.36 src/sys/rump/librump/rumpkern/rump_private.h
cvs rdiff -u -r1.19 -r1.20 src/sys/rump/librump/rumpvfs/Makefile.rumpvfs
cvs rdiff -u -r1.34 -r1.35 src/sys/rump/librump/rumpvfs/rump_vfs.c
cvs rdiff -u -r1.7 -r1.8 src/sys/rump/librump/rumpvfs/rump_vfs_private.h
cvs rdiff -u -r1.29 -r1.30 src/sys/rump/librump/rumpvfs/rumpfs.c

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