Home | History | Annotate | Download | only in ioctl
History log of /src/external/gpl2/lvm2/dist/libdm/ioctl/libdm_netbsd.c
RevisionDateAuthorComments
 1.8  14-Dec-2019  mlelstv Handle NULL params, fix error paths.
 1.7  08-Feb-2011  haad branches: 1.7.44;
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.6  23-Dec-2010  christos branches: 1.6.2;
false needs stdbool.h
 1.5  05-Dec-2009  haad Addapt libdevmapper library to new header file changes.
 1.4  01-Dec-2009  haad Revert my commit which added knowledge about dm targets to libdevmapper,
this breaks abstraction. Because only lvmtools/lvmlib and device-mapper can
have knowledge about target mapping and libdevmapper only passes requests
from lvmtools to kernel and back. Bump major library and driver version.

Requested by: yamt@
 1.3  09-Jun-2009  haad Create default target_params parse routine which is called when we doesn't
find name of a target in known target list. This routine will pass whole param
string in a dictionary with key called params.
 1.2  05-Jun-2009  haad Parse dm param string in libdevmapper and not in a dm target init function.
Create proplib param dictionary entry in libdevmapper and pass it to dm in
dm_ioctl dict.
Param target is then passed to target init function, where is parse. I like
this aproach much better than passing char **argv and trusting to user input.

XXX. Add more sanity checks in kernel.
 1.1  22-Dec-2008  haad Add NetBSD bits to the original LVM2 tools sources.
 1.6.2.1  08-Feb-2011  bouyer Sync with HEAD
 1.7.44.1  08-Apr-2020  martin Merge changes from current as of 20200406

RSS XML Feed