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:   haad
Date:           Fri Dec  4 22:13:59 UTC 2009

Modified Files:
        src/sys/rump/dev: Makefile.rumpdev
        src/sys/rump/librump/rumpdev: rump_dev.c rump_dev_private.h
Added Files:
        src/sys/rump/dev/lib/libdm: Makefile component.c shlib_version

Log Message:
Add initial version of RUMP based device-mapper port. libdm compile whole
device-mapper driver in userspace and allows us to test a develop new dm targets
in userspace.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/rump/dev/Makefile.rumpdev
cvs rdiff -u -r0 -r1.1 src/sys/rump/dev/lib/libdm/Makefile \
    src/sys/rump/dev/lib/libdm/component.c \
    src/sys/rump/dev/lib/libdm/shlib_version
cvs rdiff -u -r1.8 -r1.9 src/sys/rump/librump/rumpdev/rump_dev.c
cvs rdiff -u -r1.6 -r1.7 src/sys/rump/librump/rumpdev/rump_dev_private.h

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