change log for rtems (2010-06-16)
rtems-vc at rtems.org
rtems-vc at rtems.org
Wed Jun 16 20:12:00 UTC 2010
*joel* (on branch rtems-4-10-branch):
2010-06-16 Joel Sherrill <joel.sherrilL at OARcorp.com>
PR 1453/cpukit
* posix/Makefile.am: newlib uses sysconf() for _CLOCKS_PER_SEC_ so
enable it even when POSIX threads are disabled.
M 1.2405 cpukit/ChangeLog
M 1.2346.2.26 cpukit/ChangeLog
M 1.81 cpukit/posix/Makefile.am
M 1.80.2.1 cpukit/posix/Makefile.am
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
@@ -1,3 +1,9 @@
+2010-06-16 Joel Sherrill <joel.sherrilL at OARcorp.com>
+
+ PR 1453/cpukit
+ * posix/Makefile.am: newlib uses sysconf() for _CLOCKS_PER_SEC_ so
+ enable it even when POSIX threads are disabled.
+
2010-06-16 Ralf Corsépius <ralf.corsepius at rtems.org>
* libfs/src/rfs/rtems-rfs-file.c: Various 64bit fixes.
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
@@ -1,3 +1,9 @@
+2010-06-16 Joel Sherrill <joel.sherrilL at OARcorp.com>
+
+ PR 1453/cpukit
+ * posix/Makefile.am: newlib uses sysconf() for _CLOCKS_PER_SEC_ so
+ enable it even when POSIX threads are disabled.
+
2010-06-16 Ralf Corsépius <ralf.corsepius at rtems.org>
* libfs/src/rfs/rtems-rfs-file.c: Various 64bit fixes.
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
@@ -14,10 +14,9 @@
libposix_a_SOURCES =
# Some POSIX functions that are nice to always have
-## 20 Nov 2008: Now using these from newlib's posix directory
libposix_a_SOURCES += src/sleep.c src/usleep.c
libposix_a_SOURCES += src/nanosleep.c src/clockgettime.c src/clocksettime.c \
- src/clockgetres.c
+ src/clockgetres.c src/sysconf.c
include_rtems_posixdir = $(includedir)/rtems/posix
@@ -189,7 +188,7 @@
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 \
- src/sched_setscheduler.c src/sched_yield.c src/sysconf.c
+ src/sched_setscheduler.c src/sched_yield.c
endif
include $(srcdir)/preinstall.am
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
@@ -14,10 +14,9 @@
libposix_a_SOURCES =
# Some POSIX functions that are nice to always have
-## 20 Nov 2008: Now using these from newlib's posix directory
libposix_a_SOURCES += src/sleep.c src/usleep.c
libposix_a_SOURCES += src/nanosleep.c src/clockgettime.c src/clocksettime.c \
- src/clockgetres.c
+ src/clockgetres.c src/sysconf.c
include_rtems_posixdir = $(includedir)/rtems/posix
@@ -189,7 +188,7 @@
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 \
- src/sched_setscheduler.c src/sched_yield.c src/sysconf.c
+ src/sched_setscheduler.c src/sched_yield.c
endif
include $(srcdir)/preinstall.am
*joel* (on branch rtems-4-9-branch):
2010-06-16 Joel Sherrill <joel.sherrilL at OARcorp.com>
PR 1568/doc
* user/intr.t: Fix list of services callable from ISR.
M 1.281 doc/ChangeLog
M 1.210.2.23 doc/ChangeLog
M 1.27 doc/user/intr.t
M 1.25.2.2 doc/user/intr.t
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
@@ -1,3 +1,8 @@
+2010-06-16 Joel Sherrill <joel.sherrilL at OARcorp.com>
+
+ PR 1568/doc
+ * user/intr.t: Fix list of services callable from ISR.
+
2010-06-15 Gedare Bloom <giddyup44 at yahoo.com>
PR 1565/cpukit
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
@@ -1,3 +1,8 @@
+2010-06-16 Joel Sherrill <joel.sherrilL at OARcorp.com>
+
+ PR 1568/doc
+ * user/intr.t: Fix list of services callable from ISR.
+
2010-05-18 Joel Sherrill <joel.sherrilL at OARcorp.com>
PR 1520/doc
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
@@ -194,13 +194,28 @@
@item Interrupt Management
@itemize -
- at item rtems_interrupt_enable
+ at item rtems_interrupt_enable
@item rtems_interrupt_disable
@item rtems_interrupt_flash
@item rtems_interrupt_is_in_progress
@item rtems_interrupt_catch
@end itemize
+ at item Clock Management
+
+ at itemize
+ at item rtems_clock_set
+ at item rtems_clock_get
+ at item rtems_clock_get_tod
+ at item rtems_clock_get_tod_timeval
+ at item rtems_clock_get_seconds_since_epoch
+ at item rtems_clock_get_ticks_per_second
+ at item rtems_clock_get_ticks_since_boot
+ at item rtems_clock_get_uptime
+ at item rtems_clock_set_nanoseconds_extension
+ at item rtems_clock_tick
+ at end itemize
+
@item Message, Event, and Signal Management
@itemize -
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
@@ -194,13 +194,28 @@
@item Interrupt Management
@itemize -
- at item rtems_interrupt_enable
+ at item rtems_interrupt_enable
@item rtems_interrupt_disable
@item rtems_interrupt_flash
@item rtems_interrupt_is_in_progress
@item rtems_interrupt_catch
@end itemize
+ at item Clock Management
+
+ at itemize
+ at item rtems_clock_set
+ at item rtems_clock_get
+ at item rtems_clock_get_tod
+ at item rtems_clock_get_tod_timeval
+ at item rtems_clock_get_seconds_since_epoch
+ at item rtems_clock_get_ticks_per_second
+ at item rtems_clock_get_ticks_since_boot
+ at item rtems_clock_get_uptime
+ at item rtems_clock_set_nanoseconds_extension
+ at item rtems_clock_tick
+ at end itemize
+
@item Message, Event, and Signal Management
@itemize -
--
Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20100616/a8268de8/attachment-0001.html>
More information about the vc
mailing list