<!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-05-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>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>

        * posix/Makefile.am: Add posixtime.h.
        * posix/src/clockgetres.c, posix/src/clockgettime.c,
        posix/src/clocksettime.c:
        Use CLOCK_PROCESS_CPUTIME_ID, CLOCK_THREAD_CPUTIME_ID.
        Include posix/src/posixtime.h.
        * posix/src/posixtime.h: New.
</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.2823&r2=text&tr2=1.2824&diff_format=h">M</a></td><td width='1%'>1.2824</td><td width='100%'>cpukit/ChangeLog</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2823 rtems/cpukit/ChangeLog:1.2824
--- rtems/cpukit/ChangeLog:1.2823       Fri May 13 10:56:35 2011
+++ rtems/cpukit/ChangeLog      Mon May 16 09:11:11 2011
</font><font color='#997700'>@@ -1,3 +1,12 @@
</font><font color='#000088'>+2011-05-16    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * posix/Makefile.am: Add posixtime.h.
+       * posix/src/clockgetres.c, posix/src/clockgettime.c,
+       posix/src/clocksettime.c:<span style="background-color: #FF0000"> </span>
+       Use CLOCK_PROCESS_CPUTIME_ID, CLOCK_THREAD_CPUTIME_ID.
+       Include posix/src/posixtime.h.
+       * posix/src/posixtime.h: New.
+
</font> 2011-05-13        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * libnetworking/rtems/mkrootfs.h: Make self-contained.
</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-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>

        * Makefile.am: Reformat.
</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.2824&r2=text&tr2=1.2825&diff_format=h">M</a></td><td width='1%'>1.2825</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/Makefile.am.diff?r1=text&tr1=1.107&r2=text&tr2=1.108&diff_format=h">M</a></td><td width='1%'>1.108</td><td width='100%'>cpukit/Makefile.am</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2824 rtems/cpukit/ChangeLog:1.2825
--- rtems/cpukit/ChangeLog:1.2824       Mon May 16 09:11:11 2011
+++ rtems/cpukit/ChangeLog      Mon May 16 09:12:16 2011
</font><font color='#997700'>@@ -1,5 +1,9 @@
</font> 2011-05-16        Ralf Corsépius <ralf.corsepius@rtems.org>
 
<font color='#000088'>+   * Makefile.am: Reformat.
+
+2011-05-16     Ralf Corsépius <ralf.corsepius@rtems.org>
+
</font>   * posix/Makefile.am: Add posixtime.h.
        * posix/src/clockgetres.c, posix/src/clockgettime.c,
        posix/src/clocksettime.c:<span style="background-color: #FF0000"> </span>

<font color='#006600'>diff -u rtems/cpukit/Makefile.am:1.107 rtems/cpukit/Makefile.am:1.108
--- rtems/cpukit/Makefile.am:1.107      Fri May 13 08:46:43 2011
+++ rtems/cpukit/Makefile.am    Mon May 16 09:12:16 2011
</font><font color='#997700'>@@ -46,15 +46,18 @@
</font> include_sysdir = $(includedir)/sys
 include_sys_HEADERS =
 
<font color='#880000'>-include_HEADERS += libnetworking/memory.h \
-    libmd/md4.h \
-    libmd/md5.h
-
-include_sys_HEADERS += libcsupport/include/sys/ioccom.h \
-    libcsupport/include/sys/filio.h libcsupport/include/sys/ioctl.h \
-    libcsupport/include/sys/statvfs.h libcsupport/include/sys/sockio.h \
-    libcsupport/include/sys/ttycom.h libcsupport/include/sys/termios.h \
-    libcsupport/include/sys/utsname.h
</font><font color='#000088'>+include_HEADERS += libnetworking/memory.h
+include_HEADERS += libmd/md4.h
+include_HEADERS += libmd/md5.h
+
+include_sys_HEADERS += libcsupport/include/sys/ioccom.h
+include_sys_HEADERS += libcsupport/include/sys/filio.h
+include_sys_HEADERS += libcsupport/include/sys/ioctl.h
+include_sys_HEADERS += libcsupport/include/sys/statvfs.h
+include_sys_HEADERS += libcsupport/include/sys/sockio.h
+include_sys_HEADERS += libcsupport/include/sys/ttycom.h
+include_sys_HEADERS += libcsupport/include/sys/termios.h
+include_sys_HEADERS += libcsupport/include/sys/utsname.h
</font> 
 include_sys_HEADERS += libnetworking/sys/uio.h
 include_sys_HEADERS += include/sys/priority.h
