<feed xmlns='http://www.w3.org/2005/Atom'>
<title>litmus2008.git/lib, branch PORT_BASE</title>
<subtitle>[ARCHIVE] Old LITMUS^RT 2008 version (for reference).</subtitle>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus2008.git/'/>
<entry>
<title>Make sched_trace conditional.</title>
<updated>2007-05-17T03:39:58+00:00</updated>
<author>
<name>Bjoern B. Brandenburg</name>
<email>bbb@cs.unc.edu</email>
</author>
<published>2007-05-17T03:39:58+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus2008.git/commit/?id=0a460221dc2e0338f08ce7421cae7a4763412375'/>
<id>0a460221dc2e0338f08ce7421cae7a4763412375</id>
<content type='text'>
TODO: Make it a .config option.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TODO: Make it a .config option.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reimplemented LITMUS standard FIFO semaphores + misc fixes</title>
<updated>2007-05-14T20:13:28+00:00</updated>
<author>
<name>Bjoern B. Brandenburg</name>
<email>bbb@cs.unc.edu</email>
</author>
<published>2007-05-14T20:13:28+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus2008.git/commit/?id=1bd5e0b8bca4601c95f44d39813a535a8e0eb437'/>
<id>1bd5e0b8bca4601c95f44d39813a535a8e0eb437</id>
<content type='text'>
This version is much more straightforward than the last one and actually
enforces FIFO order in all cases. Further, it removes the need for the
sem_wake_up() calls by providing a custom wake up function for the wait
queue.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This version is much more straightforward than the last one and actually
enforces FIFO order in all cases. Further, it removes the need for the
sem_wake_up() calls by providing a custom wake up function for the wait
queue.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move specialized PI semaphore code into litmus_sem.c + small fix</title>
<updated>2007-05-14T14:42:22+00:00</updated>
<author>
<name>Bjoern B. Brandenburg</name>
<email>bbb@cs.unc.edu</email>
</author>
<published>2007-05-14T14:42:22+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus2008.git/commit/?id=a2be7799b14ebc487496d1673720dbe337b964c9'/>
<id>a2be7799b14ebc487496d1673720dbe337b964c9</id>
<content type='text'>
- Let's keep all the code belonging to LITMUS in one place, this makes
  maintenance and porting much easier.

- add_wait_queue_exlclusive_locked() sets the exclusive flag anyway
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Let's keep all the code belonging to LITMUS in one place, this makes
  maintenance and porting much easier.

- add_wait_queue_exlclusive_locked() sets the exclusive flag anyway
</pre>
</div>
</content>
</entry>
<entry>
<title>FIFO semaphores and FIFO PI sems seem to be working, after a few small</title>
<updated>2007-05-10T05:13:22+00:00</updated>
<author>
<name>John M. Calandrino</name>
<email>jmc@jupiter-cs.cs.unc.edu</email>
</author>
<published>2007-05-10T05:13:22+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus2008.git/commit/?id=48f446412e365345f530b93449ba237269f07512'/>
<id>48f446412e365345f530b93449ba237269f07512</id>
<content type='text'>
fixes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added quick fix for FIFO semaphores. Other FIFO semaphores seem to be</title>
<updated>2007-05-10T04:38:45+00:00</updated>
<author>
<name>John M. Calandrino</name>
<email>jmc@jupiter-cs.cs.unc.edu</email>
</author>
<published>2007-05-10T04:38:45+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus2008.git/commit/?id=37beffc595312cd050713a81700e2ab759ade4cb'/>
<id>37beffc595312cd050713a81700e2ab759ade4cb</id>
<content type='text'>
operating correctly (or at least not crashing).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
operating correctly (or at least not crashing).
</pre>
</div>
</content>
</entry>
<entry>
<title>First attempt at FIFO semaphores and PI sems. This may not work...</title>
<updated>2007-05-10T04:20:00+00:00</updated>
<author>
<name>John M. Calandrino</name>
<email>jmc@jupiter-cs.cs.unc.edu</email>
</author>
<published>2007-05-10T04:20:00+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus2008.git/commit/?id=5621897b6614128e91621a8bd1fb1c03f8b5112b'/>
<id>5621897b6614128e91621a8bd1fb1c03f8b5112b</id>
<content type='text'>
Before FIFO, everything seemed to be (finally) working ok.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Before FIFO, everything seemed to be (finally) working ok.
</pre>
</div>
</content>
</entry>
<entry>
<title>Another development update. Things seem to be working better now, but I</title>
<updated>2007-05-10T03:38:04+00:00</updated>
<author>
<name>John M. Calandrino</name>
<email>jmc@jupiter-cs.cs.unc.edu</email>
</author>
<published>2007-05-10T03:38:04+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus2008.git/commit/?id=a799fe60722267fcdd52c1fbf10e8f704fb53a9a'/>
<id>a799fe60722267fcdd52c1fbf10e8f704fb53a9a</id>
<content type='text'>
don't have FIFO ordering yet.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
don't have FIFO ordering yet.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed some comments. Things may indeed be working now.</title>
<updated>2007-05-10T03:11:37+00:00</updated>
<author>
<name>John M. Calandrino</name>
<email>jmc@jupiter-cs.cs.unc.edu</email>
</author>
<published>2007-05-10T03:11:37+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus2008.git/commit/?id=c9cfe72ddd9c01575c4bf41403b2df5b1a5468a6'/>
<id>c9cfe72ddd9c01575c4bf41403b2df5b1a5468a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix to semaphores, so that things actually make sense...</title>
<updated>2007-05-09T23:44:18+00:00</updated>
<author>
<name>John M. Calandrino</name>
<email>jmc@jupiter-cs.cs.unc.edu</email>
</author>
<published>2007-05-09T23:44:18+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus2008.git/commit/?id=36cc4f1cd40fb3ce418f76f1496fb0c9bdff2520'/>
<id>36cc4f1cd40fb3ce418f76f1496fb0c9bdff2520</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Development checkpoint. Still having issues.</title>
<updated>2007-05-09T22:54:34+00:00</updated>
<author>
<name>John M. Calandrino</name>
<email>jmc@jupiter-cs.cs.unc.edu</email>
</author>
<published>2007-05-09T22:54:34+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus2008.git/commit/?id=42a00fe2529ae0406c140844acf0d8314117d747'/>
<id>42a00fe2529ae0406c140844acf0d8314117d747</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
