haiku/src/system/kernel
Ingo Weinhold 90d870c155 * Moved VMAddressSpace definition to vm_address_space.h.
* "Classified" VMAddressSpace, i.e. turned the vm_address_space_*() functions
  into methods, made all attributes (but "areas") private, and added
  accessors.
* Also turned the vm.cpp functions vm_area_lookup() and
  remove_area_from_address_space() into VMAddressSpace methods. The rest of
  the area management functionality will follow soon.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34447 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-12-02 16:12:15 +00:00
..
arch * Moved VMAddressSpace definition to vm_address_space.h. 2009-12-02 16:12:15 +00:00
cache Finished renaming of vm_cache to VMCache. 2009-12-01 17:45:55 +00:00
debug
device_manager * Moved VMAddressSpace definition to vm_address_space.h. 2009-12-02 16:12:15 +00:00
disk_device_manager
fs Finished renaming of vm_cache to VMCache. 2009-12-01 17:45:55 +00:00
lib
messaging
platform
posix
scheduler
slab * Moved VMAddressSpace definition to vm_address_space.h. 2009-12-02 16:12:15 +00:00
util Accidentally reverted this change before committing: Invalid cast in C++. 2009-12-01 17:26:22 +00:00
vm * Moved VMAddressSpace definition to vm_address_space.h. 2009-12-02 16:12:15 +00:00
boot_item.cpp
boot_splash.cpp
commpage.cpp
condition_variable.cpp
cpu.cpp
elf.cpp * Moved VMAddressSpace definition to vm_address_space.h. 2009-12-02 16:12:15 +00:00
heap.cpp
image.cpp
int.cpp
Jamfile Attempt at allowing to use C++ structures in C only code: We use the 2009-12-02 10:56:10 +00:00
kernel_c++_structs.cpp Attempt at allowing to use C++ structures in C only code: We use the 2009-12-02 10:56:10 +00:00
kernel_daemon.cpp
kernel_versions
kernel.rdef
linkhack.c
listeners.cpp
lock.cpp
low_resource_manager.cpp
main.cpp
module.cpp
Notifications.cpp
port.cpp
real_time_clock.cpp
sem.cpp
shutdown.cpp
signal.cpp
smp.cpp
syscalls.cpp
system_info.cpp
team.cpp * Moved VMAddressSpace definition to vm_address_space.h. 2009-12-02 16:12:15 +00:00
thread.cpp * Moved VMAddressSpace definition to vm_address_space.h. 2009-12-02 16:12:15 +00:00
timer.cpp
usergroup.cpp
wait_for_objects.cpp