.. |
default_pager.c
|
Remove references to vm_zone.h and switch over to the new uma API.
|
2002-03-20 04:02:59 +00:00 |
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
|
Increase the scope of the page queues lock in phys_pager_getpages().
|
2002-12-27 06:09:56 +00:00 |
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
|
Assert that the vm object is locked on entry to swap_pager_freespace().
|
2003-06-07 20:43:16 +00:00 |
swap_pager.h
|
- Move swap_pager_isswapped()'s prototype to a more logical place.
|
2003-04-24 05:29:27 +00:00 |
uma_core.c
|
Revert last commit, I have no idea what happened.
|
2003-06-09 22:51:36 +00:00 |
uma_dbg.c
|
atomic_set_8 isn't MI. Instead, follow Jake's suggestions about
|
2002-11-11 11:50:03 +00:00 |
uma_dbg.h
|
- Use my freebsd email alias in the copyright.
|
2002-09-19 06:05:32 +00:00 |
uma_int.h
|
Prepend _ to internal union members to avoid ambiguity.
|
2003-05-31 19:52:15 +00:00 |
uma.h
|
Back out M_* changes, per decision of the TRB.
|
2003-02-19 05:47:46 +00:00 |
vm_contig.c
|
- Acquire the vm_object's lock when performing vm_object_page_clean().
|
2003-04-24 04:31:25 +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
|
Prefer the proc lock to sched_lock when testing PS_INMEM now that it is
|
2003-04-22 20:01:56 +00:00 |
vm_glue.c
|
GC unused cpu_wait() function
|
2003-06-11 05:20:33 +00:00 |
vm_init.c
|
Move the definitions of the hw.physmem, hw.usermem and hw.availpages
|
2002-11-07 23:57:17 +00:00 |
vm_kern.c
|
Lock the kernel object in kmem_alloc().
|
2003-06-07 23:24:10 +00:00 |
vm_kern.h
|
Move kernel_vm_end's declaration to pmap.h; add a comment regarding the
|
2003-02-15 19:38:23 +00:00 |
vm_map.c
|
Pass the vm object to vm_object_collapse() with its lock held.
|
2003-06-07 02:29:17 +00:00 |
vm_map.h
|
- When the VM daemon is out of swap space and looking for a
|
2003-03-12 23:13:16 +00:00 |
vm_meter.c
|
Lock some manipulations of the vm object's flags.
|
2003-04-13 19:36:18 +00:00 |
vm_mmap.c
|
Hold the vm object's lock when performing vm_page_lookup().
|
2003-06-09 07:01:05 +00:00 |
vm_object.c
|
Don't use vm_object_set_flag() to initialize the vm object's flags.
|
2003-06-09 06:50:02 +00:00 |
vm_object.h
|
- Add VM_OBJECT_TRYLOCK().
|
2003-06-04 19:59:23 +00:00 |
vm_page.c
|
Teach vm_page_grab() how to handle the vm object's lock.
|
2003-06-07 23:22:04 +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
|
If we seem to be out of VM, don't allow the pagedaemon to kill
|
2003-05-19 00:51:07 +00:00 |
vm_pageout.h
|
Move a declaration to its proper place.
|
2003-05-03 04:21:16 +00:00 |
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
|
Lock the vm_object when performing vm_pager_deallocate().
|
2003-05-06 02:45:28 +00:00 |
vm_pager.h
|
Allow the VM object flushing code to cluster. When the filesystem syncer
|
2002-12-28 21:03:42 +00:00 |
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 NFS file swapping, I broke it 3 months ago it seems.
|
2003-06-05 21:57:19 +00:00 |
vm_unix.c
|
Use the fields in the sysentvec and in the vm map header in place of the
|
2002-09-21 22:07:17 +00:00 |
vm_zeroidle.c
|
Rename a static variable to avoid future conflicts.
|
2003-04-04 12:08:42 +00:00 |
vm.h
|
Change the way ELF coredumps are handled. Instead of unconditionally
|
2002-12-16 19:24:43 +00:00 |
vnode_pager.c
|
- Finish vm object and page locking in vnode_pager_setsize().
|
2003-06-10 20:28:41 +00:00 |
vnode_pager.h
|
Remove __P.
|
2002-03-19 22:20:14 +00:00 |