Home | History | Annotate | Download | only in dmsetup
History log of /src/external/gpl2/lvm2/sbin/dmsetup/Makefile
RevisionDateAuthorComments
 1.9  14-Sep-2023  rillig dmsetup: add rationale for disabling lint for this program
 1.8  26-May-2011  joerg Default to -Wno-sign-compare -Wno-pointer-sign for clang.
Push -Wno-array-bounds down to the cases that depend on it.
Selectively disable warnings for 3rd party software or non-trivial
issues to be reviewed later to get clang -Werror to build most of the
tree.
 1.7  04-Mar-2011  matt Use static libdm so dmsetup and lvm can be linked dynamically.
Change LIBDM_* to LIBDEVMAPPER_* so LIBDM can refer to libdm.
 1.6  08-Feb-2011  haad Switch libdevmapper library to use libdm as it;s backend lib and do not
communicate with device-mapper directly. Our lvm stack now looks like this
lvm<->libdevmapper<->libdm<->dm where only libdm knows how our dm protocol
looks like.

No objections on tech-userlevel@.
 1.5  23-Dec-2010  christos branches: 1.5.2;
PR/44267: Michael van Elst: LVM devices have wrong permissions
- Centralize CPPFLAGS for DM_DEVICE_{UID,GID,MODE}
- Make DM_DEVICE_GID operator DM_DEVICE_MODE 0640 to be more NetBSD like
- make all the code use DM_DEVICE_MODE instead of hard-coding.
- make sure that all mknod calls are followed by a chown call.
 1.4  22-Dec-2008  agc Don't set up a symbolic link between dmsetup.8 and dmsetup.1 (and
associated cat and html pages) - just use the section 8 man page
for just now.
 1.3  22-Dec-2008  haad LIBDM_SRCDIR now points to lvm2/lib/libdevmapper don't need to specify
lib/libdevmapper again.
 1.2  22-Dec-2008  haad Fix building o lvm binary LVM2TOOLS_* was changed to LVM2_*.
 1.1  22-Dec-2008  haad Add reachover Makefiles to build LVM2 tools on NetBSD.
 1.5.2.2  05-Mar-2011  bouyer Sync with HEAD
 1.5.2.1  08-Feb-2011  bouyer Sync with HEAD

RSS XML Feed