<!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-21)</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-21 Joel Sherrill <joel.sherrill@oarcorp.com>

        * malloc02/init.c, malloc02/malloc02.doc: Enable malloc dirty helper.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/libtests/ChangeLog.diff?r1=text&tr1=1.179&r2=text&tr2=1.180&diff_format=h">M</a></td><td width='1%'>1.180</td><td width='100%'>testsuites/libtests/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/libtests/malloc02/init.c.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>testsuites/libtests/malloc02/init.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/libtests/malloc02/malloc02.doc.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>testsuites/libtests/malloc02/malloc02.doc</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/testsuites/libtests/ChangeLog:1.179 rtems/testsuites/libtests/ChangeLog:1.180
--- rtems/testsuites/libtests/ChangeLog:1.179   Mon Jun 21 15:05:42 2010
+++ rtems/testsuites/libtests/ChangeLog Mon Jun 21 16:09:36 2010
</font><font color='#997700'>@@ -1,5 +1,9 @@
</font> 2010-06-21        Joel Sherrill <joel.sherrill@oarcorp.com>
 
<font color='#000088'>+   * malloc02/init.c, malloc02/malloc02.doc: Enable malloc dirty helper.
+
+2010-06-21     Joel Sherrill <joel.sherrill@oarcorp.com>
+
</font>   * Makefile.am, configure.ac: Add test for deferring free() from ISR and
        for deferred free() processing.
        * malloc02/.cvsignore, malloc02/Makefile.am, malloc02/init.c,

<font color='#006600'>diff -u rtems/testsuites/libtests/malloc02/init.c:1.1 rtems/testsuites/libtests/malloc02/init.c:1.2
--- rtems/testsuites/libtests/malloc02/init.c:1.1       Mon Jun 21 15:05:45 2010
+++ rtems/testsuites/libtests/malloc02/init.c   Mon Jun 21 16:09:36 2010
</font><font color='#997700'>@@ -53,19 +53,10 @@
</font>   status = rtems_timer_fire_after( timer, 10, test_operation_from_isr, NULL );
   directive_failed( status, "timer_fire_after failed" );
 
<font color='#880000'>-  /* XXX pick a delay method */
-#if 0
</font><font color='#000088'>+  /* delay to let timer fire */
</font>   status = rtems_task_wake_after( 20 );
<font color='#880000'>-#else
-  {
-    rtems_interval        start;
-    rtems_interval        now;
-    start = rtems_clock_get_ticks_since_boot();
-    do {
-      now = rtems_clock_get_ticks_since_boot();
-    } while ( (now-start) < 100 );
-  }
-#endif
</font><font color='#000088'>+  directive_failed( status, "timer_wake_after failed" );
+
</font>   if ( !operation_performed_from_tsr ) {
     puts( "Operation from ISR did not get processed\n" );
     rtems_test_exit( 0 );
<font color='#997700'>@@ -84,8 +75,9 @@
</font> #define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
 #define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
 
<font color='#880000'>-#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
</font><font color='#000088'>+#define CONFIGURE_MALLOC_DIRTY
</font> 
<font color='#000088'>+#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
</font> #define CONFIGURE_MAXIMUM_TASKS             1
 #define CONFIGURE_MAXIMUM_TIMERS            1
 

<font color='#006600'>diff -u rtems/testsuites/libtests/malloc02/malloc02.doc:1.1 rtems/testsuites/libtests/malloc02/malloc02.doc:1.2
--- rtems/testsuites/libtests/malloc02/malloc02.doc:1.1 Mon Jun 21 15:05:45 2010
+++ rtems/testsuites/libtests/malloc02/malloc02.doc     Mon Jun 21 16:09:36 2010
</font><font color='#997700'>@@ -22,3 +22,4 @@
</font> 
 + adding to the deferred free operation chain
 + processing the deferred free operation chain
<font color='#000088'>++ enable the malloc dirty option
</font></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>