haiku/src/system/kernel/vm
Axel Dörfler b4499305c7 vm_cache_resize() could remove one page too many, and thus eventually free
a modified page that mustn't be removed. This fixes bug #110.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16613 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-03-06 22:28:40 +00:00
..
Jamfile * Introduced new build system variables 2005-12-30 21:20:07 +00:00
vm_address_space.c Separated vm_address_space.h from vm.h. 2005-12-20 15:54:45 +00:00
vm_cache.c vm_cache_resize() could remove one page too many, and thus eventually free 2006-03-06 22:28:40 +00:00
vm_daemons.c Separated vm_address_space.h from vm.h. 2005-12-20 15:54:45 +00:00
vm_low_memory.cpp * Added debug output to vm_low_memory.cpp. 2005-12-16 17:35:03 +00:00
vm_page.c * Made vm_alloc_virtual_from_kernel_args() available to other kernel 2006-01-07 17:37:21 +00:00
vm_store_anonymous_noswap.c Moved the headers of the different store implementations into the VM source 2005-12-21 20:08:49 +00:00
vm_store_anonymous_noswap.h Moved the headers of the different store implementations into the VM source 2005-12-21 20:08:49 +00:00
vm_store_device.c Moved the headers of the different store implementations into the VM source 2005-12-21 20:08:49 +00:00
vm_store_device.h Moved the headers of the different store implementations into the VM source 2005-12-21 20:08:49 +00:00
vm_store_null.c Moved the headers of the different store implementations into the VM source 2005-12-21 20:08:49 +00:00
vm_store_null.h Moved the headers of the different store implementations into the VM source 2005-12-21 20:08:49 +00:00
vm_tests.c Separated vm_address_space.h from vm.h. 2005-12-20 15:54:45 +00:00
vm.cpp * Many VM area creation functions just panicked when a vm_store, vm_cache, 2006-03-06 13:06:10 +00:00