haiku/src/system/kernel/vm
Axel Dörfler ebcdd1fc61 * r33436 broke user_strlcpy() semantics: with a size of 0, "to" can be ignored,
and it's still a valid call.
* This fixes ktrace_printf() from userland.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33934 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-07 10:42:39 +00:00
..
Jamfile * VMCache::Write(): Added "uint32 flags" argument which is supposed to 2008-08-18 23:28:34 +00:00
PageCacheLocker.h * Made page_writer() use a marker page as well, so that it won't try to get 2007-11-07 17:09:05 +00:00
vm_address_space.cpp Use B_SYSTEM_TEAM instead of the hard-coded 1. 2009-07-29 18:53:38 +00:00
vm_cache.cpp * Fixed typo. 2009-07-26 12:13:20 +00:00
vm_daemons.cpp * Added kernel tracing for the page daemon and the page writer. 2008-10-11 15:17:12 +00:00
vm_page.cpp * There is no need for the sPageLock to be a spinlock - a mutex should do. This 2009-10-28 10:44:29 +00:00
vm.cpp * r33436 broke user_strlcpy() semantics: with a size of 0, "to" can be ignored, 2009-11-07 10:42:39 +00:00
VMAnonymousCache.cpp Make the swap hash lock into a rw_lock to reduce lock contention a bit. 2009-10-17 17:24:59 +00:00
VMAnonymousCache.h * Rework page writing to combine page writes where possible. For now the pages 2009-10-10 22:37:26 +00:00
VMAnonymousNoSwapCache.cpp * Added "flags" parameter to VMCache::Read(). 2008-10-11 07:30:44 +00:00
VMAnonymousNoSwapCache.h * Added "flags" parameter to VMCache::Read(). 2008-10-11 07:30:44 +00:00
VMDeviceCache.cpp * Added "flags" parameter to VMCache::Read(). 2008-10-11 07:30:44 +00:00
VMDeviceCache.h * Added "flags" parameter to VMCache::Read(). 2008-10-11 07:30:44 +00:00
VMNullCache.cpp Merged branch haiku/branches/developer/bonefish/vm into trunk. This 2008-07-22 20:36:32 +00:00
VMNullCache.h Merged branch haiku/branches/developer/bonefish/vm into trunk. This 2008-07-22 20:36:32 +00:00