CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2011/06/06 11:05:46
Modified files: sys/kern : kern_fork.c kern_malloc.c Log message: push kernel malloc(9) and kernel stacks into non-dma memory, since that appears to be safe now. If not, we'll know soon where the bugs lie, so that we can fix them. This diff has been in snapshots for many months. ok oga miod