Date: Fri, 15 Sep 1995 16:49:25 -0700 From: David Greenman <davidg> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/i386 mem.c Message-ID: <199509152349.QAA16172@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidg 95/09/15 16:49:24 Modified: sys/i386/i386 mem.c Log: Check for page being resident when doing I/O with /dev/kmem and return EFAULT if it is not resident. This prevents the system from manufacturing a zero-fill page for unused but allocated areas of the kernel's VM. This should fix the "CMAP busy" panic that some people saw during system startup.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509152349.QAA16172>