<font color='#997700'>@@ -66,10 +69,12 @@
</font> endif
 endif
 
<font color='#880000'>-include_rtems_HEADERS += include/rtems/bspIo.h include/rtems/userenv.h \
-    include/rtems/fs.h include/rtems/pci.h \
-    include/rtems/concat.h \
-    include/rtems/status-checks.h
</font><font color='#000088'>+include_rtems_HEADERS += include/rtems/bspIo.h
+include_rtems_HEADERS += include/rtems/userenv.h
+include_rtems_HEADERS += include/rtems/fs.h
+include_rtems_HEADERS += include/rtems/pci.h
+include_rtems_HEADERS += include/rtems/concat.h
+include_rtems_HEADERS += include/rtems/status-checks.h
</font> 
 include_rtems_HEADERS += include/rtems/btimer.h
 include_rtems_HEADERS += include/rtems/endian.h
<font color='#997700'>@@ -93,36 +98,39 @@
</font> endif
 
 # RFS
<font color='#880000'>-include_rtems_HEADERS += \
-   libfs/src/rfs/rtems-rfs.h \
-   libfs/src/rfs/rtems-rfs-format.h \
-   libfs/src/rfs/rtems-rfs-shell.h
</font><font color='#000088'>+include_rtems_HEADERS += libfs/src/rfs/rtems-rfs.h
+include_rtems_HEADERS += libfs/src/rfs/rtems-rfs-format.h
+include_rtems_HEADERS += libfs/src/rfs/rtems-rfs-shell.h
+
</font> include_rtems_rfsdir = $(include_rtemsdir)/rfs
<font color='#880000'>-include_rtems_rfs_HEADERS = \
-   libfs/src/rfs/rtems-rfs-bitmaps.h \
-   libfs/src/rfs/rtems-rfs-block-pos.h \
-   libfs/src/rfs/rtems-rfs-block.h \
-   libfs/src/rfs/rtems-rfs-buffer.h \
-   libfs/src/rfs/rtems-rfs-data.h \
-   libfs/src/rfs/rtems-rfs-dir.h \
-   libfs/src/rfs/rtems-rfs-dir-hash.h \
-   libfs/src/rfs/rtems-rfs-file.h \
-   libfs/src/rfs/rtems-rfs-file-system-fwd.h \
-   libfs/src/rfs/rtems-rfs-file-system.h \
-   libfs/src/rfs/rtems-rfs-group.h \
-   libfs/src/rfs/rtems-rfs-inode.h \
-   libfs/src/rfs/rtems-rfs-link.h \
-   libfs/src/rfs/rtems-rfs-mutex.h \
-   libfs/src/rfs/rtems-rfs-trace.h
</font><font color='#000088'>+include_rtems_rfs_HEADERS =
+include_rtems_rfs_HEADERS += libfs/src/rfs/rtems-rfs-bitmaps.h
+include_rtems_rfs_HEADERS += libfs/src/rfs/rtems-rfs-block-pos.h
+include_rtems_rfs_HEADERS += libfs/src/rfs/rtems-rfs-block.h
+include_rtems_rfs_HEADERS += libfs/src/rfs/rtems-rfs-buffer.h
+include_rtems_rfs_HEADERS += libfs/src/rfs/rtems-rfs-data.h
+include_rtems_rfs_HEADERS += libfs/src/rfs/rtems-rfs-dir.h
+include_rtems_rfs_HEADERS += libfs/src/rfs/rtems-rfs-dir-hash.h
+include_rtems_rfs_HEADERS += libfs/src/rfs/rtems-rfs-file.h
+include_rtems_rfs_HEADERS += libfs/src/rfs/rtems-rfs-file-system-fwd.h
+include_rtems_rfs_HEADERS += libfs/src/rfs/rtems-rfs-file-system.h
+include_rtems_rfs_HEADERS += libfs/src/rfs/rtems-rfs-group.h
+include_rtems_rfs_HEADERS += libfs/src/rfs/rtems-rfs-inode.h
+include_rtems_rfs_HEADERS += libfs/src/rfs/rtems-rfs-link.h
+include_rtems_rfs_HEADERS += libfs/src/rfs/rtems-rfs-mutex.h
+include_rtems_rfs_HEADERS += libfs/src/rfs/rtems-rfs-trace.h
</font> 
 ## libblock
