History log of /netbsd-src/sys/rump/dev/lib/libopencrypto/Makefile (Results 1 – 10 of 10)
Revision Date Author Comments
# 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


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

rename component.c -> opencrypto_component.c


# f496b70e 03-Feb-2014 pgoyette <pgoyette@NetBSD.org>

Undo previous - it still needs a lot more work.

For now, we'll use the hand-crafted cf* structures and directly
call all the config routines.


# a9062aa8 31-Jan-2014 pgoyette <pgoyette@NetBSD.org>

Use ioconf file to generate config data structures


# aff4b3ca 16-Jan-2014 pgoyette <pgoyette@NetBSD.org>

Don't bring in the zlib stuff at build time. This will get resolved
when the user starts the rump_server process.

OK pooka@


# 84099191 16-Jan-2014 pgoyette <pgoyette@NetBSD.org>

Use existing rumpkern_z library rather than including another copy of
zlib.c


# f8dd541c 16-Jan-2014 pgoyette <pgoyette@NetBSD.org>

Remove explicit definition of COMPAT_50. As pointed out by pooka@,
this is already defined in Makefile.rump


# 5e3ad7ff 14-Jan-2014 pgoyette <pgoyette@NetBSD.org>

Add new rump library for opencrypto framework