Date: Tue, 29 Oct 1996 14:07:19 -0800 (PST) From: John Dyson <dyson> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_mmap.c Message-ID: <199610292207.OAA29669@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dyson 96/10/29 14:07:15 Modified: sys/vm vm_mmap.c Log: Change mmap to use OBJT_DEFAULT instead of OBJT_SWAP by default for anonymous objects. The system will automatically change the type to SWAP if needed (for size or pageout reasons.) Revision Changes Path 1.53 +2 -2 src/sys/vm/vm_mmap.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610292207.OAA29669>