<font color='#880000'>-include_rtems_HEADERS += libblock/include/rtems/bdbuf.h \
-    libblock/include/rtems/blkdev.h libblock/include/rtems/diskdevs.h \
-    libblock/include/rtems/flashdisk.h libblock/include/rtems/ramdisk.h \
-    libblock/include/rtems/nvdisk.h libblock/include/rtems/nvdisk-sram.h \
-    libblock/include/rtems/ide_part_table.h \
-    libblock/include/rtems/bdpart.h \
-    libblock/include/rtems/media.h
</font><font color='#000088'>+include_rtems_HEADERS += libblock/include/rtems/bdbuf.h
+include_rtems_HEADERS += libblock/include/rtems/blkdev.h
+include_rtems_HEADERS += libblock/include/rtems/diskdevs.h
+include_rtems_HEADERS += libblock/include/rtems/flashdisk.h
+include_rtems_HEADERS += libblock/include/rtems/ramdisk.h
+include_rtems_HEADERS += libblock/include/rtems/nvdisk.h
+include_rtems_HEADERS += libblock/include/rtems/nvdisk-sram.h
+include_rtems_HEADERS += libblock/include/rtems/ide_part_table.h
+include_rtems_HEADERS += libblock/include/rtems/bdpart.h
+include_rtems_HEADERS += libblock/include/rtems/media.h
</font> 
 ## ftpd
 if LIBNETWORKING
<font color='#997700'>@@ -133,15 +141,15 @@
</font> include_rtems_HEADERS += libmisc/bspcmdline/bspcmdline.h
 
 ## capture
<font color='#880000'>-include_rtems_HEADERS += libmisc/capture/capture.h \
-    libmisc/capture/capture-cli.h
</font><font color='#000088'>+include_rtems_HEADERS += libmisc/capture/capture.h
+include_rtems_HEADERS += libmisc/capture/capture-cli.h
</font> 
 ## cpuuse
 include_rtems_HEADERS += libmisc/cpuuse/cpuuse.h
 
 ## devnull
<font color='#880000'>-include_rtems_HEADERS += libmisc/devnull/devnull.h \
-    libmisc/devnull/devzero.h
</font><font color='#000088'>+include_rtems_HEADERS += libmisc/devnull/devnull.h
+include_rtems_HEADERS += libmisc/devnull/devzero.h
</font> 
 ## dumpbuf
 include_rtems_HEADERS += libmisc/dumpbuf/dumpbuf.h
<font color='#997700'>@@ -150,15 +158,17 @@
</font> include_rtems_HEADERS += libmisc/monitor/monitor.h
 
 ## fb
<font color='#880000'>-include_rtems_HEADERS += libmisc/fb/fb.h libmisc/fb/mw_uid.h
</font><font color='#000088'>+include_rtems_HEADERS += libmisc/fb/fb.h
+include_rtems_HEADERS += libmisc/fb/mw_uid.h
</font> 
 ## mouse
<font color='#880000'>-include_rtems_HEADERS += libmisc/mouse/mouse_parser.h \
-    libmisc/mouse/serial_mouse.h
</font><font color='#000088'>+include_rtems_HEADERS += libmisc/mouse/mouse_parser.h
+include_rtems_HEADERS += libmisc/mouse/serial_mouse.h
</font> 
 ## shell
 if LIBSHELL
<font color='#880000'>-include_rtems_HEADERS += libmisc/shell/shell.h libmisc/shell/shellconfig.h
</font><font color='#000088'>+include_rtems_HEADERS += libmisc/shell/shell.h
+include_rtems_HEADERS += libmisc/shell/shellconfig.h
</font> endif
 
 ## stringto
<font color='#997700'>@@ -169,8 +179,10 @@
</font> 
 ## serdbg
 if LIBSERDBG
