haiku/src/system/kernel/vm
Axel Dörfler 00be6a4ccb And of course, we shouldn't test newArea->cache_type before it was set...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20283 a95241bf-73f2-0310-859d-f6bbb57e9c96
2007-03-01 13:58:34 +00:00
..
Jamfile * Introduced new build system variables 2005-12-30 21:20:07 +00:00
vm_address_space.c First baby step towards a lockless get_memory_map(): vm_get_current_user_address_space() 2006-04-27 17:46:19 +00:00
vm_cache.c Fixed a couple of issues in our VM: 2007-02-01 12:12:54 +00:00
vm_daemons.c Another work-in-progress towards having extra structures per mapping per page: 2007-02-28 13:24:53 +00:00
vm_low_memory.cpp * Removed my old doubly linked list implementation, and stay with Ingo's. 2006-03-27 10:27:05 +00:00
vm_page.c Another work-in-progress towards having extra structures per mapping per page: 2007-02-28 13:24:53 +00:00
vm_store_anonymous_noswap.c * Added the possibility to pre-commit pages for areas that can overcommit. 2007-01-12 18:51:01 +00:00
vm_store_anonymous_noswap.h * Added the possibility to pre-commit pages for areas that can overcommit. 2007-01-12 18:51:01 +00:00
vm_store_device.c Another work-in-progress towards having extra structures per mapping per page: 2007-02-28 13:24:53 +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 Added a "reenter" parameter to the {read|write}_pages() functions to give file 2006-04-12 13:34:04 +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 And of course, we shouldn't test newArea->cache_type before it was set... 2007-03-01 13:58:34 +00:00