haiku/src/kernel/core/vm
Axel Dörfler 25c4f39f68 Implemented vm_free_kernel_args() which frees all arguments from the kernel_args arguments
list (but not the structure itself).
Now calls heap_init_post_thread(), heap_init_post_sem() was called ..._postsem() before.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9457 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-10-23 13:52:42 +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 Now make sure that the kernel address space translation map is initialized 2004-10-19 23:38:05 +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 Replaced all remaining PAGE_SIZE with B_PAGE_SIZE and "addr" with addr_t. 2004-10-20 00:19:38 +00:00
vm_page.c Renamed vm_alloc_from_ka_struct() to vm_alloc_from_kernel_args(). 2004-10-19 23:41:48 +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 Replaced all remaining PAGE_SIZE with B_PAGE_SIZE and "addr" with addr_t. 2004-10-20 00:19:38 +00:00
vm.c Implemented vm_free_kernel_args() which frees all arguments from the kernel_args arguments 2004-10-23 13:52:42 +00:00