NetBSD/sys/vm
christos 3cc52443b5 Fix vm_offset_t (unsigned long) and vm_size_t (unsigned long) printf arguments
to %lx and %ld instead of %x and %d.
1996-03-16 23:15:18 +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 redo that last change, correctly. (suggested by mycroft.) 1994-10-30 19:11:09 +00:00
lock.h redo that last change, correctly. (suggested by mycroft.) 1994-10-30 19:11:09 +00:00
pmap.h fix a printf warning and add pmap_page_index declaration 1996-02-12 21:51:52 +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 One more cleanup pass to change %x to %p for pointers 1996-02-10 00:07:59 +00:00
vm_fault.c VM prototype changes 1996-02-05 01:53:47 +00:00
vm_glue.c We no longer need the old hack for allocating the u-area on the i386. 1996-02-18 22:53:43 +00:00
vm_inherit.h
vm_init.c
vm_kern.c kernel_pmap --> pmap_kernel() 1995-04-10 16:48:27 +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 KERNEL -> _KERNEL 1995-03-26 20:35:13 +00:00
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 KERNEL -> _KERNEL 1995-03-29 21:57:43 +00:00
vm_page.c VM prototype changes 1996-02-05 01:53:47 +00:00
vm_page.h KERNEL -> _KERNEL 1995-03-26 20:35:13 +00:00
vm_pageout.c VM prototype changes 1996-02-05 01:53:47 +00:00
vm_pageout.h KERNEL -> _KERNEL 1995-03-26 20:35:13 +00:00
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 KERNEL -> _KERNEL 1995-03-26 20:35:13 +00:00
vm_param.h KERNEL -> _KERNEL 1995-03-26 20:35:13 +00:00
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