.. |
default_pager.c
|
|
|
device_pager.c
|
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
|
2003-01-21 08:56:16 +00:00 |
phys_pager.c
|
|
|
pmap.h
|
|
|
swap_pager.c
|
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
|
2003-01-21 08:56:16 +00:00 |
swap_pager.h
|
|
|
uma_core.c
|
Change a printf to also tell how many items were left in the zone.
|
2003-02-04 08:23:18 +00:00 |
uma_dbg.c
|
|
|
uma_dbg.h
|
|
|
uma_int.h
|
|
|
uma.h
|
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
|
2003-01-21 08:56:16 +00:00 |
vm_contig.c
|
|
|
vm_extern.h
|
use 'void *' instead of 'caddr_t' for useracc, kernacc, vslock and vsunlock.
|
2003-01-21 11:34:57 +00:00 |
vm_fault.c
|
Merge all the various copies of vm_fault_quick() into a single
|
2003-01-16 00:02:21 +00:00 |
vm_glue.c
|
use 'void *' instead of 'caddr_t' for useracc, kernacc, vslock and vsunlock.
|
2003-01-21 11:34:57 +00:00 |
vm_init.c
|
|
|
vm_kern.c
|
Allow kmem_malloc() without Giant if M_NOWAIT is specified.
|
2003-01-04 19:26:35 +00:00 |
vm_kern.h
|
|
|
vm_map.c
|
Add MTX_DUPOK to the initialization of system map locks.
|
2003-01-25 18:45:55 +00:00 |
vm_map.h
|
|
|
vm_meter.c
|
Make 'sysctl vm.vmtotal' work properly using updated patch from Hiten.
|
2003-01-11 07:29:47 +00:00 |
vm_mmap.c
|
Bow to the whining masses and change a union back into void *. Retain
|
2003-01-13 00:33:17 +00:00 |
vm_object.c
|
Simplify vm_object_page_remove(): The object's memq is now ordered. The
|
2003-01-27 01:12:35 +00:00 |
vm_object.h
|
|
|
vm_page.c
|
- Convert the tsleep()s in vm_wait() and vm_waitpfault() to msleep()s
|
2003-02-01 21:18:16 +00:00 |
vm_page.h
|
|
|
vm_pageout.c
|
- It's more accurate to say that vm_paging_needed() returns TRUE
|
2003-02-02 07:16:40 +00:00 |
vm_pageout.h
|
Make vm_pageout_page_free() static.
|
2003-01-14 02:28:39 +00:00 |
vm_pageq.c
|
|
|
vm_pager.c
|
|
|
vm_pager.h
|
|
|
vm_param.h
|
Rev 1.16 renamed VM_METER to VM_TOTAL. This is breaking 3rd-party apps.
|
2003-01-18 21:14:02 +00:00 |
vm_swap.c
|
Fix swapping to a file, it was broken when SPECSTRATEGY was introduced.
|
2003-01-20 20:00:32 +00:00 |
vm_unix.c
|
|
|
vm_zeroidle.c
|
|
|
vm.h
|
|
|
vnode_pager.c
|
We can get past here on a normal vnode as well, so use VOP_STRATEGY if so.
|
2003-01-13 21:32:16 +00:00 |
vnode_pager.h
|
|
|