<feed xmlns='http://www.w3.org/2005/Atom'>
<title>progos/threads, branch master</title>
<subtitle>progos repository</subtitle>
<link rel='alternate' type='text/html' href='https://git.manuel.mausz.at/progos/'/>
<entry>
<title>add dynamic stack growing</title>
<updated>2012-06-19T21:31:28+00:00</updated>
<author>
<name>manuel</name>
<email>manuel@mausz.at</email>
</author>
<published>2012-06-19T21:31:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.manuel.mausz.at/progos/commit/?id=abd273ce0a9ae9267f8b0a144ea9b56d8912f9b5'/>
<id>abd273ce0a9ae9267f8b0a144ea9b56d8912f9b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>implement page table and use it for lazy loading of segments</title>
<updated>2012-06-18T23:44:56+00:00</updated>
<author>
<name>manuel</name>
<email>manuel@mausz.at</email>
</author>
<published>2012-06-18T23:44:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.manuel.mausz.at/progos/commit/?id=e88a8c4c379d721e9901752d440a05295087da11'/>
<id>e88a8c4c379d721e9901752d440a05295087da11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* fix possible race in thread_set_priority</title>
<updated>2012-05-11T18:48:58+00:00</updated>
<author>
<name>manuel</name>
<email>manuel@mausz.at</email>
</author>
<published>2012-05-11T18:48:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.manuel.mausz.at/progos/commit/?id=9b19a84ed640cb15e6ca87ddc025c90d78a5fbdc'/>
<id>9b19a84ed640cb15e6ca87ddc025c90d78a5fbdc</id>
<content type='text'>
* fill in same parts of proj1.txt
* use thread_get_priority() whenever possible
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fill in same parts of proj1.txt
* use thread_get_priority() whenever possible
</pre>
</div>
</content>
</entry>
<entry>
<title>accidentally removed semaphore_priority_cmp_greater</title>
<updated>2012-05-11T13:24:08+00:00</updated>
<author>
<name>manuel</name>
<email>manuel@mausz.at</email>
</author>
<published>2012-05-11T13:24:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.manuel.mausz.at/progos/commit/?id=4571d64e74dadd1b2169e8cd276f8a298decd5f0'/>
<id>4571d64e74dadd1b2169e8cd276f8a298decd5f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix wrong behavior of cond_wait/cond_signal in donation case.</title>
<updated>2012-05-11T13:07:44+00:00</updated>
<author>
<name>manuel</name>
<email>manuel@mausz.at</email>
</author>
<published>2012-05-11T13:07:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.manuel.mausz.at/progos/commit/?id=29adc36b906ae3be5afc577450136e11c12bc0a0'/>
<id>29adc36b906ae3be5afc577450136e11c12bc0a0</id>
<content type='text'>
we can't pre-sort the waiters list here either. it's the same as with
sema_up/sema_down
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we can't pre-sort the waiters list here either. it's the same as with
sema_up/sema_down
</pre>
</div>
</content>
</entry>
<entry>
<title>slightly better description</title>
<updated>2012-05-11T01:11:51+00:00</updated>
<author>
<name>manuel</name>
<email>manuel@mausz.at</email>
</author>
<published>2012-05-11T01:11:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.manuel.mausz.at/progos/commit/?id=030ced4e1f188f52f6579532c860f5c60cfec826'/>
<id>030ced4e1f188f52f6579532c860f5c60cfec826</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>major: added support for nested priority donation</title>
<updated>2012-05-11T01:02:38+00:00</updated>
<author>
<name>manuel</name>
<email>manuel@mausz.at</email>
</author>
<published>2012-05-11T01:02:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.manuel.mausz.at/progos/commit/?id=04bb67f0e37a9144c4656d21f9f876f256de13e5'/>
<id>04bb67f0e37a9144c4656d21f9f876f256de13e5</id>
<content type='text'>
minor: replaced priority with a pointer to the waiting thread in condition handling
status: 0/18 failed!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
minor: replaced priority with a pointer to the waiting thread in condition handling
status: 0/18 failed!
</pre>
</div>
</content>
</entry>
<entry>
<title>* only wake up one thread in sema_up() and remove pre-sorting in sema_down()</title>
<updated>2012-05-10T10:04:50+00:00</updated>
<author>
<name>manuel</name>
<email>manuel@mausz.at</email>
</author>
<published>2012-05-10T10:04:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.manuel.mausz.at/progos/commit/?id=2ea82ff0203b1cc22b55900752d44514506eb01e'/>
<id>2ea82ff0203b1cc22b55900752d44514506eb01e</id>
<content type='text'>
* some small code guideline fixes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* some small code guideline fixes
</pre>
</div>
</content>
</entry>
<entry>
<title>fix sema_up() and hence the priority-sema testcase =&gt; 2/18 failed</title>
<updated>2012-05-10T00:28:35+00:00</updated>
<author>
<name>manuel</name>
<email>manuel@mausz.at</email>
</author>
<published>2012-05-10T00:28:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.manuel.mausz.at/progos/commit/?id=2aaf7251b5191920d0880010c1cb30fb56f92c14'/>
<id>2aaf7251b5191920d0880010c1cb30fb56f92c14</id>
<content type='text'>
+ some minor documentation and cleanup stuff
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
+ some minor documentation and cleanup stuff
</pre>
</div>
</content>
</entry>
<entry>
<title>* fixed sema_up which didn't yield the cpu</title>
<updated>2012-05-08T00:35:22+00:00</updated>
<author>
<name>manuel</name>
<email>manuel@mausz.at</email>
</author>
<published>2012-05-08T00:35:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.manuel.mausz.at/progos/commit/?id=57c893ae56f151efc96fabebbb4c8ec039cb56ef'/>
<id>57c893ae56f151efc96fabebbb4c8ec039cb56ef</id>
<content type='text'>
* fixed wrong condition comperator
* renamed the comperator functions to better explain their compare element
* current status: 3 of 18 tests failed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fixed wrong condition comperator
* renamed the comperator functions to better explain their compare element
* current status: 3 of 18 tests failed
</pre>
</div>
</content>
</entry>
</feed>