<font color='#880000'>-include_rtems_HEADERS += libmisc/serdbg/serdbgcnf.h libmisc/serdbg/serdbg.h \
-    libmisc/serdbg/termios_printk_cnf.h libmisc/serdbg/termios_printk.h
</font><font color='#000088'>+include_rtems_HEADERS += libmisc/serdbg/serdbgcnf.h
+include_rtems_HEADERS += libmisc/serdbg/serdbg.h
+include_rtems_HEADERS += libmisc/serdbg/termios_printk_cnf.h
+include_rtems_HEADERS += libmisc/serdbg/termios_printk.h
</font> endif
 
 ## stackchk
</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-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>

        * Makefile.am: Reformat.
        * posix/Makefile.am: Reformat.
</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.2825&r2=text&tr2=1.2826&diff_format=h">M</a></td><td width='1%'>1.2826</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.88&r2=text&tr2=1.89&diff_format=h">M</a></td><td width='1%'>1.89</td><td width='100%'>cpukit/posix/Makefile.am</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2825 rtems/cpukit/ChangeLog:1.2826
--- rtems/cpukit/ChangeLog:1.2825       Mon May 16 09:12:16 2011
+++ rtems/cpukit/ChangeLog      Mon May 16 09:14:45 2011
</font><font color='#997700'>@@ -1,6 +1,7 @@
</font> 2011-05-16        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * Makefile.am: Reformat.
<font color='#000088'>+   * posix/Makefile.am: Reformat.
</font> 
 2011-05-16     Ralf Corsépius <ralf.corsepius@rtems.org>
 

<font color='#006600'>diff -u rtems/cpukit/posix/Makefile.am:1.88 rtems/cpukit/posix/Makefile.am:1.89
--- rtems/cpukit/posix/Makefile.am:1.88 Mon May 16 08:55:17 2011
+++ rtems/cpukit/posix/Makefile.am      Mon May 16 09:14:46 2011
</font><font color='#997700'>@@ -24,29 +24,42 @@
</font> 
 if HAS_PTHREADS
 # include
<font color='#880000'>-include_HEADERS = include/aio.h include/mqueue.h \
-    include/semaphore.h
</font><font color='#000088'>+include_HEADERS = include/aio.h
+include_HEADERS += include/mqueue.h
+include_HEADERS += include/semaphore.h
</font> 
 # include/rtems/posix
 include_rtems_posix_HEADERS += include/rtems/posix/aio_misc.h
<font color='#880000'>-
-include_rtems_posix_HEADERS += include/rtems/posix/cancel.h \
-    include/rtems/posix/cond.h include/rtems/posix/config.h \
-    include/rtems/posix/key.h include/rtems/posix/mqueue.h \
-    include/rtems/posix/mutex.h include/rtems/posix/posixapi.h \
-    include/rtems/posix/priority.h include/rtems/posix/psignal.h \
-    include/rtems/posix/pthread.h include/rtems/posix/ptimer.h \
-    include/rtems/posix/semaphore.h include/rtems/posix/threadsup.h \
-    include/rtems/posix/time.h include/rtems/posix/timer.h \
-    include/rtems/posix/barrier.h include/rtems/posix/rwlock.h \
-    include/rtems/posix/spinlock.h
-
-include_rtems_posix_HEADERS += inline/rtems/posix/cond.inl \
-    inline/rtems/posix/key.inl inline/rtems/posix/mqueue.inl \
-    inline/rtems/posix/mutex.inl inline/rtems/posix/pthread.inl \
-    inline/rtems/posix/priority.inl inline/rtems/posix/semaphore.inl \
-    inline/rtems/posix/timer.inl inline/rtems/posix/barrier.inl \
-    inline/rtems/posix/rwlock.inl inline/rtems/posix/spinlock.inl
</font><font color='#000088'>+include_rtems_posix_HEADERS += include/rtems/posix/cancel.h
+include_rtems_posix_HEADERS += include/rtems/posix/cond.h
+include_rtems_posix_HEADERS += include/rtems/posix/config.h
+include_rtems_posix_HEADERS += include/rtems/posix/key.h
+include_rtems_posix_HEADERS += include/rtems/posix/mqueue.h
+include_rtems_posix_HEADERS += include/rtems/posix/mutex.h
+include_rtems_posix_HEADERS += include/rtems/posix/posixapi.h
+include_rtems_posix_HEADERS += include/rtems/posix/priority.h
+include_rtems_posix_HEADERS += include/rtems/posix/psignal.h
+include_rtems_posix_HEADERS += include/rtems/posix/pthread.h
+include_rtems_posix_HEADERS += include/rtems/posix/ptimer.h
+include_rtems_posix_HEADERS += include/rtems/posix/semaphore.h
+include_rtems_posix_HEADERS += include/rtems/posix/threadsup.h
+include_rtems_posix_HEADERS += include/rtems/posix/time.h
+include_rtems_posix_HEADERS += include/rtems/posix/timer.h
+include_rtems_posix_HEADERS += include/rtems/posix/barrier.h
+include_rtems_posix_HEADERS += include/rtems/posix/rwlock.h
+include_rtems_posix_HEADERS += include/rtems/posix/spinlock.h
+
+include_rtems_posix_HEADERS += inline/rtems/posix/cond.inl
+include_rtems_posix_HEADERS += inline/rtems/posix/key.inl
+include_rtems_posix_HEADERS += inline/rtems/posix/mqueue.inl
+include_rtems_posix_HEADERS += inline/rtems/posix/mutex.inl
+include_rtems_posix_HEADERS += inline/rtems/posix/pthread.inl
+include_rtems_posix_HEADERS += inline/rtems/posix/priority.inl
+include_rtems_posix_HEADERS += inline/rtems/posix/semaphore.inl
+include_rtems_posix_HEADERS += inline/rtems/posix/timer.inl
+include_rtems_posix_HEADERS += inline/rtems/posix/barrier.inl
+include_rtems_posix_HEADERS += inline/rtems/posix/rwlock.inl
+include_rtems_posix_HEADERS += inline/rtems/posix/spinlock.inl
</font> 
 ## src
 libposix_a_SOURCES += src/aio_cancel.c src/aio_error.c src/aio_fsync.c \
