Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Apr 1996 21:12:21 -0700 (PDT)
From:      David Greenman <davidg>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/vm vm_map.c
Message-ID:  <199604260412.VAA06874@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604260412.VAA06874>