haiku/src
Ingo Weinhold 4f2d40ec1b * The callback object created in WriteAsync() was never deleted. Thus
eventually the VIP heap would be exhausted.
* WriteAsync() didn't call the provided callback when an error occurred
  before invoking vfs_asynchronous_write_pages(). The page writer would
  get stuck in those cases.
* The object cache used for the swap blocks does now use the
  asynchronous resizing feature to avoid deadlocks.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27101 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-08-21 03:28:35 +00:00
..
add-ons * Turned off debugging output (intel.cpp still puts out some stuff, but only 2008-08-20 20:42:24 +00:00
apps Icon-O-Matic will now fall back to trying to open the icon attribute of any 2008-08-19 15:53:37 +00:00
bin should have been part of previous commit 2008-08-20 23:28:06 +00:00
build
data - reverted last commit until the remaining issues are fixed 2008-08-20 18:50:14 +00:00
documentation
kits - Changed Alt/Ctrl mode handling in Menu prefs, BMenu and Appearance 2008-08-21 00:59:30 +00:00
libs
preferences - Changed Alt/Ctrl mode handling in Menu prefs, BMenu and Appearance 2008-08-21 00:59:30 +00:00
servers - Added skeleton for new cddb_server. 2008-08-21 02:33:19 +00:00
system * The callback object created in WriteAsync() was never deleted. Thus 2008-08-21 03:28:35 +00:00
tests other part of the patch from andreasf (fixes bug #2637) 2008-08-19 13:51:37 +00:00
tools
Jamfile