</pre>
<p> </p>
<a name='cs4'></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-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>

        * rtems/Makefile.am: Reformat.
</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.2826&r2=text&tr2=1.2827&diff_format=h">M</a></td><td width='1%'>1.2827</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/rtems/Makefile.am.diff?r1=text&tr1=1.52&r2=text&tr2=1.53&diff_format=h">M</a></td><td width='1%'>1.53</td><td width='100%'>cpukit/rtems/Makefile.am</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2826 rtems/cpukit/ChangeLog:1.2827
--- rtems/cpukit/ChangeLog:1.2826       Mon May 16 09:14:45 2011
+++ rtems/cpukit/ChangeLog      Mon May 16 09:28:25 2011
</font><font color='#997700'>@@ -1,5 +1,6 @@
</font> 2011-05-16        Ralf Corsépius <ralf.corsepius@rtems.org>
 
<font color='#000088'>+   * rtems/Makefile.am: Reformat.
</font>   * Makefile.am: Reformat.
        * posix/Makefile.am: Reformat.
 

<font color='#006600'>diff -u rtems/cpukit/rtems/Makefile.am:1.52 rtems/cpukit/rtems/Makefile.am:1.53
--- rtems/cpukit/rtems/Makefile.am:1.52 Mon Aug  9 04:03:11 2010
+++ rtems/cpukit/rtems/Makefile.am      Mon May 16 09:28:26 2011
</font><font color='#997700'>@@ -16,41 +16,64 @@
</font> 
 # include/rtems/rtems
 include_rtems_rtemsdir = $(includedir)/rtems/rtems
