NetBSD/sys/dev/dm
haad 76a0c0e7d2 Fix bug in kmem_alloc/kmem_free of params string. Params string was
allocated with length DM_MAX_PARAMS_SIZE and released with strlen + 1 size.

Disable KM_NOSLEEP allocation because we do not need them here there is
nothing critical in ioctl part of dm driver.

Bug reported by jak@.
2009-09-09 22:38:49 +00:00
..
doc
device-mapper.c Some fixes for dm(4). 2009-06-27 16:10:25 +00:00
dm_dev.c Fix bug in kmem_alloc/kmem_free of params string. Params string was 2009-09-09 22:38:49 +00:00
dm_ioctl.c Fix bug in kmem_alloc/kmem_free of params string. Params string was 2009-09-09 22:38:49 +00:00
dm_pdev.c Fix bug in kmem_alloc/kmem_free of params string. Params string was 2009-09-09 22:38:49 +00:00
dm_table.c Some fixes for dm(4). 2009-06-27 16:10:25 +00:00
dm_target_error.c Parse dm param string in libdevmapper and not in a dm target init function. 2009-06-05 19:56:40 +00:00
dm_target_linear.c Fix bug in kmem_alloc/kmem_free of params string. Params string was 2009-09-09 22:38:49 +00:00
dm_target_mirror.c Parse dm param string in libdevmapper and not in a dm target init function. 2009-06-05 19:56:40 +00:00
dm_target_snapshot.c buidfix: change dm_target_snapshot_orig_init() to match prototype. 2009-06-20 09:57:26 +00:00
dm_target_stripe.c Fix bug in kmem_alloc/kmem_free of params string. Params string was 2009-09-09 22:38:49 +00:00
dm_target_zero.c Parse dm param string in libdevmapper and not in a dm target init function. 2009-06-05 19:56:40 +00:00
dm_target.c Fix bug in kmem_alloc/kmem_free of params string. Params string was 2009-09-09 22:38:49 +00:00
dm.h Add support for DIOCGDISKINFO to disk like device drivers. Change 2009-06-05 21:52:31 +00:00
files.dm Remove unneeded targets from build. Should fix brekage of ALL kernel build 2009-06-28 22:05:07 +00:00
netbsd-dm.h Parse dm param string in libdevmapper and not in a dm target init function. 2009-06-05 19:56:40 +00:00
TODO Update to reality. 2009-04-13 16:12:27 +00:00