Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Apr 1996 21:16:48 -0700 (PDT)
From:      John Dyson <dyson>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/vm vm_kern.c vm_object.c
Message-ID:  <199604240416.VAA14212@freefall.freebsd.org>

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

  Modified:    sys/vm    vm_kern.c vm_object.c
  Log:
  This fixes kmem_malloc/kmem_free (and malloc/free of objects of > 8K).
  A page index was calculated incorrectly in vm_kern, and vm_object_page_remove
  removed pages that should not have been.
  
  Revision  Changes    Path
  1.23      +2 -2      src/sys/vm/vm_kern.c
  1.68      +9 -6      src/sys/vm/vm_object.c



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