Date: Thu, 8 Nov 2007 19:35:36 +0000 (UTC) From: Stephan Uphoff <ups@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sys_process.c Message-ID: <200711081935.lA8JZa7w080118@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ups 2007-11-08 19:35:36 UTC FreeBSD src repository Modified files: sys/kern sys_process.c Log: Use VM_FAULT_DIRTY to fault in pages for write access in proc_rwmen. Otherwise copy on write may create an anonymous page that is not marked as dirty. Since writing data to these pages in this function also does not dirty these pages they may be later discarded by the pagedaemon. Revision Changes Path 1.146 +3 -2 src/sys/kern/sys_process.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711081935.lA8JZa7w080118>