haiku/src/kernel/core/vm
Axel Dörfler 8bf77a7332 _get_next_area_info() skipped every second area if they were adjacent.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9289 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-10-12 02:50:30 +00:00
..
Jamfile Moved everything from vm.c belonging to vm_address_space into a separate file. 2004-10-07 16:15:49 +00:00
vm_address_space.c Added vm_delete_aspace() again - unlike before, it now also puts the last 2004-10-10 17:21:38 +00:00
vm_cache.c vm_cache_resize() now requires you to have the vm_cache_ref lock held. 2004-10-08 23:11:50 +00:00
vm_daemons.c Fixed warnings due to the type changes in vm_translation_map.h. 2004-06-17 13:23:30 +00:00
vm_page.c B_EXACT_KERNEL_ADDRESS doesn't really make a lot of sense. 2004-10-08 01:16:54 +00:00
vm_store_anonymous_noswap.c The VM store interface has changed to better match the one of the device interface. 2004-09-04 17:41:42 +00:00
vm_store_device.c The VM store interface has changed to better match the one of the device interface. 2004-09-04 17:41:42 +00:00
vm_store_null.c The VM store interface has changed to better match the one of the device interface. 2004-09-04 17:41:42 +00:00
vm_tests.c Added tests for vm_copy_area() and resize_area(). 2004-10-08 23:12:55 +00:00
vm.c _get_next_area_info() skipped every second area if they were adjacent. 2004-10-12 02:50:30 +00:00