Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   haad
Date:           Tue Feb  8 03:20:16 UTC 2011

Modified Files:
        src/distrib/sets/lists/base: mi shl.mi
        src/distrib/sets/lists/comp: mi shl.mi
        src/distrib/sets/lists/man: mi
        src/lib: Makefile
        src/sbin: Makefile
        src/share/man/man3: intro.3
Added Files:
        src/lib/libdm: Makefile dm.3 dm.h libdm_ioctl.c shlib_version
        src/sbin/dmctl: Makefile README dmctl.8 dmctl.c

Log Message:
Initial import of libdm and dmctl to tree. libdm library can be used
to access, manage and manipulate device-mapper driver. Which opens us bunch
of new possibilities like

        dm-multipath device target
        dm-crypt     device target
        dm-ccd       compatibility layer

With this import I'm bringing in dmctl tool for working with dm driver ,too.
I plan to replace gpl2 licensed dmsetup command with our dmctl tool in near
feature. It can also by placed to /rescue where we was not able to put
dmsetup because of licensing problems.

With libdm in tree we can now write RUMP atf test suite for dm driver to
ensure LVM subsystem stability as time goes.

Reviewed by: blymn@ and rmind@
Oked: by no objections on tech-userlevel@


To generate a diff of this commit:
cvs rdiff -u -r1.920 -r1.921 src/distrib/sets/lists/base/mi
cvs rdiff -u -r1.573 -r1.574 src/distrib/sets/lists/base/shl.mi
cvs rdiff -u -r1.1583 -r1.1584 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.158 -r1.159 src/distrib/sets/lists/comp/shl.mi
cvs rdiff -u -r1.1284 -r1.1285 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.161 -r1.162 src/lib/Makefile
cvs rdiff -u -r0 -r1.1 src/lib/libdm/Makefile src/lib/libdm/dm.3 \
    src/lib/libdm/dm.h src/lib/libdm/libdm_ioctl.c \
    src/lib/libdm/shlib_version
cvs rdiff -u -r1.118 -r1.119 src/sbin/Makefile
cvs rdiff -u -r0 -r1.1 src/sbin/dmctl/Makefile src/sbin/dmctl/README \
    src/sbin/dmctl/dmctl.8 src/sbin/dmctl/dmctl.c
cvs rdiff -u -r1.23 -r1.24 src/share/man/man3/intro.3

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