<!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>
* cpu_asm.S: Formatting.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/cpu/i386/ChangeLog.diff?r1=text&tr1=1.99&r2=text&tr2=1.100&diff_format=h">M</a></td><td width='1%'>1.100</td><td width='100%'>cpukit/score/cpu/i386/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/cpu/i386/cpu_asm.S.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/score/cpu/i386/cpu_asm.S</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/score/cpu/i386/ChangeLog:1.99 rtems/cpukit/score/cpu/i386/ChangeLog:1.100
--- rtems/cpukit/score/cpu/i386/ChangeLog:1.99 Fri May 21 14:02:05 2010
+++ rtems/cpukit/score/cpu/i386/ChangeLog Tue Jun 15 11:25:16 2010
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2010-06-15 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * cpu_asm.S: Formatting.
+
</font> 2010-05-21 Vinu Rajashekhar <vinutheraj@gmail.com>
* rtems/score/registers.h: Remove structs with bit-fields. Add a mask
<font color='#006600'>diff -u rtems/cpukit/score/cpu/i386/cpu_asm.S:1.11 rtems/cpukit/score/cpu/i386/cpu_asm.S:1.12
--- rtems/cpukit/score/cpu/i386/cpu_asm.S:1.11 Sat Mar 27 10:01:47 2010
+++ rtems/cpukit/score/cpu/i386/cpu_asm.S Tue Jun 15 11:25:16 2010
</font><font color='#997700'>@@ -87,7 +87,6 @@
</font> .set NEWCONTEXT_ARG, 4 /* context to restore argument */
SYM (_CPU_Context_restore):
<font color='#880000'>-
</font> movl NEWCONTEXT_ARG(esp),eax /* eax = running threads context */
jmp restore
</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>joel</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-06-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* posix/src/psignal.c: Formatting.
</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.2393&r2=text&tr2=1.2394&diff_format=h">M</a></td><td width='1%'>1.2394</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/psignal.c.diff?r1=text&tr1=1.67&r2=text&tr2=1.68&diff_format=h">M</a></td><td width='1%'>1.68</td><td width='100%'>cpukit/posix/src/psignal.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2393 rtems/cpukit/ChangeLog:1.2394
--- rtems/cpukit/ChangeLog:1.2393 Tue Jun 15 10:52:29 2010
+++ rtems/cpukit/ChangeLog Tue Jun 15 11:25:22 2010
</font><font color='#997700'>@@ -1,5 +1,9 @@
</font> 2010-06-15 Joel Sherrill <joel.sherrill@oarcorp.com>
<font color='#000088'>+ * posix/src/psignal.c: Formatting.
+
+2010-06-15 Joel Sherrill <joel.sherrill@oarcorp.com>
+
</font> * posix/include/rtems/posix/pthread.h: Improve comments.
2010-06-15 Ralf Corsépius <ralf.corsepius@rtems.org>
<font color='#006600'>diff -u rtems/cpukit/posix/src/psignal.c:1.67 rtems/cpukit/posix/src/psignal.c:1.68
--- rtems/cpukit/posix/src/psignal.c:1.67 Fri Apr 30 03:37:26 2010
+++ rtems/cpukit/posix/src/psignal.c Tue Jun 15 11:25:23 2010
</font><font color='#997700'>@@ -121,7 +121,7 @@
</font> */
#if defined(RTEMS_DEBUG)
if ( !api )
<font color='#880000'>- return;
</font><font color='#000088'>+ return;
</font> #endif
/*
</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>joel</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-06-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* shared/irq/irq_asm.S: Fix capitalization.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/i386/ChangeLog.diff?r1=text&tr1=1.64&r2=text&tr2=1.65&diff_format=h">M</a></td><td width='1%'>1.65</td><td width='100%'>c/src/lib/libbsp/i386/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/i386/shared/irq/irq_asm.S.diff?r1=text&tr1=1.16&r2=text&tr2=1.17&diff_format=h">M</a></td><td width='1%'>1.17</td><td width='100%'>c/src/lib/libbsp/i386/shared/irq/irq_asm.S</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/lib/libbsp/i386/ChangeLog:1.64 rtems/c/src/lib/libbsp/i386/ChangeLog:1.65
--- rtems/c/src/lib/libbsp/i386/ChangeLog:1.64 Fri Apr 30 06:36:14 2010
+++ rtems/c/src/lib/libbsp/i386/ChangeLog Tue Jun 15 11:36:19 2010
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2010-06-15 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * shared/irq/irq_asm.S: Fix capitalization.
+
</font> 2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
* shared/irq/irq-config.h: Removed file.
<font color='#006600'>diff -u rtems/c/src/lib/libbsp/i386/shared/irq/irq_asm.S:1.16 rtems/c/src/lib/libbsp/i386/shared/irq/irq_asm.S:1.17
--- rtems/c/src/lib/libbsp/i386/shared/irq/irq_asm.S:1.16 Sun Nov 29 21:47:10 2009
+++ rtems/c/src/lib/libbsp/i386/shared/irq/irq_asm.S Tue Jun 15 11:36:19 2010
</font><font color='#997700'>@@ -2,7 +2,7 @@
</font> *
* This file contains the implementation of the function described in irq.h
*
<font color='#880000'>- * CopyRight (C) 1998 valette@crf.canon.fr
</font><font color='#000088'>+ * Copyright (C) 1998 valette@crf.canon.fr
</font> *
* The license and distribution terms for this file may be
* found in found in the file LICENSE in this distribution or at
</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>