.. |
default_pager.c
|
|
|
device_pager.c
|
- Add vm_paddr_t, a physical address type. This is required for systems
|
2003-03-25 00:07:06 +00:00 |
phys_pager.c
|
|
|
pmap.h
|
- Kill the pv_flags member of the alpha mdpage since it stop being used
|
2003-04-10 18:42:06 +00:00 |
swap_pager.c
|
|
|
swap_pager.h
|
|
|
uma_core.c
|
Obtain Giant before calling kmem_alloc without M_NOWAIT and before calling
|
2003-03-26 18:44:53 +00:00 |
uma_dbg.c
|
|
|
uma_dbg.h
|
|
|
uma_int.h
|
|
|
uma.h
|
|
|
vm_contig.c
|
- Add vm_paddr_t, a physical address type. This is required for systems
|
2003-03-25 00:07:06 +00:00 |
vm_extern.h
|
- Add vm_paddr_t, a physical address type. This is required for systems
|
2003-03-25 00:07:06 +00:00 |
vm_fault.c
|
- Add vm_paddr_t, a physical address type. This is required for systems
|
2003-03-25 00:07:06 +00:00 |
vm_glue.c
|
|
|
vm_init.c
|
|
|
vm_kern.c
|
Eliminate unnecessary gotos from kmem_malloc().
|
2003-04-13 00:23:42 +00:00 |
vm_kern.h
|
|
|
vm_map.c
|
Lock some manipulations of the vm object's flags.
|
2003-04-13 20:22:02 +00:00 |
vm_map.h
|
|
|
vm_meter.c
|
Lock some manipulations of the vm object's flags.
|
2003-04-13 19:36:18 +00:00 |
vm_mmap.c
|
Add a facility allowing processes to inform the VM subsystem they are
|
2003-03-31 21:09:57 +00:00 |
vm_object.c
|
Lock some manipulations of the vm object's flags.
|
2003-04-13 23:43:34 +00:00 |
vm_object.h
|
Add new macros for locking and unlocking a vm object.
|
2003-04-13 18:39:47 +00:00 |
vm_page.c
|
- Kill the pv_flags member of the alpha mdpage since it stop being used
|
2003-04-10 18:42:06 +00:00 |
vm_page.h
|
- Add vm_paddr_t, a physical address type. This is required for systems
|
2003-03-25 00:07:06 +00:00 |
vm_pageout.c
|
Add a facility allowing processes to inform the VM subsystem they are
|
2003-03-31 21:09:57 +00:00 |
vm_pageout.h
|
|
|
vm_pageq.c
|
- Add vm_paddr_t, a physical address type. This is required for systems
|
2003-03-25 00:07:06 +00:00 |
vm_pager.c
|
Remove GIANT_REQUIRED from getpbuf(). Reviewed by: tegge
|
2003-04-05 21:01:16 +00:00 |
vm_pager.h
|
|
|
vm_param.h
|
|
|
vm_swap.c
|
|
|
vm_unix.c
|
|
|
vm_zeroidle.c
|
Rename a static variable to avoid future conflicts.
|
2003-04-04 12:08:42 +00:00 |
vm.h
|
|
|
vnode_pager.c
|
|
|
vnode_pager.h
|
|
|