freebsd-dev/sys/vm
Bruce Evans 1475d9283e Move a kernel inline function inside `#ifdef KERNEL' so that including
<vm/vm.h> doesn't cause warnings about nonexistent functions called
by the inline function.  Clean up the formatting of the function.
1995-03-12 12:42:00 +00:00
..
device_pager.c Clear OBJ_INTERNAL flag for device pager objects and named anonymous 1995-03-11 22:25:02 +00:00
device_pager.h
kern_lock.c Slight change to include file order to accommodate upcoming changes. 1995-03-01 21:37:44 +00:00
lock.h
pmap.h
swap_pager.c Clear OBJ_INTERNAL flag for device pager objects and named anonymous 1995-03-11 22:25:02 +00:00
swap_pager.h swap_pager.c: 1995-02-02 09:09:15 +00:00
vm_extern.h vm_extern.h: removed vm_allocate_with_pager. 1995-02-21 01:32:47 +00:00
vm_fault.c Various changes from John and myself that do the following: 1995-03-01 23:30:04 +00:00
vm_glue.c Panic if u_map allocation fails. 1995-02-21 12:06:06 +00:00
vm_inherit.h
vm_init.c
vm_kern.c Deprecated remaining use of vm_deallocate. Deprecated vm_allocate_with_ 1995-02-21 01:22:48 +00:00
vm_kern.h
vm_map.c Various changes from John and myself that do the following: 1995-03-01 23:30:04 +00:00
vm_map.h
vm_meter.c
vm_mmap.c Fixed obsolete comment. 1995-03-12 08:11:34 +00:00
vm_object.c Fixed obsolete comment. 1995-03-12 08:11:34 +00:00
vm_object.h Move a kernel inline function inside `#ifdef KERNEL' so that including 1995-03-12 12:42:00 +00:00
vm_page.c Various changes from John and myself that do the following: 1995-03-01 23:30:04 +00:00
vm_page.h Various changes from John and myself that do the following: 1995-03-01 23:30:04 +00:00
vm_pageout.c Deleted vm_object_setpager(). 1995-03-12 07:58:29 +00:00
vm_pageout.h Various changes from John and myself that do the following: 1995-03-01 23:30:04 +00:00
vm_pager.c Fix completely bogus comment. 1995-03-11 22:25:20 +00:00
vm_pager.h
vm_param.h
vm_prot.h
vm_swap.c
vm_unix.c Stop using vm_allocate and vm_deallocate. 1995-02-20 17:36:36 +00:00
vm_user.c Removed vm_allocate(), vm_deallocate(), and vm_protect() functions. The 1995-02-20 23:58:10 +00:00
vm_vmio.c
vm.h
vnode_pager.c Explicitly set object->flags = OBJ_CANPERSIST. 1995-03-12 07:56:06 +00:00
vnode_pager.h