<font color='#000088'>+include_rtems_rtems_HEADERS =
</font> 
<font color='#880000'>-include_rtems_rtems_HEADERS = include/rtems/rtems/asr.h \
-    include/rtems/rtems/attr.h include/rtems/rtems/barrier.h \
-    include/rtems/rtems/cache.h include/rtems/rtems/clock.h \
-    include/rtems/rtems/config.h include/rtems/rtems/dpmem.h \
-    include/rtems/rtems/event.h include/rtems/rtems/eventset.h \
-    include/rtems/rtems/intr.h include/rtems/rtems/message.h \
-    include/rtems/rtems/modes.h include/rtems/rtems/object.h \
-    include/rtems/rtems/options.h include/rtems/rtems/part.h \
-    include/rtems/rtems/ratemon.h include/rtems/rtems/region.h \
-    include/rtems/rtems/rtemsapi.h include/rtems/rtems/sem.h \
-    include/rtems/rtems/signal.h include/rtems/rtems/status.h \
-    include/rtems/rtems/support.h include/rtems/rtems/tasks.h \
-    include/rtems/rtems/timer.h include/rtems/rtems/types.h \
-    mainpage.h
</font><font color='#000088'>+include_rtems_rtems_HEADERS += include/rtems/rtems/asr.h
+include_rtems_rtems_HEADERS += include/rtems/rtems/attr.h
+include_rtems_rtems_HEADERS += include/rtems/rtems/barrier.h
+include_rtems_rtems_HEADERS += include/rtems/rtems/cache.h
+include_rtems_rtems_HEADERS += include/rtems/rtems/clock.h
+include_rtems_rtems_HEADERS += include/rtems/rtems/config.h
+include_rtems_rtems_HEADERS += include/rtems/rtems/dpmem.h
+include_rtems_rtems_HEADERS += include/rtems/rtems/event.h
+include_rtems_rtems_HEADERS += include/rtems/rtems/eventset.h
+include_rtems_rtems_HEADERS += include/rtems/rtems/intr.h
+include_rtems_rtems_HEADERS += include/rtems/rtems/message.h
+include_rtems_rtems_HEADERS += include/rtems/rtems/modes.h
+include_rtems_rtems_HEADERS += include/rtems/rtems/object.h
+include_rtems_rtems_HEADERS += include/rtems/rtems/options.h
+include_rtems_rtems_HEADERS += include/rtems/rtems/part.h
+include_rtems_rtems_HEADERS += include/rtems/rtems/ratemon.h
+include_rtems_rtems_HEADERS += include/rtems/rtems/region.h
+include_rtems_rtems_HEADERS += include/rtems/rtems/rtemsapi.h
+include_rtems_rtems_HEADERS += include/rtems/rtems/sem.h
+include_rtems_rtems_HEADERS += include/rtems/rtems/signal.h
+include_rtems_rtems_HEADERS += include/rtems/rtems/status.h
+include_rtems_rtems_HEADERS += include/rtems/rtems/support.h
+include_rtems_rtems_HEADERS += include/rtems/rtems/tasks.h
+include_rtems_rtems_HEADERS += include/rtems/rtems/timer.h
+include_rtems_rtems_HEADERS += include/rtems/rtems/types.h
+include_rtems_rtems_HEADERS += mainpage.h
</font> 
 if HAS_MP
 ## We only build multiprocessing related files if HAS_MP was defined
<font color='#880000'>-include_rtems_rtems_HEADERS += include/rtems/rtems/eventmp.h \
-    include/rtems/rtems/mp.h include/rtems/rtems/msgmp.h \
-    include/rtems/rtems/partmp.h include/rtems/rtems/regionmp.h \
-    include/rtems/rtems/semmp.h include/rtems/rtems/signalmp.h \
-    include/rtems/rtems/taskmp.h
</font><font color='#000088'>+include_rtems_rtems_HEADERS += include/rtems/rtems/eventmp.h
+include_rtems_rtems_HEADERS += include/rtems/rtems/mp.h
+include_rtems_rtems_HEADERS += include/rtems/rtems/msgmp.h
+include_rtems_rtems_HEADERS += include/rtems/rtems/partmp.h
+include_rtems_rtems_HEADERS += include/rtems/rtems/regionmp.h
+include_rtems_rtems_HEADERS += include/rtems/rtems/semmp.h
+include_rtems_rtems_HEADERS += include/rtems/rtems/signalmp.h
+include_rtems_rtems_HEADERS += include/rtems/rtems/taskmp.h
</font> endif
 
