Source-Changes archive

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

CVS commit: src/sys/rump



Module Name:    src
Committed By:   pooka
Date:           Mon Dec 29 22:16:15 UTC 2008

Modified Files:
        src/sys/rump: Makefile.rump
        src/sys/rump/librump/rumpkern: Makefile.rumpkern percpu.c
            rump_private.h
Added Files:
        src/sys/rump/librump/rumpkern/arch/i386: Makefile.inc cpu.c spl.c

Log Message:
Switch i386 away from rump/include/machine.  This means that rump
on i386 now uses the native kernel ABI.  This in turn means that
rump modules and kernel modules are binary equivalent and can be
used interchangeably.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/sys/rump/Makefile.rump
cvs rdiff -r1.23 -r1.24 src/sys/rump/librump/rumpkern/Makefile.rumpkern
cvs rdiff -r1.3 -r1.4 src/sys/rump/librump/rumpkern/percpu.c
cvs rdiff -r1.19 -r1.20 src/sys/rump/librump/rumpkern/rump_private.h
cvs rdiff -r0 -r1.1 src/sys/rump/librump/rumpkern/arch/i386/Makefile.inc \
    src/sys/rump/librump/rumpkern/arch/i386/cpu.c \
    src/sys/rump/librump/rumpkern/arch/i386/spl.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