NetBSD/sys/vm
cgd 62034405e6 allow kmem_malloc to return NULL if canwait is set and there's no map space
left, rather than panic()ing.  This allows callers to set their own policy
for how to handle the shortage.  Add a few comments.
1996-06-13 16:52:06 +00:00
..
device_pager.c Fix vm_offset_t (unsigned long) and vm_size_t (unsigned long) printf arguments 1996-03-16 23:15:18 +00:00
device_pager.h
kern_lock.c
lock.h
pmap.h Make prototyping of most functions conditional on `PMAP_EXCLUDE_DECLS'. 1996-03-31 22:15:32 +00:00
swap_pager.c Fix vm_offset_t (unsigned long) and vm_size_t (unsigned long) printf arguments 1996-03-16 23:15:18 +00:00
swap_pager.h
vm.h
vm_conf.h VM prototype changes 1996-02-05 01:53:47 +00:00
vm_extern.h Added missing prototypes from <sys/cpu.h> 1996-04-23 12:25:23 +00:00
vm_fault.c count pagein faults in struct user. (from kenneth stailey pr#1397]) 1996-05-20 17:40:02 +00:00
vm_glue.c Make v_swpin & v_swpout tick. 1996-05-29 21:20:11 +00:00
vm_inherit.h
vm_init.c
vm_kern.c allow kmem_malloc to return NULL if canwait is set and there's no map space 1996-06-13 16:52:06 +00:00
vm_kern.h
vm_map.c One more cleanup pass to change %x to %p for pointers 1996-02-10 00:07:59 +00:00
vm_map.h
vm_meter.c VM prototype changes 1996-02-05 01:53:47 +00:00
vm_mmap.c Fix vm_offset_t (unsigned long) and vm_size_t (unsigned long) printf arguments 1996-03-16 23:15:18 +00:00
vm_object.c Remove vm_object_prefer. VM code now calls PMAP_PREFER directly. 1996-02-28 22:35:35 +00:00
vm_object.h
vm_page.c VM prototype changes 1996-02-05 01:53:47 +00:00
vm_page.h
vm_pageout.c VM prototype changes 1996-02-05 01:53:47 +00:00
vm_pageout.h
vm_pager.c Fix vm_offset_t (unsigned long) and vm_size_t (unsigned long) printf arguments 1996-03-16 23:15:18 +00:00
vm_pager.h
vm_param.h
vm_prot.h
vm_swap.c VM prototype changes 1996-02-05 01:53:47 +00:00
vm_unix.c One more cleanup pass to change %x to %p for pointers 1996-02-10 00:07:59 +00:00
vm_user.c Replace vm_object_prefer with PMAP_PREFER. 1996-02-28 22:39:13 +00:00
vnode_pager.c Fix vm_offset_t (unsigned long) and vm_size_t (unsigned long) printf arguments 1996-03-16 23:15:18 +00:00
vnode_pager.h