CVSROOT: /cvs Module name: src Changes by: v...@cvs.openbsd.org 2018/04/23 20:53:44
Modified files: sys/arch/amd64/amd64: aesni.c Log message: Do not lock the kernel when expanding the working buffer. malloc(9) and free(9) are MP-safe nowadays. OK mpi@