]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
This fixes kmem_malloc/kmem_free (and malloc/free of objects of > 8K).
authordyson <dyson@FreeBSD.org>
Wed, 24 Apr 1996 04:16:45 +0000 (04:16 +0000)
committerdyson <dyson@FreeBSD.org>
Wed, 24 Apr 1996 04:16:45 +0000 (04:16 +0000)
commit6c1ec28cad770d94ddd85b4afe8fd30251744506
tree24c1be208d99dff66f1415eb70d718856cccd9ae
parentd91e0c6ebeced877c44174fc76878d154e2752cf
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.
sys/vm/vm_kern.c
sys/vm/vm_object.c