Module Name: src Committed By: martin Date: Mon Apr 6 14:57:42 UTC 2020
Modified Files: src/sys/dev [netbsd-9]: cgd.c cgdvar.h Log Message: Pull up following revision(s) (requested by riastradh in ticket #823): sys/dev/cgdvar.h: revision 1.19 sys/dev/cgd.c: revision 1.122 sys/dev/cgd.c: revision 1.123 sys/dev/cgd.c: revision 1.124 Defer crypto operations to a workqueue and make it utilize all CPUs. Make device mpsafe. Some code cleanup. Don't wait for data buffer. cgd: switch from malloc(9) to kmem(9) XXX might be worthwhile to use pool_cache(9) in the write path To generate a diff of this commit: cvs rdiff -u -r1.116.10.2 -r1.116.10.3 src/sys/dev/cgd.c cvs rdiff -u -r1.18 -r1.18.24.1 src/sys/dev/cgdvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.