..
default_pager.c
vm_pager_put_pages() is passed an rcval array to hold per-page return
1999-01-24 02:32:15 +00:00
default_pager.h
device_pager.c
Casting handles from void * to uintptr_t on the way to dev_t became
1999-05-13 12:55:37 +00:00
pmap.h
Make pmap_collect() an official pmap interface.
1999-04-23 20:29:58 +00:00
swap_pager.c
remove b_proc from struct buf, it's (now) unused.
1999-05-06 20:00:34 +00:00
swap_pager.h
vm_pager_put_pages() is passed an rcval array to hold per-page return
1999-01-24 02:32:15 +00:00
vm_extern.h
Add a function kmem_alloc_nofault() - same as kmem_alloc_pageable(), but
1999-06-08 17:03:28 +00:00
vm_fault.c
The VFS/BIO subsystem contained a number of hacks in order to optimize
1999-05-02 23:57:16 +00:00
vm_glue.c
Only use p->p_lock (manage by PHOLD()/PRELE()) - P_NOSWAP/P_PHYSIO is no
1999-04-06 03:11:34 +00:00
vm_inherit.h
vm_init.c
Back out DIAGNOSTIC changes.
1998-02-06 12:14:30 +00:00
vm_kern.c
Add a function kmem_alloc_nofault() - same as kmem_alloc_pageable(), but
1999-06-08 17:03:28 +00:00
vm_kern.h
Attempt to fix the previous fix to the contigmalloc1 prototype.
1997-10-11 10:39:19 +00:00
vm_map.c
vm_map_insert sometimes extends an existing vm_map entry, rather than
1999-06-17 05:49:00 +00:00
vm_map.h
Add the options MAP_PREFAULT and MAP_PREFAULT_PARTIAL to vm_map_find/insert,
1999-05-17 00:53:56 +00:00
vm_meter.c
Add sysctl descriptions to many SYSCTL_XXXs
1999-05-03 23:57:32 +00:00
vm_mmap.c
vm_mmap:
1999-06-05 18:21:53 +00:00
vm_object.c
Addendum to 1.155. Verify the existence of the object before checking
1999-05-30 01:12:19 +00:00
vm_object.h
Revamp vm_object_[q]collapse(). Despite the complexity of this patch,
1999-02-08 19:00:15 +00:00
vm_page.c
The VFS/BIO subsystem contained a number of hacks in order to optimize
1999-05-02 23:57:16 +00:00
vm_page.h
The VFS/BIO subsystem contained a number of hacks in order to optimize
1999-05-02 23:57:16 +00:00
vm_pageout.c
Make pmap_collect() an official pmap interface.
1999-04-23 20:29:58 +00:00
vm_pageout.h
This is a rather large commit that encompasses the new swapper,
1999-01-21 08:29:12 +00:00
vm_pager.c
remove b_proc from struct buf, it's (now) unused.
1999-05-06 20:00:34 +00:00
vm_pager.h
The VFS/BIO subsystem contained a number of hacks in order to optimize
1999-05-02 23:57:16 +00:00
vm_param.h
There is a comment in vm_param.h which doesn't belong to the
1998-07-22 06:21:55 +00:00
vm_prot.h
vm_swap.c
Shorten a detour around dev_t to get a udev_t created.
1999-06-01 17:11:27 +00:00
vm_unix.c
Removed ENOMEM error on swap_pager_full condition which ignored the
1999-02-22 08:42:16 +00:00
vm_zone.c
KNFize, by bde.
1999-01-10 01:58:29 +00:00
vm_zone.h
KNFize, by bde.
1999-01-10 01:58:29 +00:00
vm.h
vnode_pager.c
Fix confusion of size of transfer with size of the pager.
1999-05-15 23:42:39 +00:00
vnode_pager.h
Fixed two potentially serious classes of bugs:
1998-10-13 08:24:45 +00:00