haiku/src/system/kernel/cache
Axel Dörfler cd31b326a3 * The "block_cache" command checked the wrong variable to see if a block
could be found or not, eventually resulting in a read fault.
* It now also uses parse_expression() for its second argument, since it
  now returns an uint64 in Haiku.
* Tracing output cut off the label too early.
* Minor cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24579 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-03-25 19:21:01 +00:00
..
block_cache_private.h * Fixed compare_blocks() function; it actually gets cached_block**. 2008-01-22 08:16:04 +00:00
block_cache.cpp * The "block_cache" command checked the wrong variable to see if a block 2008-03-25 19:21:01 +00:00
BlockMap.cpp Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
BlockMap.h Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
file_cache.cpp * Added a new flag for write stat: B_STAT_SIZE_INSECURE that allows a 2008-03-24 13:39:02 +00:00
file_map.cpp * Fixed a big bug in common_file_io_vec_pages(): vecOffset was not correctly 2008-01-06 14:04:15 +00:00
Jamfile * Replaced my block allocator code in favour of Hugo's slab allocator 2008-01-16 20:43:12 +00:00
vnode_store.cpp store_acquire_unreferenced_ref() saves the pointer of the vnode it got 2008-03-13 23:41:14 +00:00
vnode_store.h * Added a acquire_unreferenced_ref() to vm_store 2007-10-06 15:35:38 +00:00