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 Jan  1 19:07:43 UTC 2009

Modified Files:
        src/sys/rump/librump: Makefile.inc
        src/sys/rump/librump/rumpkern: Makefile.rumpkern emul.c misc_stub.c
            rump.c
        src/sys/rump/librump/rumpkern/arch/i386: Makefile.inc rumpcpu.c
        src/sys/rump/librump/rumpkern/arch/x86_64: Makefile.inc

Log Message:
Define MODULAR for rump core components.  This enables module
loading via the kernel module framework (instead of dlopen()).
For now it only works on amd64 and i386, but for the rest it should
just be a matter of including the relevant kobj_machdep.c modules
from the kernel sources.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/rump/librump/Makefile.inc
cvs rdiff -r1.26 -r1.27 src/sys/rump/librump/rumpkern/Makefile.rumpkern
cvs rdiff -r1.65 -r1.66 src/sys/rump/librump/rumpkern/emul.c
cvs rdiff -r1.16 -r1.17 src/sys/rump/librump/rumpkern/misc_stub.c
cvs rdiff -r1.79 -r1.80 src/sys/rump/librump/rumpkern/rump.c
cvs rdiff -r1.2 -r1.3 src/sys/rump/librump/rumpkern/arch/i386/Makefile.inc
cvs rdiff -r1.1 -r1.2 src/sys/rump/librump/rumpkern/arch/i386/rumpcpu.c
cvs rdiff -r1.2 -r1.3 src/sys/rump/librump/rumpkern/arch/x86_64/Makefile.inc

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