haiku/src
Axel Dörfler 4d1fd46cdf * Replaced DEBUG MultiLocker with an implementation that actually helps debugging
locking problems (instead of debugging the locker class).
* MultiLocker::IsReadLocked() is now only exported with DEBUG mode turned on, as
  it only works correctly in this case.
* Made MultiLocker safe against B_INTERRUPTED, ie. it now just tries to lock again
  instead of failing for no obvious reason.
* Removed bogus arguments to acquire_sem_etc() in MultiLocker (like B_DO_NOT_RESCHEDULE).
* Applied coding style to MultiLocker.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20055 a95241bf-73f2-0310-859d-f6bbb57e9c96
2007-02-02 19:16:18 +00:00
..
add-ons The SemaphorePool method could hand out unbalanced semaphores - it only called 2007-02-02 17:12:00 +00:00
apps We now disable the "Resize..." menu item when a slideshow is started. Not a 2007-01-30 19:24:12 +00:00
bin Only launch a new instance of BeShare if it's not yet running or we specify a server in the url. 2007-02-02 17:00:06 +00:00
build FreeBSD build platform support. Original patches courtesy of 2006-11-29 18:08:00 +00:00
data update from tzdata2007a.tar.gz 2007-01-09 22:35:49 +00:00
documentation Renamed to index.html because this makes it easier to read it from the 2007-01-24 20:46:27 +00:00
kits Fixed BScreen::SetMode() to use the current workspace when none is given. 2007-02-02 17:47:01 +00:00
libs Corrected include directories for non-Haiku platforms. USBKit.a can now be built for R5 too. 2007-01-26 16:57:34 +00:00
preferences Now we also update the original preferences when multi-screen settings change. 2007-02-02 08:23:34 +00:00
servers * Replaced DEBUG MultiLocker with an implementation that actually helps debugging 2007-02-02 19:16:18 +00:00
system Moved libroot/posix/kerrno.c to kernel/lib/ where it belongs, and renamed it to kernel_errno.c. 2007-02-02 10:53:57 +00:00
tests The RosterShell can be compiled for all BeOS compatible platforms. 2007-01-30 13:05:30 +00:00
tools Fixed build under Linux. Also tested on BeOS. Fixes bug #983. 2007-01-28 12:33:12 +00:00
Jamfile