From owner-cvs-sys Tue Oct 29 14:07:42 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA29774 for cvs-sys-outgoing; Tue, 29 Oct 1996 14:07:42 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA29669; Tue, 29 Oct 1996 14:07:19 -0800 (PST) Date: Tue, 29 Oct 1996 14:07:19 -0800 (PST) From: John Dyson Message-Id: <199610292207.OAA29669@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_mmap.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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