Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Apr 1996 21:23:46 -0800 (PST)
From:      John Dyson <dyson>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/i386/include pmap.h src/sys/vm vm_glue.c vm_map.c
Message-ID:  <199604030523.VAA13259@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dyson       96/04/02 21:23:45

  Modified:    sys/vm    vm_glue.c vm_map.c
               sys/i386/include  pmap.h
  Log:
  Fixed a problem that the UPAGES of a process were being run down
  in a suboptimal manner.  I had also noticed some panics that appeared
  to be at least superficially caused by this problem.  Also, included
  are some minor mods to support more general handling of page table page
  faulting.  More details in a future commit.
  
  Revision  Changes    Path
  1.44      +41 -7     src/sys/vm/vm_glue.c
  1.42      +3 -7      src/sys/vm/vm_map.c
  1.35      +3 -3      src/sys/i386/include/pmap.h



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