<feed xmlns='http://www.w3.org/2005/Atom'>
<title>liblitmus.git, branch master</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>rtspin: improve verbose (-v) output</title>
<updated>2016-07-20T14:25:16+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2016-07-20T11:42:01+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/commit/?id=740b163f5175b281f372d77c71a77041100741d6'/>
<id>740b163f5175b281f372d77c71a77041100741d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rtspin: add -T (use clock_nanosleep) option</title>
<updated>2016-07-20T11:42:41+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2016-07-20T11:16:57+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/commit/?id=a77898c74f599af64b029bf97ca82bf23c29fcd5'/>
<id>a77898c74f599af64b029bf97ca82bf23c29fcd5</id>
<content type='text'>
This make rtspin use the regular Linux API for periodic activations
instead of the LITMUS^RT-specifc sleep_next_period() API.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This make rtspin use the regular Linux API for periodic activations
instead of the LITMUS^RT-specifc sleep_next_period() API.
</pre>
</div>
</content>
</entry>
<entry>
<title>rtspin: Add sporadic task mode</title>
<updated>2016-07-20T11:42:41+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2016-06-23T10:58:12+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/commit/?id=9a8d7e447bbd1525f9f9f4660977072219bbc726'/>
<id>9a8d7e447bbd1525f9f9f4660977072219bbc726</id>
<content type='text'>
While at it, also fix exec-times-from-CSV support.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While at it, also fix exec-times-from-CSV support.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add litmus_clock() helper</title>
<updated>2016-07-20T11:42:41+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2016-07-20T11:40:47+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/commit/?id=98510c506a16b2a444eb6615ec8d78bc7c64e0aa'/>
<id>98510c506a16b2a444eb6615ec8d78bc7c64e0aa</id>
<content type='text'>
Convenient wrapper for CLOCK_MONOTONIC -&gt; lt_t.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Convenient wrapper for CLOCK_MONOTONIC -&gt; lt_t.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add sleep_until_mono(), lt_sleep_until() helpers</title>
<updated>2016-07-20T00:00:11+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2016-07-19T23:46:02+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/commit/?id=7ae970e73bc1d026bbf65a82c066aab79c860fe8'/>
<id>7ae970e73bc1d026bbf65a82c066aab79c860fe8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add unit-test for CPU mapping parsing</title>
<updated>2016-07-18T14:46:23+00:00</updated>
<author>
<name>Mahircan Gul</name>
<email>mahircg@mpi-sws.org</email>
</author>
<published>2016-07-18T14:05:20+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/commit/?id=cf1d1f6e4b1138a5a841a47a2cba4aacdcaf0d72'/>
<id>cf1d1f6e4b1138a5a841a47a2cba4aacdcaf0d72</id>
<content type='text'>
	- Decompose read_mapping into two functions: *read_mapping* which reads
	CPU mapping data as string from file, and *set_mapping* that actually sets
	the cpu_set_t according to the mapping

	- Add unit test for setting cpu_set_t to various CPU indexes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	- Decompose read_mapping into two functions: *read_mapping* which reads
	CPU mapping data as string from file, and *set_mapping* that actually sets
	the cpu_set_t according to the mapping

	- Add unit test for setting cpu_set_t to various CPU indexes
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace pointer arithmetic on loop-condition for parsing CPU map</title>
<updated>2016-07-18T14:45:57+00:00</updated>
<author>
<name>Mahircan Gul</name>
<email>mahircg@mpi-sws.org</email>
</author>
<published>2016-07-15T14:44:32+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/commit/?id=11a2acc387b274d2323104272e585a7059b96f4f'/>
<id>11a2acc387b274d2323104272e585a7059b96f4f</id>
<content type='text'>
    -Appearantly, a newline character is appended to the end of CPU mapping
string. It seems like this was not the case with old versions of liblitmus and
in order not to break the intended behaviour of code, newline appended
to CPU mapping string is simply ignored

    -Pointer arithmetic for parsing CPU mapping is done within loop body to prevent
"array subscript is below array bounds" warning prompted by gcc-6.1.1

	-Fix indentation and whitespaces
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    -Appearantly, a newline character is appended to the end of CPU mapping
string. It seems like this was not the case with old versions of liblitmus and
in order not to break the intended behaviour of code, newline appended
to CPU mapping string is simply ignored

    -Pointer arithmetic for parsing CPU mapping is done within loop body to prevent
"array subscript is below array bounds" warning prompted by gcc-6.1.1

	-Fix indentation and whitespaces
</pre>
</div>
</content>
</entry>
<entry>
<title>Update README.md</title>
<updated>2016-06-22T09:28:09+00:00</updated>
<author>
<name>Björn Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2016-06-22T09:28:09+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/commit/?id=3e9e2dc67655e4e681dc01f3b35916407eda5ce5'/>
<id>3e9e2dc67655e4e681dc01f3b35916407eda5ce5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rename README -&gt; README.md</title>
<updated>2016-06-22T09:27:55+00:00</updated>
<author>
<name>Björn Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2016-06-22T09:27:55+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/commit/?id=eacdec74addc7d31453f7754822f4edc79daddc7'/>
<id>eacdec74addc7d31453f7754822f4edc79daddc7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Compile cleanly with -Werror=format-security</title>
<updated>2016-04-23T15:35:38+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2016-04-23T15:35:38+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/commit/?id=51704adfc3a46fe000f77aabb67ac9db855db720'/>
<id>51704adfc3a46fe000f77aabb67ac9db855db720</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
