<feed xmlns='http://www.w3.org/2005/Atom'>
<title>liblitmus.git/bin, branch 2012.2</title>
<subtitle>[ARCHIVE] The userspace library for LITMUS^RT 2010. Now on GitHub.</subtitle>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/'/>
<entry>
<title>Add a little explanation to the basic task prototypes</title>
<updated>2012-08-01T06:46:37+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2012-08-01T06:46:37+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/commit/?id=41884912179240ae4d22cf67984522d5225a7d26'/>
<id>41884912179240ae4d22cf67984522d5225a7d26</id>
<content type='text'>
Also add the priority parameter, which was missing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also add the priority parameter, which was missing.
</pre>
</div>
</content>
</entry>
<entry>
<title>API Update: Support arbitrary deadlines.</title>
<updated>2012-08-01T06:46:21+00:00</updated>
<author>
<name>Glenn Elliott</name>
<email>gelliott@cs.unc.edu</email>
</author>
<published>2012-07-17T00:28:56+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/commit/?id=c84c35511dcc32262e12b8a4e99b4e678a433371'/>
<id>c84c35511dcc32262e12b8a4e99b4e678a433371</id>
<content type='text'>
Updated APIs to support arbitrary deadlines. Added macros for implicit
deadlines.

Note: Had to tweak Makefile to support gcc version &gt;= 4.6 (moved -lrt to the
end of the link command).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated APIs to support arbitrary deadlines. Added macros for implicit
deadlines.

Note: Had to tweak Makefile to support gcc version &gt;= 4.6 (moved -lrt to the
end of the link command).
</pre>
</div>
</content>
</entry>
<entry>
<title>Make use of kernel-provided FP macros</title>
<updated>2012-06-26T08:47:54+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2012-06-26T08:47:54+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/commit/?id=e4b2da0cecd9a43be71430b1f8e2fbbde07ea6ec'/>
<id>e4b2da0cecd9a43be71430b1f8e2fbbde07ea6ec</id>
<content type='text'>
Use the kernel's notion of fixed priorities.
Also, add some clarifying comments to the
task setup wrappers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the kernel's notion of fixed priorities.
Also, add some clarifying comments to the
task setup wrappers.
</pre>
</div>
</content>
</entry>
<entry>
<title>P-FP: make PCP available to user space</title>
<updated>2012-05-31T20:23:38+00:00</updated>
<author>
<name>Sven Dziadek</name>
<email>s9svdzia@stud.uni-saarland.de</email>
</author>
<published>2012-04-16T19:37:40+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/commit/?id=6e1ceb5ab56005fd343f52bbb8d2879e2c1493bd'/>
<id>6e1ceb5ab56005fd343f52bbb8d2879e2c1493bd</id>
<content type='text'>
      PCP was only used for DPCP before

tests: add some basic tests for PCP under P-FP
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
      PCP was only used for DPCP before

tests: add some basic tests for PCP under P-FP
</pre>
</div>
</content>
</entry>
<entry>
<title>P-FP: port P-FP plugin used in B. Brandenburg's</title>
<updated>2012-05-31T20:23:12+00:00</updated>
<author>
<name>Sven Dziadek</name>
<email>s9svdzia@stud.uni-saarland.de</email>
</author>
<published>2012-04-14T14:19:37+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/commit/?id=aae25e0770ade4083937c7443448cb3f0023b10a'/>
<id>aae25e0770ade4083937c7443448cb3f0023b10a</id>
<content type='text'>
      dissertation (branch bbb-diss)

      I took the unchanged code but removed references
      to OMLP which was and is not implemented

tests: changed so that they work for P-FP
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
      dissertation (branch bbb-diss)

      I took the unchanged code but removed references
      to OMLP which was and is not implemented

tests: changed so that they work for P-FP
</pre>
</div>
</content>
</entry>
<entry>
<title>Export wctime() and cputime() from rtspin to library clients</title>
<updated>2011-02-03T22:40:16+00:00</updated>
<author>
<name>Bjoern B. Brandenburg</name>
<email>bbb@cs.unc.edu</email>
</author>
<published>2011-01-30T17:18:26+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/commit/?id=86b445e39c3c7eed076b01795b17f34481517288'/>
<id>86b445e39c3c7eed076b01795b17f34481517288</id>
<content type='text'>
The timing functions are quite handy when building benchmark tasks.
Avoid copy&amp;paste reuse by making them available via the library.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The timing functions are quite handy when building benchmark tasks.
Avoid copy&amp;paste reuse by making them available via the library.
</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix: switch operangs in delay computation</title>
<updated>2011-02-03T19:52:43+00:00</updated>
<author>
<name>Bjoern B. Brandenburg</name>
<email>bbb@cs.unc.edu</email>
</author>
<published>2011-02-03T19:52:43+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/commit/?id=46f3b11a1f49d49120415b56b6f627c66e4b4d1b'/>
<id>46f3b11a1f49d49120415b56b6f627c66e4b4d1b</id>
<content type='text'>
We want the positive loop length, not the negative, to prevent jobs
from overruning their budget.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We want the positive loop length, not the negative, to prevent jobs
from overruning their budget.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove old delay loop configuration cruft from rtspin</title>
<updated>2011-01-30T17:28:28+00:00</updated>
<author>
<name>Bjoern B. Brandenburg</name>
<email>bbb@cs.unc.edu</email>
</author>
<published>2011-01-30T17:26:36+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/commit/?id=455f8e4ef3fd02d41e2d8ae40918dd22bf7e4f45'/>
<id>455f8e4ef3fd02d41e2d8ae40918dd22bf7e4f45</id>
<content type='text'>
Using cputime() is much more accurate than the old delay loop
auto-configuration. There is no good reason to keep it around.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using cputime() is much more accurate than the old delay loop
auto-configuration. There is no good reason to keep it around.
</pre>
</div>
</content>
</entry>
<entry>
<title>Modify RTSpin so that it can read execution time data from a CSV file.</title>
<updated>2011-01-30T17:06:07+00:00</updated>
<author>
<name>Christopher Kenna</name>
<email>cjk@cs.unc.edu</email>
</author>
<published>2011-01-13T17:05:08+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/commit/?id=c013cd8625b0ebb28f71337109d3fbfdf0a6b621'/>
<id>c013cd8625b0ebb28f71337109d3fbfdf0a6b621</id>
<content type='text'>
Still need to figure out what to do with the period is less than the
exec_cost (or budget).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Still need to figure out what to do with the period is less than the
exec_cost (or budget).
</pre>
</div>
</content>
</entry>
<entry>
<title>rtspin: transition back to non-real-time mode</title>
<updated>2010-11-22T20:00:12+00:00</updated>
<author>
<name>Bjoern B. Brandenburg</name>
<email>bbb@cs.unc.edu</email>
</author>
<published>2010-11-09T00:19:53+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/commit/?id=ee91e39147039693f9f4063e319b836adb8401bf'/>
<id>ee91e39147039693f9f4063e319b836adb8401bf</id>
<content type='text'>
rtspin produces prettier schedules if it transitions to non-real-time
mode before terminating.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rtspin produces prettier schedules if it transitions to non-real-time
mode before terminating.
</pre>
</div>
</content>
</entry>
</feed>
