1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-29 16:44:03 +00:00
freebsd/sys/vm
David Greenman c01a9b8ca0 Incorporated 4.4-lite vnode_pager_uncache() and vnode_pager_umount()
routines (and merged local changes). The changed vnode_pager_uncache
gets rids of the bogosity that you can call the routine without
having the vnode locked. The changed vnode_pager_umount properly locks
the vnode before calling vnode_pager_uncache.
1995-03-19 12:36:10 +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
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
vm_extern.h Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +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
vm_inherit.h
vm_init.c Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
vm_kern.c Special cased the handling of mb_map in the M_WAITOK case. kmem_malloc() 1995-03-15 07:52:06 +00:00
vm_kern.h
vm_map.c Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
vm_map.h Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
vm_meter.c
vm_mmap.c Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
vm_object.c Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
vm_object.h Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
vm_page.c In vm_page_alloc_contig: Removed a redundant semicolon and used 'm' instead 1995-03-18 01:04:36 +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 Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
vm_pageout.h Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
vm_pager.c Fix completely bogus comment. 1995-03-11 22:25:20 +00:00
vm_pager.h Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
vm_param.h
vm_prot.h
vm_swap.c Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
vm_unix.c
vm_user.c
vm_vmio.c
vm.h
vnode_pager.c Incorporated 4.4-lite vnode_pager_uncache() and vnode_pager_umount() 1995-03-19 12:36:10 +00:00
vnode_pager.h