<feed xmlns='http://www.w3.org/2005/Atom'>
<title>liblitmus.git, branch 2010.1</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 atomic operations on x86_64</title>
<updated>2010-04-19T23:28:07+00:00</updated>
<author>
<name>Andrea Bastoni</name>
<email>bastoni@cs.unc.edu</email>
</author>
<published>2010-04-19T23:28:07+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/commit/?id=09740315d4b914203c25c56e8f8909b4fae7b32d'/>
<id>09740315d4b914203c25c56e8f8909b4fae7b32d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add cli() and sti() wrappers... use with care...</title>
<updated>2010-04-13T03:31:52+00:00</updated>
<author>
<name>Andrea Bastoni</name>
<email>bastoni@cs.unc.edu</email>
</author>
<published>2010-04-13T03:31:52+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/commit/?id=60dd9a5ff55f32cf34041218818307a4c7b5d78a'/>
<id>60dd9a5ff55f32cf34041218818307a4c7b5d78a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add get_control_page() library function</title>
<updated>2010-04-13T03:30:36+00:00</updated>
<author>
<name>Andrea Bastoni</name>
<email>bastoni@cs.unc.edu</email>
</author>
<published>2010-04-13T03:30:36+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/commit/?id=05b2ec2ab620b102a2d2fb92dac95ddbc1e09143'/>
<id>05b2ec2ab620b102a2d2fb92dac95ddbc1e09143</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve build system.</title>
<updated>2010-03-17T16:48:44+00:00</updated>
<author>
<name>Bjoern B. Brandenburg</name>
<email>bbb@cs.unc.edu</email>
</author>
<published>2010-03-17T16:48:44+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/commit/?id=24141cda67fe0cbe680c2d3ca15a5ba0799ed744'/>
<id>24141cda67fe0cbe680c2d3ca15a5ba0799ed744</id>
<content type='text'>
Restructure SConstruct to reduce the likelihood
of errors and to provide additional feedback.
Features:
- Better help. You can now run 'scons -h' to
  get a listing of all build options.
- Local configuration. Build variables are picked up
  in a local .config file, if present.
- Added --dump-config option to display the build
  configuration.
- Use scons substitution system to avoid having to do
  parameter substitutions manually.
- Some assorted fixes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Restructure SConstruct to reduce the likelihood
of errors and to provide additional feedback.
Features:
- Better help. You can now run 'scons -h' to
  get a listing of all build options.
- Local configuration. Build variables are picked up
  in a local .config file, if present.
- Added --dump-config option to display the build
  configuration.
- Use scons substitution system to avoid having to do
  parameter substitutions manually.
- Some assorted fixes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' of ssh://cvs.cs.unc.edu/cvs/proj/litmus/repo/liblitmus2010</title>
<updated>2010-03-10T23:48:33+00:00</updated>
<author>
<name>Bjoern B. Brandenburg</name>
<email>bbb@cs.unc.edu</email>
</author>
<published>2010-03-10T23:48:33+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/commit/?id=64ffc8b736d5f13f02fb9405904f6a8b8caea3de'/>
<id>64ffc8b736d5f13f02fb9405904f6a8b8caea3de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add -v (verbose) switch to rtspin.</title>
<updated>2010-03-10T23:47:45+00:00</updated>
<author>
<name>Bjoern B. Brandenburg</name>
<email>bbb@cs.unc.edu</email>
</author>
<published>2010-03-10T23:47:45+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/commit/?id=4eb2e8fa463990a57f5619b2aedb32c4a98c4ea0'/>
<id>4eb2e8fa463990a57f5619b2aedb32c4a98c4ea0</id>
<content type='text'>
Can be used to dump the delay loop that rtspin
is using.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Can be used to dump the delay loop that rtspin
is using.
</pre>
</div>
</content>
</entry>
<entry>
<title>Build fix: support building on i686 systems</title>
<updated>2010-03-10T12:26:41+00:00</updated>
<author>
<name>Bjoern B. Brandenburg</name>
<email>bbb@cs.unc.edu</email>
</author>
<published>2010-03-10T12:26:41+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/commit/?id=2db24e6471f4947f1779fb72109cadd9a62366f3'/>
<id>2db24e6471f4947f1779fb72109cadd9a62366f3</id>
<content type='text'>
32bit Intel systems don't actually report 'x86' as
their architecture, rather, they are i?86 systems.
Provide a lookup table to map these codes to the
'x86' name that is used in the SConstruct file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
32bit Intel systems don't actually report 'x86' as
their architecture, rather, they are i?86 systems.
Provide a lookup table to map these codes to the
'x86' name that is used in the SConstruct file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix error message.</title>
<updated>2010-03-10T12:25:02+00:00</updated>
<author>
<name>Bjoern B. Brandenburg</name>
<email>bbb@cs.unc.edu</email>
</author>
<published>2010-03-10T12:25:02+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/commit/?id=b7ff07fa268edf684eb97025958cb7b1acf1fe9f'/>
<id>b7ff07fa268edf684eb97025958cb7b1acf1fe9f</id>
<content type='text'>
This is liblitmus, not ft_tools.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is liblitmus, not ft_tools.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update rt_launch usage</title>
<updated>2010-03-02T21:24:27+00:00</updated>
<author>
<name>Andrea Bastoni</name>
<email>bastoni@cs.unc.edu</email>
</author>
<published>2010-03-02T21:24:27+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/commit/?id=f2381aa53a0656c03f2dd8b9d753d2a84132aafb'/>
<id>f2381aa53a0656c03f2dd8b9d753d2a84132aafb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add job control test case.</title>
<updated>2010-02-26T15:42:43+00:00</updated>
<author>
<name>Bjoern B. Brandenburg</name>
<email>bbb@cs.unc.edu</email>
</author>
<published>2010-02-26T15:42:43+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/commit/?id=2ace28d0725a47529a18ebac4c7c75bcf61446b9'/>
<id>2ace28d0725a47529a18ebac4c7c75bcf61446b9</id>
<content type='text'>
Passes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Passes.
</pre>
</div>
</content>
</entry>
</feed>
