<!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 (2011-10-17)</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>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* posix/src/ualarm.c: Make _POSIX_signals_Ualarm_TSR static.
</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.2945&r2=text&tr2=1.2946&diff_format=h">M</a></td><td width='1%'>1.2946</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/src/ualarm.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.14&diff_format=h">M</a></td><td width='1%'>1.14</td><td width='100%'>cpukit/posix/src/ualarm.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2945 rtems/cpukit/ChangeLog:1.2946
--- rtems/cpukit/ChangeLog:1.2945 Tue Oct 11 23:50:34 2011
+++ rtems/cpukit/ChangeLog Mon Oct 17 07:25:34 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * posix/src/ualarm.c: Make _POSIX_signals_Ualarm_TSR static.
+
</font> 2011-10-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* libmisc/mouse/serial_mouse.c (serial_mouse_initialize):
<font color='#006600'>diff -u rtems/cpukit/posix/src/ualarm.c:1.13 rtems/cpukit/posix/src/ualarm.c:1.14
--- rtems/cpukit/posix/src/ualarm.c:1.13 Sun Jul 24 18:55:09 2011
+++ rtems/cpukit/posix/src/ualarm.c Mon Oct 17 07:25:35 2011
</font><font color='#997700'>@@ -27,7 +27,7 @@
</font> * _POSIX_signals_Ualarm_TSR
*/
<font color='#880000'>-void _POSIX_signals_Ualarm_TSR(
</font><font color='#000088'>+static void _POSIX_signals_Ualarm_TSR(
</font> Objects_Id id __attribute__((unused)),
void *argument __attribute__((unused))
)
</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>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* ne2000/ne2000.c: Remove unused var "stat".
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/i386/pc386/ChangeLog.diff?r1=text&tr1=1.279&r2=text&tr2=1.280&diff_format=h">M</a></td><td width='1%'>1.280</td><td width='100%'>c/src/lib/libbsp/i386/pc386/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/i386/pc386/ne2000/ne2000.c.diff?r1=text&tr1=1.26&r2=text&tr2=1.27&diff_format=h">M</a></td><td width='1%'>1.27</td><td width='100%'>c/src/lib/libbsp/i386/pc386/ne2000/ne2000.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/lib/libbsp/i386/pc386/ChangeLog:1.279 rtems/c/src/lib/libbsp/i386/pc386/ChangeLog:1.280
--- rtems/c/src/lib/libbsp/i386/pc386/ChangeLog:1.279 Mon Aug 29 16:36:02 2011
+++ rtems/c/src/lib/libbsp/i386/pc386/ChangeLog Mon Oct 17 07:37:23 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * ne2000/ne2000.c: Remove unused var "stat".
+
</font> 2011-08-29 Joel Sherrill <joel.sherrilL@OARcorp.com>
* configure.ac: Formatting. Remove duplication BSP_HAS_SMP.
<font color='#006600'>diff -u rtems/c/src/lib/libbsp/i386/pc386/ne2000/ne2000.c:1.26 rtems/c/src/lib/libbsp/i386/pc386/ne2000/ne2000.c:1.27
--- rtems/c/src/lib/libbsp/i386/pc386/ne2000/ne2000.c:1.26 Thu Jul 14 09:44:59 2011
+++ rtems/c/src/lib/libbsp/i386/pc386/ne2000/ne2000.c Mon Oct 17 07:37:24 2011
</font><font color='#997700'>@@ -566,7 +566,7 @@
</font> {
unsigned char startpage, currpage;
unsigned short len;
<font color='#880000'>- unsigned char next, stat, cnt1, cnt2;
</font><font color='#000088'>+ unsigned char next, cnt1, cnt2;
</font> struct mbuf *m;
unsigned char *p;
int startaddr;
<font color='#997700'>@@ -653,8 +653,6 @@
</font> goto Next;
}
<font color='#880000'>- stat = hdr.rsr;
-
</font> /* The first four bytes of the length are the buffer header. */
len -= sizeof(struct ne_ring);
startaddr += sizeof(struct ne_ring);
</pre>
<p> </p>
<a name='cs3'></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>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* libmisc/shell/main_ls.c: Comment out unused var kflag.
</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.2946&r2=text&tr2=1.2947&diff_format=h">M</a></td><td width='1%'>1.2947</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libmisc/shell/main_ls.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.12&diff_format=h">M</a></td><td width='1%'>1.12</td><td width='100%'>cpukit/libmisc/shell/main_ls.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2946 rtems/cpukit/ChangeLog:1.2947
--- rtems/cpukit/ChangeLog:1.2946 Mon Oct 17 07:25:34 2011
+++ rtems/cpukit/ChangeLog Mon Oct 17 07:57:11 2011
</font><font color='#997700'>@@ -1,5 +1,6 @@
</font> 2011-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
<font color='#000088'>+ * libmisc/shell/main_ls.c: Comment out unused var kflag.
</font> * posix/src/ualarm.c: Make _POSIX_signals_Ualarm_TSR static.
2011-10-12 Ralf Corsépius <ralf.corsepius@rtems.org>
<font color='#006600'>diff -u rtems/cpukit/libmisc/shell/main_ls.c:1.11 rtems/cpukit/libmisc/shell/main_ls.c:1.12
--- rtems/cpukit/libmisc/shell/main_ls.c:1.11 Wed Feb 17 18:24:25 2010
+++ rtems/cpukit/libmisc/shell/main_ls.c Mon Oct 17 07:57:11 2011
</font><font color='#997700'>@@ -153,7 +153,9 @@
</font> static char dot[] = ".", *dotav[] = { dot, NULL };
//struct winsize win;
int ch, fts_options;
<font color='#000088'>+#if RTEMS_REMOVED
</font> int kflag = 0;
<font color='#000088'>+#endif
</font> const char *p;
struct getopt_data getopt_reent;
<font color='#997700'>@@ -267,7 +269,9 @@
</font> break;
case 'k':
blocksize = 1024;
<font color='#000088'>+#if RTEMS_REMOVED
</font> kflag = 1;
<font color='#000088'>+#endif
</font> break;
/* The -h option forces all sizes to be measured in bytes. */
case 'h':
</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>