History log of /netbsd-src/sys/rump/dev/lib/libdm/Makefile (Results 1 – 8 of 8)
Revision Date Author Comments
# cea9bbee 17-Dec-2019 mlelstv <mlelstv@NetBSD.org>

Add error and zero targets to build.


# 6bb51422 26-Jan-2016 pooka <pooka@NetBSD.org>

Put the kernelside rump kernel headers into <rump-sys> instead of
sprinkling them around the faction directories. Avoids having
to add a CPPFLAGS (or several) to pretty much every component
Makefile

Put the kernelside rump kernel headers into <rump-sys> instead of
sprinkling them around the faction directories. Avoids having
to add a CPPFLAGS (or several) to pretty much every component
Makefile.

Leave compat headers around in the old locations.

The commit changes some autogenerated files, but I'll fix the
generators shortly and regen.

show more ...


# b2b6f260 19-Oct-2015 pooka <pooka@NetBSD.org>

Add a COMMENT describing what each component roughly does.

"make describe" prints the comment.

Requested/inspired by Vincent Schwarzer on rumpkernel-users


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

use ioconf files for pseudo-device attach prototypes


# 82319721 13-Mar-2014 pooka <pooka@NetBSD.org>

rename component.c -> dm_component.c


# 5bc16346 07-Jun-2010 pooka <pooka@NetBSD.org>

Rump components do not, at least for now, get to tell what's NEEDED.


# 643ba90b 16-Feb-2010 pooka <pooka@NetBSD.org>

Globally define -Wno-pointer-sign, as it has become a pointless
exercise of "add it to every Makefile individually".

XXX: should autosynchronize with the rest of the kernel buildflags
in sys/conf/Ma

Globally define -Wno-pointer-sign, as it has become a pointless
exercise of "add it to every Makefile individually".

XXX: should autosynchronize with the rest of the kernel buildflags
in sys/conf/Makefile.kern.inc.

show more ...


# 1d798011 04-Dec-2009 haad <haad@NetBSD.org>

Add initial version of RUMP based device-mapper port. libdm compile whole
device-mapper driver in userspace and allows us to test a develop new dm targets
in userspace.