Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Dec 1996 16:03:44 -0800 (PST)
From:      John Dyson <dyson>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/vm vm_map.c vm_map.h
Message-ID:  <199612070003.QAA19586@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dyson       96/12/06 16:03:44

  Modified:    sys/vm    vm_map.c vm_map.h
  Log:
  Make vm_map_insert much more intelligent in the MAP_NOFAULT case so
  that map entries are coalesced when appropriate.  Also, conditionalize
  some code that is currently not used in vm_map_insert.  This mod
  has been added to eliminate unnecessary map entries in buffer map.
  
  Additionally, there were some cases where map coalescing could be done
  when it shouldn't.  That problem has been resolved.
  
  Revision  Changes    Path
  1.59      +27 -5     src/sys/vm/vm_map.c
  1.17      +2 -2      src/sys/vm/vm_map.h



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