<!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-16)</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>
 <font color='#225522'><em>(on branch rtems-4-10-branch)</em></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-06-16 Joel Sherrill <joel.sherrilL@OARcorp.com>

        PR 1453/cpukit
        * posix/Makefile.am: newlib uses sysconf() for _CLOCKS_PER_SEC_ so
        enable it even when POSIX threads are disabled.
</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.2404&r2=text&tr2=1.2405&diff_format=h">M</a></td><td width='1%'>1.2405</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.25&r2=text&tr2=1.2346.2.26&diff_format=h">M</a></td><td width='1%'>1.2346.2.26</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/Makefile.am.diff?r1=text&tr1=1.80&r2=text&tr2=1.81&diff_format=h">M</a></td><td width='1%'>1.81</td><td width='100%'>cpukit/posix/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/posix/Makefile.am.diff?r1=text&tr1=1.80&r2=text&tr2=1.80.2.1&diff_format=h">M</a></td><td width='1%'>1.80.2.1</td><td width='100%'>cpukit/posix/Makefile.am</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2404 rtems/cpukit/ChangeLog:1.2405
--- rtems/cpukit/ChangeLog:1.2404       Wed Jun 16 12:44:37 2010
+++ rtems/cpukit/ChangeLog      Wed Jun 16 14:12:19 2010
</font><font color='#997700'>@@ -1,3 +1,9 @@
</font><font color='#000088'>+2010-06-16    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       PR 1453/cpukit
+       * posix/Makefile.am: newlib uses sysconf() for _CLOCKS_PER_SEC_ so
+       enable it even when POSIX threads are disabled.
+
</font> 2010-06-16        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * libfs/src/rfs/rtems-rfs-file.c: Various 64bit fixes.

<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2346.2.25 rtems/cpukit/ChangeLog:1.2346.2.26
--- rtems/cpukit/ChangeLog:1.2346.2.25  Wed Jun 16 12:43:56 2010
+++ rtems/cpukit/ChangeLog      Wed Jun 16 14:12:04 2010
</font><font color='#997700'>@@ -1,3 +1,9 @@
</font><font color='#000088'>+2010-06-16    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       PR 1453/cpukit
+       * posix/Makefile.am: newlib uses sysconf() for _CLOCKS_PER_SEC_ so
+       enable it even when POSIX threads are disabled.
+
</font> 2010-06-16        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * libfs/src/rfs/rtems-rfs-file.c: Various 64bit fixes.

<font color='#006600'>diff -u rtems/cpukit/posix/Makefile.am:1.80 rtems/cpukit/posix/Makefile.am:1.81
--- rtems/cpukit/posix/Makefile.am:1.80 Sat Apr  3 00:58:06 2010
+++ rtems/cpukit/posix/Makefile.am      Wed Jun 16 14:12:19 2010
</font><font color='#997700'>@@ -14,10 +14,9 @@
</font> libposix_a_SOURCES =
 
 # Some POSIX functions that are nice to always have
<font color='#880000'>-## 20 Nov 2008: Now using these from newlib's posix directory
</font> libposix_a_SOURCES += src/sleep.c src/usleep.c
 libposix_a_SOURCES += src/nanosleep.c src/clockgettime.c src/clocksettime.c \
<font color='#880000'>-    src/clockgetres.c
</font><font color='#000088'>+    src/clockgetres.c src/sysconf.c
</font> 
 include_rtems_posixdir = $(includedir)/rtems/posix
 
<font color='#997700'>@@ -189,7 +188,7 @@
</font> libposix_a_SOURCES += src/sched_getparam.c src/sched_getprioritymax.c \
     src/sched_getprioritymin.c src/sched_getscheduler.c \
     src/sched_rr_get_interval.c src/sched_setparam.c \
<font color='#880000'>-    src/sched_setscheduler.c src/sched_yield.c src/sysconf.c
</font><font color='#000088'>+    src/sched_setscheduler.c src/sched_yield.c
</font> endif
 
 include $(srcdir)/preinstall.am

<font color='#006600'>diff -u rtems/cpukit/posix/Makefile.am:1.80 rtems/cpukit/posix/Makefile.am:1.80.2.1
--- rtems/cpukit/posix/Makefile.am:1.80 Sat Apr  3 00:58:06 2010
+++ rtems/cpukit/posix/Makefile.am      Wed Jun 16 14:12:05 2010
</font><font color='#997700'>@@ -14,10 +14,9 @@
</font> libposix_a_SOURCES =
 
 # Some POSIX functions that are nice to always have
<font color='#880000'>-## 20 Nov 2008: Now using these from newlib's posix directory
</font> libposix_a_SOURCES += src/sleep.c src/usleep.c
 libposix_a_SOURCES += src/nanosleep.c src/clockgettime.c src/clocksettime.c \
<font color='#880000'>-    src/clockgetres.c
</font><font color='#000088'>+    src/clockgetres.c src/sysconf.c
</font> 
 include_rtems_posixdir = $(includedir)/rtems/posix
 
