Source-Changes archive

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

CVS commit: src/sys/rump/librump/rumpkern



Module Name:    src
Committed By:   pooka
Date:           Mon Aug  4 15:02:16 UTC 2008

Modified Files:
        src/sys/rump/librump/rumpkern: Makefile.rumpkern emul.c pool.c rump.c
            vm.c

Log Message:
Add support for using real kmem/vmem.  Don't enable it by default,
though, since it a) is a lot of unnecessary indirection in rump
b) requires callouts which are so far unimplemented.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/rump/librump/rumpkern/Makefile.rumpkern
cvs rdiff -r1.45 -r1.46 src/sys/rump/librump/rumpkern/emul.c
cvs rdiff -r1.8 -r1.9 src/sys/rump/librump/rumpkern/pool.c
cvs rdiff -r1.51 -r1.52 src/sys/rump/librump/rumpkern/rump.c
cvs rdiff -r1.34 -r1.35 src/sys/rump/librump/rumpkern/vm.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