History log of /netbsd-current/sys/rump/dev/lib/libopencrypto/Makefile
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: nick-nhusb-base-20161204 pgoyette-localcount-20161104 nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529 nick-nhusb-base-20160422 nick-nhusb-base-20160319
# 1.10 26-Jan-2016 pooka

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.


Revision tags: nick-nhusb-base-20151226
# 1.9 19-Oct-2015 pooka

Add a COMMENT describing what each component roughly does.

"make describe" prints the comment.

Requested/inspired by Vincent Schwarzer on rumpkernel-users


Revision tags: nick-nhusb-base-20150921
# 1.8 20-Aug-2015 christos

use ioconf files for pseudo-device attach prototypes


Revision tags: netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 nick-nhusb-base-20150606 nick-nhusb-base-20150406 nick-nhusb-base tls-maxphys-base netbsd-7-base rmind-smpnet-base rmind-smpnet-nbase yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.7 13-Mar-2014 pooka

branches: 1.7.4; 1.7.6; 1.7.10; 1.7.12;
rename component.c -> opencrypto_component.c


# 1.6 03-Feb-2014 pgoyette

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.


# 1.5 31-Jan-2014 pgoyette

Use ioconf file to generate config data structures


# 1.4 16-Jan-2014 pgoyette

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

OK pooka@


# 1.3 16-Jan-2014 pgoyette

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


# 1.2 16-Jan-2014 pgoyette

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


# 1.1 14-Jan-2014 pgoyette

Add new rump library for opencrypto framework