<font color='#997700'>@@ -189,7 +188,7 @@
</font> libposix_a_SOURCES += src/sched_getparam.c src/sched_getprioritymax.c \
     src/sched_getprioritymin.c src/sched_getscheduler.c \
     src/sched_rr_get_interval.c src/sched_setparam.c \
<font color='#880000'>-    src/sched_setscheduler.c src/sched_yield.c src/sysconf.c
</font><font color='#000088'>+    src/sched_setscheduler.c src/sched_yield.c
</font> endif
 
 include $(srcdir)/preinstall.am
</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>
 <font color='#225522'><em>(on branch rtems-4-9-branch)</em></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-06-16 Joel Sherrill <joel.sherrilL@OARcorp.com>

        PR 1568/doc
        * user/intr.t: Fix list of services callable from ISR.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/ChangeLog.diff?r1=text&tr1=1.280&r2=text&tr2=1.281&diff_format=h">M</a></td><td width='1%'>1.281</td><td width='100%'>doc/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/ChangeLog.diff?r1=text&tr1=1.210.2.22&r2=text&tr2=1.210.2.23&diff_format=h">M</a></td><td width='1%'>1.210.2.23</td><td width='100%'>doc/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/user/intr.t.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%'>doc/user/intr.t</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/user/intr.t.diff?r1=text&tr1=1.25.2.1&r2=text&tr2=1.25.2.2&diff_format=h">M</a></td><td width='1%'>1.25.2.2</td><td width='100%'>doc/user/intr.t</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/doc/ChangeLog:1.280 rtems/doc/ChangeLog:1.281
--- rtems/doc/ChangeLog:1.280   Tue Jun 15 17:48:08 2010
+++ rtems/doc/ChangeLog Wed Jun 16 14:34:14 2010
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2010-06-16    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       PR 1568/doc
+       * user/intr.t: Fix list of services callable from ISR.
+
</font> 2010-06-15        Gedare Bloom <giddyup44@yahoo.com>
 
        PR 1565/cpukit

<font color='#006600'>diff -u rtems/doc/ChangeLog:1.210.2.22 rtems/doc/ChangeLog:1.210.2.23
--- rtems/doc/ChangeLog:1.210.2.22      Tue May 18 08:41:58 2010
+++ rtems/doc/ChangeLog Wed Jun 16 14:34:19 2010
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2010-06-16    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       PR 1568/doc
+       * user/intr.t: Fix list of services callable from ISR.
+
</font> 2010-05-18        Joel Sherrill <joel.sherrilL@OARcorp.com>
 
        PR 1520/doc

<font color='#006600'>diff -u rtems/doc/user/intr.t:1.26 rtems/doc/user/intr.t:1.27
--- rtems/doc/user/intr.t:1.26  Fri Feb 27 10:02:28 2009
+++ rtems/doc/user/intr.t       Wed Jun 16 14:34:14 2010
</font><font color='#997700'>@@ -194,13 +194,28 @@
</font> @item Interrupt Management
 
 @itemize -
<font color='#880000'>-@item  rtems_interrupt_enable
</font><font color='#000088'>+@item rtems_interrupt_enable
</font> @item rtems_interrupt_disable
 @item rtems_interrupt_flash
 @item rtems_interrupt_is_in_progress
 @item rtems_interrupt_catch
 @end itemize
 
<font color='#000088'>+@item Clock Management
+
+@itemize
+@item rtems_clock_set
+@item rtems_clock_get
+@item rtems_clock_get_tod
+@item rtems_clock_get_tod_timeval
+@item rtems_clock_get_seconds_since_epoch
+@item rtems_clock_get_ticks_per_second
+@item rtems_clock_get_ticks_since_boot
+@item rtems_clock_get_uptime
+@item rtems_clock_set_nanoseconds_extension
+@item rtems_clock_tick
+@end itemize
+
</font> @item Message, Event, and Signal Management
 
 @itemize -

<font color='#006600'>diff -u rtems/doc/user/intr.t:1.25.2.1 rtems/doc/user/intr.t:1.25.2.2
--- rtems/doc/user/intr.t:1.25.2.1      Fri Feb 27 10:02:34 2009
+++ rtems/doc/user/intr.t       Wed Jun 16 14:34:19 2010
</font><font color='#997700'>@@ -194,13 +194,28 @@
</font> @item Interrupt Management
 
 @itemize -
<font color='#880000'>-@item  rtems_interrupt_enable
</font><font color='#000088'>+@item rtems_interrupt_enable
</font> @item rtems_interrupt_disable
 @item rtems_interrupt_flash
 @item rtems_interrupt_is_in_progress
 @item rtems_interrupt_catch
 @end itemize
 
<font color='#000088'>+@item Clock Management
+
+@itemize
+@item rtems_clock_set
+@item rtems_clock_get
+@item rtems_clock_get_tod
+@item rtems_clock_get_tod_timeval
+@item rtems_clock_get_seconds_since_epoch
+@item rtems_clock_get_ticks_per_second
+@item rtems_clock_get_ticks_since_boot
+@item rtems_clock_get_uptime
+@item rtems_clock_set_nanoseconds_extension
+@item rtems_clock_tick
+@end itemize
+
</font> @item Message, Event, and Signal Management
 
 @itemize -
</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>