haiku/src
Colin Günther cb89b085e3 * Completing the condition variable subsystem. Thanks to ingo for the heads
up.
* Removed the cv_waiters structure member as it is nowhere used in the network
  subsytem by FreeBSD either.
* Removing the sleepqueue dummy functions completely, as Haiku's condition
  variable subsystem is well suited for this purpose.
* This fixes the build, too, as it introduces the new implementation of pause
  and _pause.
* Implementing the msleep and wakeup functions based on the condition variable
  implementation.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34395 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-30 22:27:02 +00:00
..
add-ons Enabling linkage of the iprowifi2100 driver. 2009-11-30 21:20:34 +00:00
apps Removed unused input method variables. Input method handling will 2009-11-30 10:48:36 +00:00
bin added missing source for multibyte handling 2009-11-28 14:05:16 +00:00
build * Minor cleanup. 2009-11-26 16:04:23 +00:00
data * Added MIME type for PCX images based on humdinger's patch for ticket #5045. 2009-11-27 07:56:41 +00:00
documentation removed former haiku_book and headersampler tool 2007-10-04 22:15:58 +00:00
kits * The DesktopLink class creates a new link to the Desktop, and therefore also 2009-11-30 22:07:16 +00:00
libs * Completing the condition variable subsystem. Thanks to ingo for the heads 2009-11-30 22:27:02 +00:00
preferences Add Pair button to show the pincode screen(class testing purposes) 2009-11-28 19:31:56 +00:00
servers * Give the BClipboard lock a name. 2009-11-30 17:14:00 +00:00
system * Use a condition variable when waiting for a syscall to be done calling. 2009-11-30 16:10:11 +00:00
tests * Removed obsolete disk_scanner test app. 2009-11-30 15:42:21 +00:00
tools Changed the way the syscall infos are generated. We no longer include the 2009-11-27 21:00:37 +00:00
Jamfile