<font color='#880000'>-include_rtems_rtems_HEADERS += inline/rtems/rtems/asr.inl \
-    inline/rtems/rtems/attr.inl inline/rtems/rtems/barrier.inl \
-    inline/rtems/rtems/dpmem.inl \
-    inline/rtems/rtems/event.inl inline/rtems/rtems/eventset.inl \
-    inline/rtems/rtems/message.inl inline/rtems/rtems/modes.inl \
-    inline/rtems/rtems/options.inl inline/rtems/rtems/part.inl \
-    inline/rtems/rtems/ratemon.inl inline/rtems/rtems/region.inl \
-    inline/rtems/rtems/sem.inl inline/rtems/rtems/status.inl \
-    inline/rtems/rtems/support.inl inline/rtems/rtems/tasks.inl \
-    inline/rtems/rtems/timer.inl
</font><font color='#000088'>+include_rtems_rtems_HEADERS += inline/rtems/rtems/asr.inl
+include_rtems_rtems_HEADERS += inline/rtems/rtems/attr.inl
+include_rtems_rtems_HEADERS += inline/rtems/rtems/barrier.inl
+include_rtems_rtems_HEADERS += inline/rtems/rtems/dpmem.inl
+include_rtems_rtems_HEADERS += inline/rtems/rtems/event.inl
+include_rtems_rtems_HEADERS += inline/rtems/rtems/eventset.inl
+include_rtems_rtems_HEADERS += inline/rtems/rtems/message.inl
+include_rtems_rtems_HEADERS += inline/rtems/rtems/modes.inl
+include_rtems_rtems_HEADERS += inline/rtems/rtems/options.inl
+include_rtems_rtems_HEADERS += inline/rtems/rtems/part.inl
+include_rtems_rtems_HEADERS += inline/rtems/rtems/ratemon.inl
+include_rtems_rtems_HEADERS += inline/rtems/rtems/region.inl
+include_rtems_rtems_HEADERS += inline/rtems/rtems/sem.inl
+include_rtems_rtems_HEADERS += inline/rtems/rtems/status.inl
+include_rtems_rtems_HEADERS += inline/rtems/rtems/support.inl
+include_rtems_rtems_HEADERS += inline/rtems/rtems/tasks.inl
+include_rtems_rtems_HEADERS += inline/rtems/rtems/timer.inl
</font> 
 ## src
 librtems_a_SOURCES = src/rtemsbuildid.c src/rtemsbuildname.c \
</pre>
<p> </p>
<a name='cs5'></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-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>

        * libcsupport/Makefile.am: Reformat.
</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.2827&r2=text&tr2=1.2828&diff_format=h">M</a></td><td width='1%'>1.2828</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libcsupport/Makefile.am.diff?r1=text&tr1=1.136&r2=text&tr2=1.137&diff_format=h">M</a></td><td width='1%'>1.137</td><td width='100%'>cpukit/libcsupport/Makefile.am</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2827 rtems/cpukit/ChangeLog:1.2828
--- rtems/cpukit/ChangeLog:1.2827       Mon May 16 09:28:25 2011
+++ rtems/cpukit/ChangeLog      Mon May 16 09:30:23 2011
</font><font color='#997700'>@@ -1,5 +1,6 @@
</font> 2011-05-16        Ralf Corsépius <ralf.corsepius@rtems.org>
 
<font color='#000088'>+   * libcsupport/Makefile.am: Reformat.
</font>   * rtems/Makefile.am: Reformat.
        * Makefile.am: Reformat.
        * posix/Makefile.am: Reformat.

<font color='#006600'>diff -u rtems/cpukit/libcsupport/Makefile.am:1.136 rtems/cpukit/libcsupport/Makefile.am:1.137
--- rtems/cpukit/libcsupport/Makefile.am:1.136  Fri Feb 25 04:20:02 2011
+++ rtems/cpukit/libcsupport/Makefile.am        Mon May 16 09:30:22 2011
</font><font color='#997700'>@@ -9,29 +9,40 @@
</font> libcsupport_a_CPPFLAGS = $(AM_CPPFLAGS)
 
 include_rtemsdir = $(includedir)/rtems
<font color='#880000'>-include_rtems_HEADERS = include/console.h include/clockdrv.h \
-    include/rtems/framebuffer.h include/iosupp.h include/ringbuf.h \
-    include/rtc.h include/spurious.h include/timerdrv.h include/vmeintr.h
</font><font color='#000088'>+include_rtems_HEADERS = include/console.h
+include_rtems_HEADERS += include/clockdrv.h
+include_rtems_HEADERS += include/rtems/framebuffer.h
+include_rtems_HEADERS += include/iosupp.h
+include_rtems_HEADERS += include/ringbuf.h
+include_rtems_HEADERS += include/rtc.h
+include_rtems_HEADERS += include/spurious.h
+include_rtems_HEADERS += include/timerdrv.h
+include_rtems_HEADERS += include/vmeintr.h
</font> 
 ## motorola
 
 include_rtems_motoroladir = $(includedir)/rtems/motorola
 
