haiku/src/system/kernel/util
Axel Dörfler e6dc7903e4 * vm.h no longer includes vm_types.h - only those that actually need access
to the private VM types are including vm_types.h now.
* Removed vm_page, vm_area, vm_cache, and vm_address_space typedefs; it's
  cleaner this way, and the actual types are only used in C++ files now,
  anyway.
* And that caused changes in many files...
* Made commpage.h self-containing.
* Minor cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22329 a95241bf-73f2-0310-859d-f6bbb57e9c96
2007-09-27 12:21:33 +00:00
..
AVLTreeMap.cpp Revised the AVLTreeMap code: 2007-08-11 14:57:25 +00:00
cbuf.c * vm.h no longer includes vm_types.h - only those that actually need access 2007-09-27 12:21:33 +00:00
Jamfile Revised the AVLTreeMap code: 2007-08-11 14:57:25 +00:00
kernel_cpp.cpp Build fix for GCC 4 2007-07-28 22:36:02 +00:00
khash.c * Added hash_count_elements() and hash_count_used_slots() (mainly for 2007-09-09 17:19:52 +00:00
list.c Added a list_get_last_item() call - one day we should make most of them inline. 2006-06-21 16:13:34 +00:00
misc.c Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
queue.c Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
ring_buffer.cpp have ring_buffer built on non-haiku platforms 2006-08-04 19:20:01 +00:00