haiku/src
Ingo Weinhold 3c3674113f Fixed a race condition on thread exit: There was a gap between releasing
the death stack and reacquiring the thread lock in which another thread
could snatch our stack that we were still going to use for the
scheduler. Now we've got a second spinlock that we can hold while
releasing a semaphore.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22403 a95241bf-73f2-0310-859d-f6bbb57e9c96
2007-10-01 22:46:56 +00:00
..
add-ons Minor build fix - it still doesn't link, though. 2007-10-01 15:43:45 +00:00
apps * The ProgressWindow now starts centered over the reference window on every 2007-10-01 10:21:12 +00:00
bin convert files to new include file locations 2007-09-28 14:53:42 +00:00
build Copy change r22224: WriteAttrString() should write the terminating null. 2007-09-12 14:18:01 +00:00
data update to tzdata2007g 2007-09-23 18:17:31 +00:00
documentation Proofreading fixes for the last half of the document 2007-06-09 12:19:05 +00:00
kits Correctly implemented the missing BBitmap::GetOverlayRestrictions() on the 2007-09-30 16:03:53 +00:00
libs * Removed the qoca library and the layouter implementation using it. 2007-09-27 22:48:20 +00:00
preferences * don't know which option to pass to fopen() in order to create a file if it 2007-09-29 07:22:18 +00:00
servers Correctly implemented the missing BBitmap::GetOverlayRestrictions() on the 2007-09-30 16:03:53 +00:00
system Fixed a race condition on thread exit: There was a gap between releasing 2007-10-01 22:46:56 +00:00
tests Added two small select() test programs. select_check select()s 2007-10-01 00:39:38 +00:00
tools Stricter limit for the number of unused vnodes. The fs_shell doesn't 2007-09-19 20:14:50 +00:00
Jamfile libshared.a doesn't deserve a src/ subdirectory. Moved to 2007-06-15 18:32:50 +00:00