History log of /netbsd-src/lib/libdm/libdm_ioctl.c (Results 1 – 6 of 6)
Revision Date Author Comments
# 31510453 21-Jun-2021 christos <christos@NetBSD.org>

fix proplib deprecation


# abcb66ec 07-Jun-2020 thorpej <thorpej@NetBSD.org>

Update for proplib(3) API changes.


# 57d43699 15-Feb-2020 riastradh <riastradh@NetBSD.org>

Let's not write temporary files to fixed paths in /tmp, shall we?

XXX pullup


# 70cf95aa 27-Dec-2018 mlelstv <mlelstv@NetBSD.org>

Clean up double free in some error paths that did trigger
an assertion in libprop.


# 0c1ba949 30-May-2011 haad <haad@NetBSD.org>

Fix problem where DM_IOCTL_NAME was used in libdm_task_set_uuid except of
DM_IOCTL_UUID. This makes lvremove to work properly.

Thanks To hugo Silva and Toby Karyadi for reporting this issue.


# 83425a0f 08-Feb-2011 haad <haad@NetBSD.org>

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

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@

show more ...