From owner-cvs-sys Thu Apr 25 21:12:40 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA06895 for cvs-sys-outgoing; Thu, 25 Apr 1996 21:12:40 -0700 (PDT) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA06874 Thu, 25 Apr 1996 21:12:21 -0700 (PDT) Date: Thu, 25 Apr 1996 21:12:21 -0700 (PDT) From: David Greenman Message-Id: <199604260412.VAA06874@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_map.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 96/04/25 21:12:20 Branch: sys/vm RELENG_2_1_0 Modified: sys/vm vm_map.c Log: Fixes for a couple of minor bugs: 1) allocate map VM from the kernel_map, not the kmem_map. 2) update map hint properly when simplifying a map and remove unnecessary restriction on object->paging_in_progress. The above problems wouldn't have caused any panics, and it's unlikely that there were any noticeable effects due to the bugs...but they're bugs nonetheless. Submitted by: dyson Revision Changes Path 1.22.4.2 +11 -10 src/sys/vm/vm_map.c