<font color='#880000'>-include_rtems_motorola_HEADERS = include/motorola/mc68230.h \
-    include/motorola/mc68681.h
</font><font color='#000088'>+include_rtems_motorola_HEADERS = include/motorola/mc68230.h
+include_rtems_motorola_HEADERS += include/motorola/mc68681.h
</font> 
 ## rtems
<font color='#880000'>-include_rtems_HEADERS += include/rtems/assoc.h include/rtems/error.h \
-    include/rtems/libcsupport.h include/rtems/libio.h include/rtems/libio_.h \
-    include/rtems/malloc.h include/rtems/termiostypes.h \
-    include/rtems/gxx_wrappers.h
</font><font color='#000088'>+include_rtems_HEADERS += include/rtems/assoc.h
+include_rtems_HEADERS += include/rtems/error.h
+include_rtems_HEADERS += include/rtems/libcsupport.h
+include_rtems_HEADERS += include/rtems/libio.h
+include_rtems_HEADERS += include/rtems/libio_.h
+include_rtems_HEADERS += include/rtems/malloc.h
+include_rtems_HEADERS += include/rtems/termiostypes.h
+include_rtems_HEADERS += include/rtems/gxx_wrappers.h
</font> 
 ## zilog
 
 include_rtems_zilogdir = $(includedir)/rtems/zilog
 
<font color='#880000'>-include_rtems_zilog_HEADERS = include/zilog/z8036.h include/zilog/z8530.h \
-    include/zilog/z8536.h
</font><font color='#000088'>+include_rtems_zilog_HEADERS = include/zilog/z8036.h
+include_rtems_zilog_HEADERS += include/zilog/z8530.h
+include_rtems_zilog_HEADERS += include/zilog/z8536.h
</font> 
 ##  General stuff
 ERROR_C_FILES = src/error.c src/__assert.c
</pre>
<p> </p>
<a name='cs6'></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-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>

        * libnetworking/rtems/rtems_bsdnet_internal.h: Move
        #include <rtems.h> out of C++-guard.
</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.2828&r2=text&tr2=1.2829&diff_format=h">M</a></td><td width='1%'>1.2829</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h.diff?r1=text&tr1=1.38&r2=text&tr2=1.39&diff_format=h">M</a></td><td width='1%'>1.39</td><td width='100%'>cpukit/libnetworking/rtems/rtems_bsdnet_internal.h</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2828 rtems/cpukit/ChangeLog:1.2829
--- rtems/cpukit/ChangeLog:1.2828       Mon May 16 09:30:23 2011
+++ rtems/cpukit/ChangeLog      Mon May 16 09:31:49 2011
</font><font color='#997700'>@@ -1,5 +1,10 @@
</font> 2011-05-16        Ralf Corsépius <ralf.corsepius@rtems.org>
 
<font color='#000088'>+   * libnetworking/rtems/rtems_bsdnet_internal.h: Move<span style="background-color: #FF0000"> </span>
+       #include <rtems.h> out of C++-guard.
+
+2011-05-16     Ralf Corsépius <ralf.corsepius@rtems.org>
+
</font>   * libcsupport/Makefile.am: Reformat.
        * rtems/Makefile.am: Reformat.
        * Makefile.am: Reformat.

<font color='#006600'>diff -u rtems/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h:1.38 rtems/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h:1.39
--- rtems/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h:1.38       Thu Mar 24 04:31:25 2011
+++ rtems/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h    Mon May 16 09:31:49 2011
</font><font color='#997700'>@@ -12,12 +12,12 @@
</font> #ifndef _RTEMS_RTEMS_BSDNET_INTERNAL_H
 #define _RTEMS_RTEMS_BSDNET_INTERNAL_H
 
<font color='#000088'>+#include <rtems.h>
+
</font> #ifdef __cplusplus
 extern "C" {
 #endif
 
<font color='#880000'>-#include <rtems.h>
-
</font> typedef   unsigned int            vm_offset_t;
 typedef        long long               vm_ooffset_t;
 typedef        unsigned int            vm_pindex_t;
</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>