History log of /netbsd-src/sys/modules/dm/Makefile (Results 1 – 7 of 7)
Revision Date Author Comments
# 84d45206 16-Dec-2019 tkusumi <tkusumi@NetBSD.org>

dm: Enable dm-error and dm-zero target

Add these two targets to dm.kmod.
These are generally available in Linux and DragonFlyBSD,
so enable them in NetBSD as well.


# 2bc4fb1f 17-Feb-2019 rin <rin@NetBSD.org>

Bump default value of WARNS for modules from 3 to 5, and
explicitly set WARNS for modules that fail with WARNS=5.

Also, turn on -Wno-missing-noreturn for clang for some files.

At the moment, among

Bump default value of WARNS for modules from 3 to 5, and
explicitly set WARNS for modules that fail with WARNS=5.

Also, turn on -Wno-missing-noreturn for clang for some files.

At the moment, among ~ 360 modules,
- 2 (lua and zfs) need WARNS=0
- 1 (solaris) needs WARNS=1
- 136 need WARNS=3 (mostly due to sign-compare)
- 4 need WARNS=4
- others can be compiled with WARNS=5

Discussed on tech-kern.

show more ...


# 3bf8f262 20-Aug-2015 christos <christos@NetBSD.org>

Add ioconf entries to the pseudo-devices.


# 42bd5b4c 07-Dec-2009 uebayasi <uebayasi@NetBSD.org>

Typo.


# 894d2ad3 02-Jan-2009 haad <haad@NetBSD.org>

Add stubs for mirror target, too. This target does nothing for now, but lvm
tools support mirror target and trying to create LV with mirrorred backend
caused panic in dm_table_load_ioctl.


# 18bcf672 02-Jan-2009 haad <haad@NetBSD.org>

Remove unneeded targets from dm driver and build them as separate modules.

The zero, error and snapshot targets are build as modules and can be loaded
to dm driver with modload. I do not build/insta

Remove unneeded targets from dm driver and build them as separate modules.

The zero, error and snapshot targets are build as modules and can be loaded
to dm driver with modload. I do not build/install these drivers by default.

The linear and stripe targets are needed for LVM so I keep them compiled in
dm.

show more ...


# 210ce8a4 19-Dec-2008 haad <haad@NetBSD.org>

Add makefile for building device-mapper kernel module.