<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems (2010-06-15)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>joel</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-06-15 Joel Sherrill <joel.sherrill@oarcorp.com>

        * posix/include/rtems/posix/pthread.h: Improve comments.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2392&r2=text&tr2=1.2393&diff_format=h">M</a></td><td width='1%'>1.2393</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/posix/include/rtems/posix/pthread.h.diff?r1=text&tr1=1.30&r2=text&tr2=1.31&diff_format=h">M</a></td><td width='1%'>1.31</td><td width='100%'>cpukit/posix/include/rtems/posix/pthread.h</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2392 rtems/cpukit/ChangeLog:1.2393
--- rtems/cpukit/ChangeLog:1.2392       Tue Jun 15 10:17:34 2010
+++ rtems/cpukit/ChangeLog      Tue Jun 15 10:52:29 2010
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2010-06-15    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * posix/include/rtems/posix/pthread.h: Improve comments.
+
</font> 2010-06-15        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * libfs/src/rfs/rtems-rfs-file-system.h: Remove bogus typecast.

<font color='#006600'>diff -u rtems/cpukit/posix/include/rtems/posix/pthread.h:1.30 rtems/cpukit/posix/include/rtems/posix/pthread.h:1.31
--- rtems/cpukit/posix/include/rtems/posix/pthread.h:1.30       Tue Jun 15 08:26:31 2010
+++ rtems/cpukit/posix/include/rtems/posix/pthread.h    Tue Jun 15 10:52:29 2010
</font><font color='#997700'>@@ -128,10 +128,17 @@
</font> /**
  *  _POSIX_Threads_Sporadic_budget_TSR
  *
<font color='#880000'>- *  This routine supports the sporadic scheduling algorithm.
</font><font color='#000088'>+ *  This routine supports the sporadic scheduling algorithm.  It
+ *  is scheduled to be executed at the end of each replenishment
+ *  period.  In sporadic scheduling a thread will execute at a
+ *  high priority for a user specified amount of CPU time.  When
+ *  it exceeds that amount of CPU time, its priority is automatically
+ *  lowered. This TSR is executed when it is time to replenish
+ *  the thread's processor budget and raise its priority.
</font>  *
<font color='#880000'>- *  @param[in] id
- *  @param[in] argument
</font><font color='#000088'>+ *  @param[in] id is ignored
+ *  @param[in] argument is a pointer to the Thread_Control structure
+ *             for the thread being replenished.
</font>  */
 void _POSIX_Threads_Sporadic_budget_TSR(
   Objects_Id      id,
</pre>
<p> </p>
<a name='cs2'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>ralf</strong></font>
 <font color='#225522'><em>(on branch rtems-4-10-branch)</em></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-06-15 Ralf Corsépius <ralf.corsepius@rtems.org>

        * libfs/src/rfs/rtems-rfs-file-system.h: Remove bogus typecast.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2391&r2=text&tr2=1.2392&diff_format=h">M</a></td><td width='1%'>1.2392</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2346.2.16&r2=text&tr2=1.2346.2.17&diff_format=h">M</a></td><td width='1%'>1.2346.2.17</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libfs/src/rfs/rtems-rfs-file-system.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&diff_format=h">M</a></td><td width='1%'>1.4</td><td width='100%'>cpukit/libfs/src/rfs/rtems-rfs-file-system.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libfs/src/rfs/rtems-rfs-file-system.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.3.2.1&diff_format=h">M</a></td><td width='1%'>1.3.2.1</td><td width='100%'>cpukit/libfs/src/rfs/rtems-rfs-file-system.h</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2391 rtems/cpukit/ChangeLog:1.2392
--- rtems/cpukit/ChangeLog:1.2391       Tue Jun 15 08:35:26 2010
+++ rtems/cpukit/ChangeLog      Tue Jun 15 10:17:34 2010
</font><font color='#997700'>@@ -1,5 +1,6 @@
</font> 2010-06-15        Ralf Corsépius <ralf.corsepius@rtems.org>
 
<font color='#000088'>+   * libfs/src/rfs/rtems-rfs-file-system.h: Remove bogus typecast.
</font>   * libfs/src/rfs/rtems-rfs-block.c, libfs/src/rfs/rtems-rfs-buffer.c,
        libnetworking/nfs/bootp_subr.c: Misc. 64bit-compatibility fixes.
        * posix/include/rtems/posix/pthread.h: Remove stray comment.

<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2346.2.16 rtems/cpukit/ChangeLog:1.2346.2.17
--- rtems/cpukit/ChangeLog:1.2346.2.16  Tue Jun 15 08:35:48 2010
+++ rtems/cpukit/ChangeLog      Tue Jun 15 10:17:42 2010
</font><font color='#997700'>@@ -1,5 +1,6 @@
</font> 2010-06-15        Ralf Corsépius <ralf.corsepius@rtems.org>
 
<font color='#000088'>+   * libfs/src/rfs/rtems-rfs-file-system.h: Remove bogus typecast.
</font>   * libfs/src/rfs/rtems-rfs-block.c, libfs/src/rfs/rtems-rfs-buffer.c,
        libnetworking/nfs/bootp_subr.c: Misc. 64bit-compatibility fixes.
        * posix/include/rtems/posix/pthread.h: Remove stray comment.

<font color='#006600'>diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-file-system.h:1.3 rtems/cpukit/libfs/src/rfs/rtems-rfs-file-system.h:1.4
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-file-system.h:1.3      Thu Feb 25 23:54:59 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-file-system.h  Tue Jun 15 10:17:35 2010
</font><font color='#997700'>@@ -308,7 +308,7 @@
</font>  *
  * @param _fs Pointer to the file system.
  */
<font color='#880000'>-#define rtems_rfs_fs_size(_fs) (((uint64_t) rtems_rfs_fs_blocks (_fs)) * \
</font><font color='#000088'>+#define rtems_rfs_fs_size(_fs) (rtems_rfs_fs_blocks (_fs) * \
</font>                                 rtems_rfs_fs_block_size (_fs))
 
 /**

<font color='#006600'>diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-file-system.h:1.3 rtems/cpukit/libfs/src/rfs/rtems-rfs-file-system.h:1.3.2.1
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-file-system.h:1.3      Thu Feb 25 23:54:59 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-file-system.h  Tue Jun 15 10:17:43 2010
</font><font color='#997700'>@@ -308,7 +308,7 @@
</font>  *
  * @param _fs Pointer to the file system.
  */
<font color='#880000'>-#define rtems_rfs_fs_size(_fs) (((uint64_t) rtems_rfs_fs_blocks (_fs)) * \
</font><font color='#000088'>+#define rtems_rfs_fs_size(_fs) (rtems_rfs_fs_blocks (_fs) * \
</font>                                 rtems_rfs_fs_block_size (_fs))
 
 /**
</pre>
<p> </p>

<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>