NetBSD/sys/conf
jonathan 01c51dab61 Split opencrypto configuration into an attribute, usable by inkernel
clients, and a pseudo-device for userspace access.

The attribute is named `opencrypto'. The pseudo-device is renamed to
"crypto", which has a dependency on "opencrypto". The sys/conf/majors
entry and pseudo-device attach entrypoint are updated to match the
new pseudo-device name.

Fast IPsec (sys/netipsec/files.ipsec) now lists a dependency on the
"opencrypto" attribute.  Drivers for crypto accelerators (ubsec,
hifn775x) also pull in opencrypto, as providers of opencrypto transforms.
2003-12-31 16:44:26 +00:00
..
Makefile.kern.inc fix the MAKEVERBOSE messages to be consistent with the standard ones 2003-12-04 02:33:41 +00:00
files Replace the traditional buffer memory management -- based on fixed per buffer 2003-12-30 12:33:13 +00:00
majors Split opencrypto configuration into an attribute, usable by inkernel 2003-12-31 16:44:26 +00:00
newvers.sh Use a shell variable instead of a cpp #define to provide the full 2003-10-15 01:28:49 +00:00
newvers_stand.sh replace a head | tail | sed sequence with a single link awk invocation, 2000-08-23 07:15:20 +00:00
osrelease.sh get the release version from <sys/param.h>, so that it won't be necessary 2003-10-04 06:59:56 +00:00
param.c s/NBPG/PAGE_SIZE/ in a comment. 2003-12-31 12:34:22 +00:00