change log for rtems (2010-06-15)
rtems-vc at rtems.org
rtems-vc at rtems.org
Tue Jun 15 14:12:04 UTC 2010
*ralf* (on branch rtems-4-10-branch):
2010-06-15 Ralf Corsépius <ralf.corsepius at rtems.org>
* posix/include/rtems/posix/pthread.h: Remove stray comment.
Work-around doxygen comment bug.
M 1.2390 cpukit/ChangeLog
M 1.2346.2.15 cpukit/ChangeLog
M 1.30 cpukit/posix/include/rtems/posix/pthread.h
M 1.28.2.2 cpukit/posix/include/rtems/posix/pthread.h
diff -u rtems/cpukit/ChangeLog:1.2389 rtems/cpukit/ChangeLog:1.2390
--- rtems/cpukit/ChangeLog:1.2389 Tue Jun 15 06:33:50 2010
+++ rtems/cpukit/ChangeLog Tue Jun 15 08:26:30 2010
@@ -1,5 +1,10 @@
2010-06-15 Ralf Corsépius <ralf.corsepius at rtems.org>
+ * posix/include/rtems/posix/pthread.h: Remove stray comment.
+ Work-around doxygen comment bug.
+
+2010-06-15 Ralf Corsépius <ralf.corsepius at rtems.org>
+
* libnetworking/netinet/ip_fw.c, libnetworking/netinet/ip_input.c:
Misc. 64bit-compatibility fixes.
diff -u rtems/cpukit/ChangeLog:1.2346.2.14 rtems/cpukit/ChangeLog:1.2346.2.15
--- rtems/cpukit/ChangeLog:1.2346.2.14 Tue Jun 15 06:33:59 2010
+++ rtems/cpukit/ChangeLog Tue Jun 15 08:27:02 2010
@@ -1,5 +1,10 @@
2010-06-15 Ralf Corsépius <ralf.corsepius at rtems.org>
+ * posix/include/rtems/posix/pthread.h: Remove stray comment.
+ Work-around doxygen comment bug.
+
+2010-06-15 Ralf Corsépius <ralf.corsepius at rtems.org>
+
* libnetworking/netinet/ip_fw.c, libnetworking/netinet/ip_input.c:
Misc. 64bit-compatibility fixes.
diff -u rtems/cpukit/posix/include/rtems/posix/pthread.h:1.29 rtems/cpukit/posix/include/rtems/posix/pthread.h:1.30
--- rtems/cpukit/posix/include/rtems/posix/pthread.h:1.29 Mon Jun 14 01:08:40 2010
+++ rtems/cpukit/posix/include/rtems/posix/pthread.h Tue Jun 15 08:26:31 2010
@@ -2,8 +2,7 @@
* @file rtems/posix/pthread.h
*/
-/* rtems/posix/pthread.h
- *
+/*
* This include file contains all the private support information for
* POSIX threads.
*
@@ -131,7 +130,8 @@
*
* This routine supports the sporadic scheduling algorithm.
*
- * @param[in] the_thread is the thread whose budget has been exceeded.
+ * @param[in] id
+ * @param[in] argument
*/
void _POSIX_Threads_Sporadic_budget_TSR(
Objects_Id id,
diff -u rtems/cpukit/posix/include/rtems/posix/pthread.h:1.28.2.1 rtems/cpukit/posix/include/rtems/posix/pthread.h:1.28.2.2
--- rtems/cpukit/posix/include/rtems/posix/pthread.h:1.28.2.1 Mon Jun 14 01:09:11 2010
+++ rtems/cpukit/posix/include/rtems/posix/pthread.h Tue Jun 15 08:27:03 2010
@@ -2,8 +2,7 @@
* @file rtems/posix/pthread.h
*/
-/* rtems/posix/pthread.h
- *
+/*
* This include file contains all the private support information for
* POSIX threads.
*
@@ -131,7 +130,8 @@
*
* This routine supports the sporadic scheduling algorithm.
*
- * @param[in] the_thread is the thread whose budget has been exceeded.
+ * @param[in] id
+ * @param[in] argument
*/
void _POSIX_Threads_Sporadic_budget_TSR(
Objects_Id id,
*ralf* (on branch rtems-4-10-branch):
2010-06-15 Ralf Corsépius <ralf.corsepius at rtems.org>
* libfs/src/rfs/rtems-rfs-block.c, libfs/src/rfs/rtems-rfs-buffer.c,
libnetworking/nfs/bootp_subr.c: Misc. 64bit-compatibility fixes.
M 1.2391 cpukit/ChangeLog
M 1.2346.2.16 cpukit/ChangeLog
M 1.5 cpukit/libfs/src/rfs/rtems-rfs-block.c
M 1.4.2.1 cpukit/libfs/src/rfs/rtems-rfs-block.c
M 1.6 cpukit/libfs/src/rfs/rtems-rfs-buffer.c
M 1.5.2.1 cpukit/libfs/src/rfs/rtems-rfs-buffer.c
M 1.30 cpukit/libnetworking/nfs/bootp_subr.c
M 1.29.2.1 cpukit/libnetworking/nfs/bootp_subr.c
diff -u rtems/cpukit/ChangeLog:1.2390 rtems/cpukit/ChangeLog:1.2391
--- rtems/cpukit/ChangeLog:1.2390 Tue Jun 15 08:26:30 2010
+++ rtems/cpukit/ChangeLog Tue Jun 15 08:35:26 2010
@@ -1,5 +1,7 @@
2010-06-15 Ralf Corsépius <ralf.corsepius at rtems.org>
+ * libfs/src/rfs/rtems-rfs-block.c, libfs/src/rfs/rtems-rfs-buffer.c,
+ libnetworking/nfs/bootp_subr.c: Misc. 64bit-compatibility fixes.
* posix/include/rtems/posix/pthread.h: Remove stray comment.
Work-around doxygen comment bug.
diff -u rtems/cpukit/ChangeLog:1.2346.2.15 rtems/cpukit/ChangeLog:1.2346.2.16
--- rtems/cpukit/ChangeLog:1.2346.2.15 Tue Jun 15 08:27:02 2010
+++ rtems/cpukit/ChangeLog Tue Jun 15 08:35:48 2010
@@ -1,5 +1,7 @@
2010-06-15 Ralf Corsépius <ralf.corsepius at rtems.org>
+ * libfs/src/rfs/rtems-rfs-block.c, libfs/src/rfs/rtems-rfs-buffer.c,
+ libnetworking/nfs/bootp_subr.c: Misc. 64bit-compatibility fixes.
* posix/include/rtems/posix/pthread.h: Remove stray comment.
Work-around doxygen comment bug.
diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-block.c:1.4 rtems/cpukit/libfs/src/rfs/rtems-rfs-block.c:1.5
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-block.c:1.4 Fri Mar 26 23:04:40 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-block.c Tue Jun 15 08:35:28 2010
@@ -38,6 +38,8 @@
#include "config.h"
#endif
+#include <inttypes.h>
+
#include <rtems/rfs/rtems-rfs-block.h>
#include <rtems/rfs/rtems-rfs-data.h>
#include <rtems/rfs/rtems-rfs-group.h>
@@ -224,8 +226,8 @@
if (*result >= rtems_rfs_fs_blocks (fs))
{
if (rtems_rfs_trace (RTEMS_RFS_TRACE_BLOCK_FIND))
- printf ("rtems-rfs: block-find: invalid block in table:" \
- " block=%ld, indirect=%ld/%d\n", *result, block, offset);
+ printf ("rtems-rfs: block-find: invalid block in table:"
+ " block=%" PRId32 ", indirect=%" PRId32 "/%d\n", *result, block, offset);
*result = 0;
rc = EIO;
}
@@ -394,7 +396,7 @@
{
int b;
if (rtems_rfs_trace (RTEMS_RFS_TRACE_BLOCK_MAP_GROW))
- printf ("rtems-rfs: block-map-grow: upping: block-count=%ld\n",
+ printf ("rtems-rfs: block-map-grow: upping: block-count=%" PRId32 "\n",
map->size.count);
for (b = 0; b < RTEMS_RFS_INODE_BLOCKS; b++)
rtems_rfs_block_set_number (buffer, b, map->blocks[b]);
@@ -415,9 +417,9 @@
int b;
if (rtems_rfs_trace (RTEMS_RFS_TRACE_BLOCK_MAP_GROW))
- printf ("rtems-rfs: block-map-grow: entry: blocks=%zd count=%lu\n",
+ printf ("rtems-rfs: block-map-grow: entry: blocks=%zd count=%" PRIu32 "\n",
blocks, map->size.count);
-
+
if ((map->size.count + blocks) >= rtems_rfs_fs_max_block_map_blocks (fs))
return EFBIG;
@@ -657,7 +659,7 @@
size_t blocks)
{
if (rtems_rfs_trace (RTEMS_RFS_TRACE_BLOCK_MAP_SHRINK))
- printf ("rtems-rfs: block-map-shrink: entry: blocks=%zd count=%lu\n",
+ printf ("rtems-rfs: block-map-shrink: entry: blocks=%zd count=%" PRIu32 "\n",
blocks, map->size.count);
if (map->size.count == 0)
diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-block.c:1.4 rtems/cpukit/libfs/src/rfs/rtems-rfs-block.c:1.4.2.1
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-block.c:1.4 Fri Mar 26 23:04:40 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-block.c Tue Jun 15 08:35:52 2010
@@ -38,6 +38,8 @@
#include "config.h"
#endif
+#include <inttypes.h>
+
#include <rtems/rfs/rtems-rfs-block.h>
#include <rtems/rfs/rtems-rfs-data.h>
#include <rtems/rfs/rtems-rfs-group.h>
@@ -224,8 +226,8 @@
if (*result >= rtems_rfs_fs_blocks (fs))
{
if (rtems_rfs_trace (RTEMS_RFS_TRACE_BLOCK_FIND))
- printf ("rtems-rfs: block-find: invalid block in table:" \
- " block=%ld, indirect=%ld/%d\n", *result, block, offset);
+ printf ("rtems-rfs: block-find: invalid block in table:"
+ " block=%" PRId32 ", indirect=%" PRId32 "/%d\n", *result, block, offset);
*result = 0;
rc = EIO;
}
@@ -394,7 +396,7 @@
{
int b;
if (rtems_rfs_trace (RTEMS_RFS_TRACE_BLOCK_MAP_GROW))
- printf ("rtems-rfs: block-map-grow: upping: block-count=%ld\n",
+ printf ("rtems-rfs: block-map-grow: upping: block-count=%" PRId32 "\n",
map->size.count);
for (b = 0; b < RTEMS_RFS_INODE_BLOCKS; b++)
rtems_rfs_block_set_number (buffer, b, map->blocks[b]);
@@ -415,9 +417,9 @@
int b;
if (rtems_rfs_trace (RTEMS_RFS_TRACE_BLOCK_MAP_GROW))
- printf ("rtems-rfs: block-map-grow: entry: blocks=%zd count=%lu\n",
+ printf ("rtems-rfs: block-map-grow: entry: blocks=%zd count=%" PRIu32 "\n",
blocks, map->size.count);
-
+
if ((map->size.count + blocks) >= rtems_rfs_fs_max_block_map_blocks (fs))
return EFBIG;
@@ -657,7 +659,7 @@
size_t blocks)
{
if (rtems_rfs_trace (RTEMS_RFS_TRACE_BLOCK_MAP_SHRINK))
- printf ("rtems-rfs: block-map-shrink: entry: blocks=%zd count=%lu\n",
+ printf ("rtems-rfs: block-map-shrink: entry: blocks=%zd count=%" PRIu32 "\n",
blocks, map->size.count);
if (map->size.count == 0)
diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-buffer.c:1.5 rtems/cpukit/libfs/src/rfs/rtems-rfs-buffer.c:1.6
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-buffer.c:1.5 Mon Apr 12 00:29:25 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-buffer.c Tue Jun 15 08:35:28 2010
@@ -20,6 +20,7 @@
#include "config.h"
#endif
+#include <inttypes.h>
#include <errno.h>
#include <rtems/rfs/rtems-rfs-buffer.h>
@@ -44,7 +45,7 @@
node = rtems_chain_last (chain);
if (rtems_rfs_trace (RTEMS_RFS_TRACE_BUFFER_CHAINS))
- printf ("rtems-rfs: buffer-scan: count=%lu, block=%lu: ", *count, block);
+ printf ("rtems-rfs: buffer-scan: count=%" PRIu32 ", block=%" PRIu32 ": ", *count, block);
while (!rtems_chain_is_head (chain, node))
{
@@ -105,7 +106,7 @@
}
if (rtems_rfs_trace (RTEMS_RFS_TRACE_BUFFER_HANDLE_REQUEST))
- printf ("rtems-rfs: buffer-request: block=%lu\n", block);
+ printf ("rtems-rfs: buffer-request: block=%" PRIu32 "\n", block);
/*
* First check to see if the buffer has already been requested and is
diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-buffer.c:1.5 rtems/cpukit/libfs/src/rfs/rtems-rfs-buffer.c:1.5.2.1
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-buffer.c:1.5 Mon Apr 12 00:29:25 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-buffer.c Tue Jun 15 08:35:53 2010
@@ -20,6 +20,7 @@
#include "config.h"
#endif
+#include <inttypes.h>
#include <errno.h>
#include <rtems/rfs/rtems-rfs-buffer.h>
@@ -44,7 +45,7 @@
node = rtems_chain_last (chain);
if (rtems_rfs_trace (RTEMS_RFS_TRACE_BUFFER_CHAINS))
- printf ("rtems-rfs: buffer-scan: count=%lu, block=%lu: ", *count, block);
+ printf ("rtems-rfs: buffer-scan: count=%" PRIu32 ", block=%" PRIu32 ": ", *count, block);
while (!rtems_chain_is_head (chain, node))
{
@@ -105,7 +106,7 @@
}
if (rtems_rfs_trace (RTEMS_RFS_TRACE_BUFFER_HANDLE_REQUEST))
- printf ("rtems-rfs: buffer-request: block=%lu\n", block);
+ printf ("rtems-rfs: buffer-request: block=%" PRIu32 "\n", block);
/*
* First check to see if the buffer has already been requested and is
diff -u rtems/cpukit/libnetworking/nfs/bootp_subr.c:1.29 rtems/cpukit/libnetworking/nfs/bootp_subr.c:1.30
--- rtems/cpukit/libnetworking/nfs/bootp_subr.c:1.29 Wed Feb 17 18:24:25 2010
+++ rtems/cpukit/libnetworking/nfs/bootp_subr.c Tue Jun 15 08:35:28 2010
@@ -464,7 +464,7 @@
} /* send/receive a number of times then return an error */
{
uint32_t addr = ntohl(sin->sin_addr.s_addr);
- printf("BOOTP timeout for server %lu.%lu.%lu.%lu\n",
+ printf("BOOTP timeout for server %"PRIu32".%"PRIu32".%"PRIu32".%"PRIu32"\n",
(addr >> 24) & 0xff, (addr >> 16) & 0xff,
(addr >> 8) & 0xff, addr & 0xff);
}
diff -u rtems/cpukit/libnetworking/nfs/bootp_subr.c:1.29 rtems/cpukit/libnetworking/nfs/bootp_subr.c:1.29.2.1
--- rtems/cpukit/libnetworking/nfs/bootp_subr.c:1.29 Wed Feb 17 18:24:25 2010
+++ rtems/cpukit/libnetworking/nfs/bootp_subr.c Tue Jun 15 08:35:53 2010
@@ -464,7 +464,7 @@
} /* send/receive a number of times then return an error */
{
uint32_t addr = ntohl(sin->sin_addr.s_addr);
- printf("BOOTP timeout for server %lu.%lu.%lu.%lu\n",
+ printf("BOOTP timeout for server %"PRIu32".%"PRIu32".%"PRIu32".%"PRIu32"\n",
(addr >> 24) & 0xff, (addr >> 16) & 0xff,
(addr >> 8) & 0xff, addr & 0xff);
}
--
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/20100615/36f9e1ee/attachment-0001.html>
More information about the vc
mailing list